RunAPI Gemini Omni MCP server for multimodal generation: create tasks, poll results, and check pricing across 3 model variants 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": {
"gemini-omni-mcp": {
"command": "npx",
"args": [
"-y",
"runapi-ai/gemini-omni-mcp"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add gemini-omni-mcp npx -y runapi-ai/gemini-omni-mcp
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"gemini-omni-mcp": {
"command": "npx",
"args": [
"-y",
"runapi-ai/gemini-omni-mcp"
]
}
}
}
📋 Copy