OpenRouter MCP Multimodal Server
Rank #1,652io.github.stabgan/openrouter-multimodal
Chat with 300+ LLMs via OpenRouter. Analyze and generate images, audio, and video from MCP.
OpenRouter MCP Multimodal Server is a Model Context Protocol (MCP) server published by stabgan. It ranks #1,652 of 115,591 servers tracked on MCP Toplist, and its repository has 85 GitHub stars. OpenRouter MCP Multimodal Server is listed across 4 registries — Official MCP, PulseMCP, mcp.so and Glama, with 4 tracked versions. It was first listed on Mar 26, 2025 and most recently updated on May 4, 2026.
Ranks ahead of 113,939 of 115,591 servers on MCP Toplist.
Use OpenRouter MCP Multimodal Server
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add openrouter-multimodal -e "OPENROUTER_API_KEY=<your OPENROUTER_API_KEY>" -e "OPENROUTER_DEFAULT_MODEL=<your OPENROUTER_DEFAULT_MODEL>" -e "OPENROUTER_OUTPUT_DIR=<your OPENROUTER_OUTPUT_DIR>" -- npx -y @stabgan/openrouter-mcp-multimodalReplace each placeholder with your own value before saving.
claude mcp add openrouter-multimodal -e "OPENROUTER_API_KEY=<your OPENROUTER_API_KEY>" -- docker run -i --rm docker.io/stabgan/openrouter-mcp-multimodal:3.2.0Replace each placeholder with your own value before saving.
[mcp_servers.openrouter-multimodal]
command = "npx"
args = ["-y", "@stabgan/openrouter-mcp-multimodal"]
[mcp_servers.openrouter-multimodal.env]
OPENROUTER_API_KEY = "<your OPENROUTER_API_KEY>"
OPENROUTER_DEFAULT_MODEL = "<your OPENROUTER_DEFAULT_MODEL>"
OPENROUTER_OUTPUT_DIR = "<your OPENROUTER_OUTPUT_DIR>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
[mcp_servers.openrouter-multimodal]
command = "docker"
args = ["run", "-i", "--rm", "docker.io/stabgan/openrouter-mcp-multimodal:3.2.0"]
[mcp_servers.openrouter-multimodal.env]
OPENROUTER_API_KEY = "<your OPENROUTER_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"openrouter-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>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"openrouter-multimodal": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/stabgan/openrouter-mcp-multimodal:3.2.0"
],
"env": {
"OPENROUTER_API_KEY": "<your OPENROUTER_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"openrouter-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>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"openrouter-multimodal": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/stabgan/openrouter-mcp-multimodal:3.2.0"
],
"env": {
"OPENROUTER_API_KEY": "<your OPENROUTER_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"openrouter-multimodal": {
"type": "stdio",
"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>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"servers": {
"openrouter-multimodal": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/stabgan/openrouter-mcp-multimodal:3.2.0"
],
"env": {
"OPENROUTER_API_KEY": "<your OPENROUTER_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"openrouter-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>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"openrouter-multimodal": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/stabgan/openrouter-mcp-multimodal:3.2.0"
],
"env": {
"OPENROUTER_API_KEY": "<your OPENROUTER_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"openrouter-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>"
}
}
}
}Replace each placeholder with your own value before saving.
{
"mcpServers": {
"openrouter-multimodal": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/stabgan/openrouter-mcp-multimodal:3.2.0"
],
"env": {
"OPENROUTER_API_KEY": "<your OPENROUTER_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.stabgan%2Fopenrouter-multimodal)<a href="https://mcptoplist.com/server/io.github.stabgan%2Fopenrouter-multimodal"><img src="https://mcptoplist.com/badge/io.github.stabgan%2Fopenrouter-multimodal.svg" alt="MCP Toplist: Top 5% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (3 delisted)
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
- Who maintains OpenRouter MCP Multimodal Server?
- OpenRouter MCP Multimodal Server is maintained by stabgan, which publishes 3 MCP servers (6 total versions) tracked on MCP Toplist.
- Is OpenRouter MCP Multimodal Server listed on the Official MCP Registry?
- Yes — OpenRouter MCP Multimodal Server is listed on the Official MCP Registry, alongside PulseMCP, mcp.so and Glama.
- 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.