ai-toolbox-mcp
AI Toolbox MCP Server (ai-toolbox-mcp)
将万和AI工具箱(Wanhe AI Tools)的 22 个 AI 接口封装为标准 MCP (Model Context Protocol) Server,Claude Desktop / Cursor 等 AI 代理可直接调用本地 AI 能力。
✨ 特性
本地推理:基于本地 Ollama(qwen3 系列),零 API 费用
数据不出本机:所有推理在本地完成,隐私安全
22 个接口:摘要/翻译/审查/分类/RAG/对比/批处理/情感/FAQ/差异/会议纪要/数据提取/改写/对话等
即插即用:配置一次即可被 Claude Desktop / Cursor 发现调用
Related MCP server: open-skills
📦 安装
pip install mcp fastmcp httpx requests
python mcp_server.py若未安装
mcp库,脚本自动降级为内置 stdio JSON-RPC 实现(功能相同)。
⚙️ Claude Desktop 配置
编辑 claude_desktop_config.json:
{
"mcpServers": {
"ai-toolbox": {
"command": "python",
"args": ["/path/to/mcp_server.py"]
}
}
}重启 Claude Desktop 后即可在工具列表中看到 ai-toolbox 的 17 个 AI 工具。
🛠 支持的 22 个接口
AI 工具(17):summarize(摘要)/ translate(翻译)/ review(审查)/ classify(分类)/ rag_query(知识库问答)/ rag_upload(知识库上传)/ compare(对比)/ batch(批处理)/ keywords(关键词)/ batch_summarize(批量摘要)/ sentiment(情感分析)/ faq_generate(FAQ生成)/ diff(差异)/ meeting_minutes(会议纪要)/ data_extract(数据提取)/ paraphrase(改写)/ chat(对话)
系统接口(5):health / pricing / stats / orders / root
💰 定价
MCP Server 订阅:¥49/月
前往 https://wanhetools.top/developer 订阅,或 https://wanhetools.top/pay 选择服务
本地推理零 API 调用费
📄 文件
mcp_server.py— MCP Server 主程序mcp_config.json— 配置文件(toolbox 地址/端口/安装指南)README.md— 本说明
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceBridges Llama models with Claude Desktop through Ollama, enabling privacy-first local AI operations with 10+ built-in tools for file operations, web search, calculations, and custom model deployment. Features streaming support, hybrid intelligence workflows, and extensive Python ecosystem integration for research, development, and enterprise applications.MIT
- AlicenseNot gradedqualityCmaintenanceEnables running Claude Skills locally on your Mac with sandboxed execution, supporting document processing and integration with MCP-compatible AI tools while ensuring data privacy.446Apache 2.0
- AlicenseNot gradedqualityAmaintenanceExposes Apple's on-device 3B parameter LLM to Claude Code and Claude Desktop via MCP. Zero API cost, fully private, runs on Neural Engine.1MIT
- AlicenseAqualityAmaintenanceLocal OCR & image analysis via Apple Vision Framework — private, offline, no API keys. Extracts text from images and PDFs, detects faces, barcodes, QR codes, and document corners. Works with Claude Code, Claude Desktop, and Cursor.6966MIT
Related MCP Connectors
Let ChatGPT, Claude & Cursor use your Mac: email, calendar, iMessage, Teams, files. Local, free.
Generate AI images, video, speech, music and presentations from Claude, ChatGPT and Cursor.
Hosted memory for AI agents that learns from outcomes — one key across Claude, Cursor & ChatGPT.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Wh-bi/ai-toolbox-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server