OpenRouter MCP
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@OpenRouter MCPWhat's my remaining credit balance on OpenRouter?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
OpenRouter MCP — Cloudflare Workers
Deploy karo (ek baar)
# 1. deps install
npm install
# 2. Cloudflare login
npx wrangler login
# 3. API key secret set karo (secure)
npx wrangler secret put OPENROUTER_API_KEY
# prompt aayega → sk-or-... paste karo
# 4. Deploy
npm run deployURL milega:
https://openrouter-mcp.<your-subdomain>.workers.devRelated MCP server: OpenRouter MCP Server
Claude.ai mein connect karo
Settings → MCP Servers → Add:
https://openrouter-mcp.<your-subdomain>.workers.dev/sseLocal dev
# .dev.vars file banao
echo 'OPENROUTER_API_KEY=sk-or-...' > .dev.vars
npm run dev
# localhost:8787/sseTools
Tool | Description |
| Kisi bhi model se chat — images bhi |
| Models filter karo (free_only, provider, search) |
| Ek model ki full details |
| Remaining credits check karo |
| Past generation ka cost/stats |
| Sab providers + model counts |
Endpoints
Path | Use |
| Claude.ai SSE transport |
| HTTP streamable transport |
| Health check |
Vars (wrangler.toml)
Var | Secret? | Default |
| YES ( | — |
| no | OpenRouter MCP |
| no | github.com/r4xgamez |
This server cannot be deployed
Maintenance
Related MCP Connectors
Generate text, images, speech, music, and video with any AI model, from one credit balance.
Image, video, music and text generation across 100+ models through one endpoint.
Use AI models for chat, image, and video generation from Claude Code and other MCP hosts.
LLM chat, text tools, image generation, editing, batch image jobs, and asynchronous video generation
Related MCP Servers
- AlicenseAqualityDmaintenanceEnables AI agents to connect to and chat with multiple LLM models (OpenAI, OpenRouter, custom endpoints) with conversation history management and model switching capabilities.36 npm2MIT
- AlicenseAqualityBmaintenanceProvides access to 400+ AI models from OpenRouter, enabling users to chat with models like GPT-4, Claude, Gemini, and Llama, compare responses across multiple models, and retrieve model information with pricing details.421 npm13MIT
- AlicenseAqualityDmaintenanceProvides unified access to multiple AI providers through Vercel AI Gateway, enabling question answering, web search, multi-model research, and model listing.438 npmMIT
- -licenseNot gradedqualityNot gradedmaintenanceEnables discovery of public AI models with pricing, documentation context, and OpenAI-compatible integration examples. Supports both read-only queries and paid async media generation tasks.-