RunAPI Ideogram V3 MCP server for image generation: create tasks, poll results, and check pricing across 7 model variants from Claude Code, Codex, Cursor, and VS Code.
View on GitHub →
🔍 Audit Wallet Slippage →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"ideogram-v3-mcp": {
"command": "npx",
"args": [
"-y",
"runapi-ai/ideogram-v3-mcp"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add ideogram-v3-mcp npx -y runapi-ai/ideogram-v3-mcp
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"ideogram-v3-mcp": {
"command": "npx",
"args": [
"-y",
"runapi-ai/ideogram-v3-mcp"
]
}
}
}
📋 Copy
Topics
ai-agents ai-image claude-code cursor edit-image ideogram-v3 ideogram-v3-api ideogram-v3-mcp image-generation mcp mcp-server model-context-protocol reframe-image remix-image runapi