openrouter-multimodal
About
Chat with 300+ LLMs via OpenRouter. Analyze and generate images, audio, and video from MCP.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
OPENROUTER_API_KEY OPENROUTER_DEFAULT_MODEL OPENROUTER_OUTPUT_DIR OPENROUTER_MAX_TOKENS OPENROUTER_PROVIDER_SORT OPENROUTER_PROVIDER_IGNORE OPENROUTER_PROVIDER_ORDER OPENROUTER_PROVIDER_QUANTIZATIONS OPENROUTER_PROVIDER_REQUIRE_PARAMETERS OPENROUTER_PROVIDER_DATA_COLLECTION OPENROUTER_PROVIDER_ALLOW_FALLBACKS OPENROUTER_CACHE_RESPONSES OPENROUTER_INCLUDE_REASONINGClaude Code
claude mcp add --env OPENROUTER_API_KEY= --env OPENROUTER_DEFAULT_MODEL= --env OPENROUTER_OUTPUT_DIR= --env OPENROUTER_MAX_TOKENS= --env OPENROUTER_PROVIDER_SORT= --env OPENROUTER_PROVIDER_IGNORE= --env OPENROUTER_PROVIDER_ORDER= --env OPENROUTER_PROVIDER_QUANTIZATIONS= --env OPENROUTER_PROVIDER_REQUIRE_PARAMETERS= --env OPENROUTER_PROVIDER_DATA_COLLECTION= --env OPENROUTER_PROVIDER_ALLOW_FALLBACKS= --env OPENROUTER_CACHE_RESPONSES= --env OPENROUTER_INCLUDE_REASONING= openrouter-multimodal -- npx @stabgan/openrouter-mcp-multimodal
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"openrouter-multimodal","command":"npx","args":["@stabgan/openrouter-mcp-multimodal"],"env":{"OPENROUTER_API_KEY":"","OPENROUTER_DEFAULT_MODEL":"","OPENROUTER_OUTPUT_DIR":"","OPENROUTER_MAX_TOKENS":"","OPENROUTER_PROVIDER_SORT":"","OPENROUTER_PROVIDER_IGNORE":"","OPENROUTER_PROVIDER_ORDER":"","OPENROUTER_PROVIDER_QUANTIZATIONS":"","OPENROUTER_PROVIDER_REQUIRE_PARAMETERS":"","OPENROUTER_PROVIDER_DATA_COLLECTION":"","OPENROUTER_PROVIDER_ALLOW_FALLBACKS":"","OPENROUTER_CACHE_RESPONSES":"","OPENROUTER_INCLUDE_REASONING":""}}'
JSON
{
"mcpServers": {
"openrouter-multimodal": {
"command": "npx",
"args": [
"@stabgan/openrouter-mcp-multimodal"
],
"env": {
"OPENROUTER_API_KEY": "",
"OPENROUTER_DEFAULT_MODEL": "",
"OPENROUTER_OUTPUT_DIR": "",
"OPENROUTER_MAX_TOKENS": "",
"OPENROUTER_PROVIDER_SORT": "",
"OPENROUTER_PROVIDER_IGNORE": "",
"OPENROUTER_PROVIDER_ORDER": "",
"OPENROUTER_PROVIDER_QUANTIZATIONS": "",
"OPENROUTER_PROVIDER_REQUIRE_PARAMETERS": "",
"OPENROUTER_PROVIDER_DATA_COLLECTION": "",
"OPENROUTER_PROVIDER_ALLOW_FALLBACKS": "",
"OPENROUTER_CACHE_RESPONSES": "",
"OPENROUTER_INCLUDE_REASONING": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.