OpenRouter MCP Multimodal Server
Rank #1423glama/stabgan/openrouter-mcp-multimodal
Provides seamless access to OpenRouter's diverse AI models, enabling multimodal interactions across vision and language models with intelligent model selection, caching, and robust error handling.
OpenRouter MCP Multimodal Server is a Model Context Protocol (MCP) server published by stabgan. It ranks #1423 of 58,900 servers tracked on MCP Toplist, and its repository has 42 GitHub stars. OpenRouter MCP Multimodal Server is listed across 4 registries — Official MCP, Glama, PulseMCP and mcp.so, with 4 tracked versions. It was first listed on Mar 26, 2025 and most recently updated on May 4, 2026.
Ranks ahead of 57,477 of 58,900 servers on MCP Toplist.
Use OpenRouter MCP Multimodal Server
Add OpenRouter MCP Multimodal Server to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.
{
"mcpServers": {
"openrouter-mcp-multimodal": {
"command": "npx",
"args": [
"-y",
"@stabgan/openrouter-mcp-multimodal"
],
"env": {
"OPENROUTER_API_KEY": "<your OPENROUTER_API_KEY>",
"OPENROUTER_DEFAULT_MODEL": "<your OPENROUTER_DEFAULT_MODEL>",
"OPENROUTER_OUTPUT_DIR": "<your OPENROUTER_OUTPUT_DIR>",
"OPENROUTER_MAX_TOKENS": "<your OPENROUTER_MAX_TOKENS>",
"OPENROUTER_PROVIDER_SORT": "<your OPENROUTER_PROVIDER_SORT>",
"OPENROUTER_PROVIDER_IGNORE": "<your OPENROUTER_PROVIDER_IGNORE>",
"OPENROUTER_PROVIDER_ORDER": "<your OPENROUTER_PROVIDER_ORDER>",
"OPENROUTER_PROVIDER_QUANTIZATIONS": "<your OPENROUTER_PROVIDER_QUANTIZATIONS>",
"OPENROUTER_PROVIDER_REQUIRE_PARAMETERS": "<your OPENROUTER_PROVIDER_REQUIRE_PARAMETERS>",
"OPENROUTER_PROVIDER_DATA_COLLECTION": "<your OPENROUTER_PROVIDER_DATA_COLLECTION>",
"OPENROUTER_PROVIDER_ALLOW_FALLBACKS": "<your OPENROUTER_PROVIDER_ALLOW_FALLBACKS>",
"OPENROUTER_CACHE_RESPONSES": "<your OPENROUTER_CACHE_RESPONSES>",
"OPENROUTER_INCLUDE_REASONING": "<your OPENROUTER_INCLUDE_REASONING>"
}
}
}
}Replace each placeholder with your own value before saving.
{
"mcpServers": {
"openrouter-mcp-multimodal": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/stabgan/openrouter-mcp-multimodal:4.5.1"
],
"env": {
"OPENROUTER_API_KEY": "<your OPENROUTER_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Listed on 4 registries
stabgan
Other servers by stabgan
View all stabgan servers →Available versions (4)
| Version | Published |
|---|---|
| 4.5.1 | May 4, 2026 |
| 4.0.0 | May 4, 2026 |
| 3.2.0 | May 3, 2026 |
| 3.1.0 | May 3, 2026 |
Frequently asked questions
- What is OpenRouter MCP Multimodal Server?
- Provides seamless access to OpenRouter's diverse AI models, enabling multimodal interactions across vision and language models with intelligent model selection, caching, and robust error handling.
- Who maintains OpenRouter MCP Multimodal Server?
- OpenRouter MCP Multimodal Server is maintained by stabgan, which publishes 2 MCP servers (6 total versions) tracked on MCP Toplist.
- Is OpenRouter MCP Multimodal Server an official MCP server?
- Yes — OpenRouter MCP Multimodal Server is listed on the Official MCP Registry, alongside Glama, PulseMCP and mcp.so.
- How many versions does OpenRouter MCP Multimodal Server have?
- MCP Toplist tracks 4 versions of OpenRouter MCP Multimodal Server, most recently published on May 4, 2026.
- Where can I find the source code for OpenRouter MCP Multimodal Server?
- The source code for OpenRouter MCP Multimodal Server is hosted at github.com/stabgan/openrouter-mcp-multimodal.