📦
Openrouter MCP Server
MCP server providing access to OpenRouter's unified API for 500+ AI models
0 installs
Trust: 37 — Low
Devtools
Ask AI about Openrouter MCP Server
Powered by Claude · Grounded in docs
I know everything about Openrouter MCP Server. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
OpenRouter MCP Server
An MCP server for OpenRouter.
Tools
user-chat-completion: Returns chat completion responses of given models from OpenRouter for the user message
Build
Run the command below to build the server:
./gradlew installDist
The executable files will be located in build/install/openrouter-mcp-server/bin.
Usage
{
"mcpServers": {
"openrouter": {
"command": "<absolute path to the openrouter-mcp-server executable>",
"args": [],
"env": {
"OPENROUTER_API_KEY": "<openrouter api key>"
}
}
}
}
