grok-imagine-mcp
Rank #10,076io.github.runapi-builder/grok-imagine-mcp
RunAPI MCP server for Grok Imagine: create tasks, poll status, check pricing.
grok-imagine-mcp is a Model Context Protocol (MCP) server published by runapi-ai. It ranks #10,076 of 115,591 servers tracked on MCP Toplist. grok-imagine-mcp is listed across 3 registries — Official MCP, PulseMCP and Glama, with 6 tracked versions. It was first listed on Jun 24, 2026 and most recently updated on Aug 25, 2026.
Ranks ahead of 105,515 of 115,591 servers on MCP Toplist.
Use grok-imagine-mcp
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add grok-imagine-mcp -e "RUNAPI_API_KEY=<your RUNAPI_API_KEY>" -- npx -y @runapi.ai/grok-imagine-mcpReplace each placeholder with your own value before saving.
[mcp_servers.grok-imagine-mcp]
command = "npx"
args = ["-y", "@runapi.ai/grok-imagine-mcp"]
[mcp_servers.grok-imagine-mcp.env]
RUNAPI_API_KEY = "<your RUNAPI_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"grok-imagine-mcp": {
"command": "npx",
"args": [
"-y",
"@runapi.ai/grok-imagine-mcp"
],
"env": {
"RUNAPI_API_KEY": "<your RUNAPI_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"grok-imagine-mcp": {
"command": "npx",
"args": [
"-y",
"@runapi.ai/grok-imagine-mcp"
],
"env": {
"RUNAPI_API_KEY": "<your RUNAPI_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"grok-imagine-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@runapi.ai/grok-imagine-mcp"
],
"env": {
"RUNAPI_API_KEY": "<your RUNAPI_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"grok-imagine-mcp": {
"command": "npx",
"args": [
"-y",
"@runapi.ai/grok-imagine-mcp"
],
"env": {
"RUNAPI_API_KEY": "<your RUNAPI_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"grok-imagine-mcp": {
"command": "npx",
"args": [
"-y",
"@runapi.ai/grok-imagine-mcp"
],
"env": {
"RUNAPI_API_KEY": "<your RUNAPI_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.runapi-builder%2Fgrok-imagine-mcp)<a href="https://mcptoplist.com/server/io.github.runapi-builder%2Fgrok-imagine-mcp"><img src="https://mcptoplist.com/badge/io.github.runapi-builder%2Fgrok-imagine-mcp.svg" alt="MCP Toplist: Top 10% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
runapi-ai
Other servers by runapi-ai
- RunAPI MCP Server#1,672 · 13 vers
- suno-mcp#7,612 · 11 vers
- seedance-mcp#9,833 · 6 vers
- wan-mcp#10,286 · 6 vers
- @runapi.ai/flux-2-mcp#10,923 · 5 vers
- @runapi.ai/flux-kontext-mcp#10,924 · 5 vers
- @runapi.ai/veo-3-1-mcp#10,925 · 5 vers
- seedream-mcp#11,541 · 4 vers
- @runapi.ai/gemini-omni-mcp#11,849 · 4 vers
- kling-mcp#11,850 · 4 vers
- Nano Banana MCP Server#11,851 · 4 vers
- Topaz MCP Server#11,852 · 4 vers
Available versions (6)
| Version | Published |
|---|---|
| 0.1.13 | Aug 25, 2026 |
| 0.1.12 | Aug 21, 2026 |
| 0.1.11 | Jul 31, 2026 |
| 0.1.5 | Jul 8, 2026 |
| 0.1.4 | Jun 24, 2026 |
| 0.1.0 | Jun 24, 2026 |
Frequently asked questions
- Who maintains grok-imagine-mcp?
- grok-imagine-mcp is maintained by runapi-ai, which publishes 32 MCP servers (135 total versions) tracked on MCP Toplist.
- Is grok-imagine-mcp listed on the Official MCP Registry?
- Yes — grok-imagine-mcp is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does grok-imagine-mcp have?
- MCP Toplist tracks 6 versions of grok-imagine-mcp, most recently published on Aug 25, 2026.
- Where can I find the source code for grok-imagine-mcp?
- The source code for grok-imagine-mcp is hosted at github.com/runapi-ai/grok-imagine-mcp.