OpenRouter Model Selector
БесплатноНе проверенMCP server that helps AI assistants automatically find, filter, and rank the best AI models for a specific task using the OpenRouter API.
Описание
MCP server that helps AI assistants automatically find, filter, and rank the best AI models for a specific task using the OpenRouter API.
README
OpenRouter Model Selector is a Model Context Protocol (MCP) server that helps AI assistants automatically find, filter, and rank the best AI models for a specific task using the OpenRouter API.
Whether you need a model for coding, image generation, text-to-speech (TTS), or transcription (STT), this tool queries the live OpenRouter directory, groups them by your requested modality, and ranks the top 10 models based on:
- Price (1 to 5 stars - 5 stars being the most expensive).
- Benchmark / Performance (1 to 5 stars based on intelligence index or Elo rating).
Features
- Zero Configuration: No API keys required. It uses OpenRouter's public
/api/v1/modelsendpoint. - Smart Modality Routing: Understands keywords to correctly filter for
image-understanding,video-understanding,transcription,speech,image-generation, andvideo-generation. - Dynamic Pricing Calculation: Accurately compares prompt/completion/image output prices to give a relative cost score.
- FastMCP Built: Built on top of
fastmcpfor quick integration with MCP-compatible clients like Claude Desktop, Cursor, or Google Antigravity.
Installation
- Clone this repository:
git clone https://github.com/your-username/openrouter-model-selector-mcp.git
cd openrouter-model-selector-mcp
- Create a virtual environment and install dependencies:
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
Usage & Configuration
To use this with any MCP-compatible AI assistant, you need to add it to your MCP configuration file (e.g., mcp.json or claude_desktop_config.json).
Here is an example configuration:
{
"mcpServers": {
"openrouter-model-selector": {
"command": "/absolute/path/to/your/cloned/repo/.venv/bin/python",
"args": [
"/absolute/path/to/your/cloned/repo/openrouter_agent_selector.py"
]
}
}
}
Make sure to replace /absolute/path/to/your/cloned/repo/ with the actual path on your machine.
How it works
When connected, your AI assistant will have access to a tool called select_best_agent.
If you ask your AI: "Find me an AI model for text to speech", it will call this tool with topic="text to speech", fetch the relevant models, and present you with a Markdown-formatted list containing the stars for Price and Benchmark.
Security & Privacy
This tool does not require or transmit any private API keys. It only reads public model catalog data from OpenRouter.
License
MIT License
Установка OpenRouter Model Selector
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/rifatsaltoglu/OpenRouter-Model-Selector-MCPFAQ
OpenRouter Model Selector MCP бесплатный?
Да, OpenRouter Model Selector MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для OpenRouter Model Selector?
Нет, OpenRouter Model Selector работает без API-ключей и переменных окружения.
OpenRouter Model Selector — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить OpenRouter Model Selector в Claude Desktop, Claude Code или Cursor?
Открой OpenRouter Model Selector на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Notion
Read and write pages in your workspace
автор: NotionLinear
Issues, cycles, triage — from Claude
автор: LinearGoogle Drive
Search and read your Drive files
автор: Googlemindsdb/mindsdb
Connect and unify data across various platforms and databases with [MindsDB as a single MCP server](https://docs.mindsdb.com/mcp/overview).
автор: mindsdbCompare OpenRouter Model Selector with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории productivity
