Loading MCP server directory, please wait...
MCP server providing access to 300+ AI models via OpenRouter
npx @getmcp/cli add io.github.tsilva/mcp-openrouterRequires Python 3.10+. Community-contributed server. Review source before installing.
OPENROUTER_API_KEYOpenRouter API key used to authenticate tool requests.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.tsilva/mcp-openrouter": {
"command": "uvx",
"args": [
"mcp-openrouter"
],
"env": {
"OPENROUTER_API_KEY": "",
"DEFAULT_TEXT_MODEL": "",
"DEFAULT_IMAGE_MODEL": "",
"DEFAULT_CODE_MODEL": "",
"DEFAULT_VISION_MODEL": "",
"DEFAULT_EMBEDDING_MODEL": ""
}
}
}
}