Mcp Multi Model
@K1vin1906
关于 Mcp Multi Model
MCP server for Claude Code — parallel multi-model queries, smart routing, image/video gen across OpenAI (GPT-5, GPT Image), Gemini (Imagen 4, Veo), DeepSeek, Kimi & 12+ providers
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"multi-model": {
"command": "npx",
"args": [
"-y",
"mcp-multi-model"
],
"env": {
"DEEPSEEK_API_KEY": "<YOUR_KEY>",
"GEMINI_API_KEY": "<YOUR_KEY>",
"KIMI_API_KEY": "<YOUR_KEY>"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Mcp Multi Model?
Mcp Multi Model is a single MCP server that gives Claude Code access to multiple LLM providers (OpenAI, Gemini, DeepSeek, Kimi, Grok, Perplexity, local models, and more) for image/video generation, web search, smart model routing, and side-by-side comparisons. It is designed for developers who want to use the best model for each task without switching tabs or managing separate integrations.
How to use Mcp Multi Model?
Install via npx mcp-multi-model or clone the repository and run npm install && npm run setup. Add the server to your Claude Code MCP config (e.g., ~/.mcp.json) with the required API keys in the env block. Optionally copy config.example.yaml to config.yaml to customize models, endpoints, and defaults.
Key features of Mcp Multi Model
- Smart routing – auto-picks the best model for the task
- Image generation via Gemini Imagen and OpenAI GPT Image
- Video generation via Gemini Veo 3.1
- Built-in web search (Google Search grounding, Kimi Chinese web)
- Compare models side by side with
ask_allorask_both - One-line install with npx, no build step
- Supports local models (Ollama, LM Studio, llama.cpp, vLLM)
- Auto-retry, fallback, cost tracking, and response caching
Use cases of Mcp Multi Model
- Generate images and videos directly from the terminal without leaving Claude Code
- Research topics using web search grounded models (Gemini, Kimi)
- Compare answers from multiple models to choose the best solution
- Translate between Chinese and English using dedicated tools
- Write code cheaply by routing to DeepSeek or local models
FAQ from Mcp Multi Model
What models are supported?
12+ providers are preconfigured, including OpenAI, Gemini, DeepSeek, Kimi, Grok, Perplexity, Anthropic (via OpenRouter), Mistral, Groq, Qwen, GLM, Together, and local runners (Ollama, LM Studio, llama.cpp, vLLM). Models without an API key are skipped automatically.
How do I install Mcp Multi Model?
Add the server to your MCP config with "command": "npx", "args": ["-y", "mcp-multi-model"] and set your API keys in the env block. Alternatively, clone the repo and run npm install && npm run setup for an interactive wizard.
Do I need API keys?
Yes, for cloud models you need the corresponding API keys (e.g., DEEPSEEK_API_KEY, GEMINI_API_KEY). Local models (Ollama, LM Studio, etc.) require no API key and run entirely on your machine.
Is my data sent to the server author?
No. Mcp Multi Model is a local relay. No telemetry, analytics, or data is sent to the author. Prompts go directly from your machine to the LLM provider you configured.
How do I add a new model?
Add one block to your config.yaml file specifying the model name, adapter, endpoint, API key environment variable, and optional pricing/fallback settings. The server dynamically generates tools from your config.
AI 与智能体 分类下的更多 MCP 服务器
Open Multi-Agent Canvas
CopilotKitThe open-source multi-agent chat interface that lets you manage multiple agents in one dynamic conversation and add MCP servers for deep research
1Panel
1Panel-dev🔥 1Panel is a modern, open-source VPS control panel — and the only one with native AI agent support. Run Ollama models, deploy OpenClaw agents, and manage your entire server stack from one clean web interface.
欢迎来到 智言平台
Shy2593666979AgentChat 是一个基于 LLM 的智能体交流平台,内置默认 Agent 并支持用户自定义 Agent。通过多轮对话和任务协作,Agent 可以理解并协助完成复杂任务。项目集成 LangChain、Function Call、MCP 协议、RAG、Memory、HITL、Skill、Milvus 和 ElasticSearch 等技术,实现高效的知识检索与工具调用,使用 FastAPI 构建高性能后端服务。
mcp-hfspace MCP Server 🤗
evalstateMCP Server to Use HuggingFace spaces, easy configuration and Claude Desktop mode.
MCP Claude Code
SDGLBLMCP implementation of Claude Code capabilities and more
评论