Chat with 300+ LLMs via OpenRouter. Analyze and generate images, audio, and video from MCP.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y @stabgan/openrouter-mcp-multimodal
MCP client config
{
"mcpServers": {
"openrouter-mcp-multimodal": {
"command": "npx",
"args": [
"-y",
"@stabgan/openrouter-mcp-multimodal"
]
}
}
}Run
docker run -i --rm docker.io/stabgan/openrouter-mcp-multimodal:4.5.1
MCP client config
{
"mcpServers": {
"openrouter-mcp-multimodal": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/stabgan/openrouter-mcp-multimodal:4.5.1"
]
}
}
}