mcp-model-proxy 一个最小的本地 MCP Server,把任意兼容 Claude Messages API 的上游包装成统一的 MCP 工具 。 注意:本项目转发的是 Claude Messages API 格式的请求。其他服务(如 OpenAI、Gemini 原生 API)与此格式不兼容,直接填入不会生效。部分中转服务或网关会把 Claude Messages API 格式转发给 GPT/Gemini,这类服务可以用,但兼容性由中转服务保证,与本项目无关。 不负责账号管理、provider 切换或流式输出。就一件事:把上游接口变成 MCP 工具,让 MCP Inspector、编辑器插件或其他支持 MCP 的客户端能直接调用。 运行模式:本项目使用 stdio 传输,必须由宿主客户端以子进程方式启动(即在 MCP 配置里指定 和 )。直接运行 不会监听任何端口,进程会挂起等待 stdin 输入,这是正常行为。 目录 系统要求 快速开始 项目结构 核心调用流程 工作原理 MCP 工具说明 接入常见 MCP 客户端 验证方式 故障排查 已知限制 适用场景 FAQ 安全建议 系统要求 Node.js 18+ npm 7+ 可访问兼容 Claude Messages API 的上游服务的网络环境(Node.js 默认不走系统代理,如需代理请设置 环境变量) 依赖包:...
| Stars | 9 |
| Forks | 9 |
| Language | JavaScript |
| Category | MCP 服务器 |
| License | MIT |
| Quality Score | 23.45/100 |
| Last Updated | 2026-03-21 |
| Created | 2026-03-20 |
| Platforms | claude-code, mcp, node |
| Est. Tokens | ~2k |
These tools work well together with claude-model-mcp for enhanced workflows:
Explore other popular mcp 服务器 tools:
claude-model-mcp is an open-source mcp 服务器 by jfdjaf with 9 GitHub stars.
claude-model-mcp is primarily written in JavaScript.
You can find installation instructions and usage details in the claude-model-mcp GitHub repository at github.com/jfdjaf/claude-model-mcp. The project has 9 stars and 9 forks, indicating an active community.
claude-model-mcp is released under the MIT license, making it free to use and modify according to the license terms.