RunAPI Z Image MCP server for image generation: create tasks, poll results, and check pricing across 1 model from Claude Code, Codex, Cursor, and VS Code.
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": {
"z-image-mcp": {
"command": "npx",
"args": [
"-y",
"runapi-ai/z-image-mcp"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add z-image-mcp npx -y runapi-ai/z-image-mcp
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"z-image-mcp": {
"command": "npx",
"args": [
"-y",
"runapi-ai/z-image-mcp"
]
}
}
}
📋 Copy