OpenRouter runs on your own machine — the client starts it, so there is no endpoint to ping. 127 installs a week from pypi. Last commit 14 Aug 2026.
MCP server providing access to 300+ AI models via OpenRouter
We read the source, 19 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
return subprocess.run(command, capture_output=True, text=True, check=False)
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add mcp-openrouter -- uvx mcp-openrouter
{
"mcpServers": {
"mcp-openrouter": {
"args": [
"mcp-openrouter"
],
"command": "uvx"
}
}
}
[mcp_servers.mcp-openrouter]
command = "uvx"
args = ["mcp-openrouter"]
{
"mcpServers": {
"mcp-openrouter": {
"args": [
"mcp-openrouter"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"mcp-openrouter": {
"args": [
"mcp-openrouter"
],
"command": "uvx"
}
}
}
This one needs environment variables set before it will start:
OPENROUTER_API_KEY (OpenRouter API key used to authenticate tool requests.), DEFAULT_TEXT_MODEL (Default model slug for chat tool calls when no model is provided.), DEFAULT_IMAGE_MODEL (Default model slug for image generation tool calls.), DEFAULT_CODE_MODEL (Default model slug for code-oriented tasks.), DEFAULT_VISION_MODEL (Default model slug for vision-capable tool calls.), DEFAULT_EMBEDDING_MODEL (Default model slug for embedding tool calls when no model is provided.).
The author declared them in the registry entry; get the values from the project itself.
An MCP server that provides access to common Cisco Modeling Labs (CML) operations.
OpenRouter Models MCP.
Secure MCP router providing access to AgentPMT's pay-per-use AI tools marketplace.
An open-source MCP server that provides LLM access to the Sauce Labs API
An open-source MCP server that provides LLM access to the Sauce Labs API
MCP PTY server providing AI agents with real interactive terminal access
PayPal MCP server provides access to PayPal services and operations for AI assistants
MCP server providing seamless access to FHIR APIs for AI tools and healthcare applications
Answers built from our own checks of this server.