ai-toolbox-mcp
Provides a suite of AI tools (summarization, translation, classification, RAG, sentiment analysis, etc.) powered by local Ollama models, enabling private, zero-cost local inference.
Click on "Install 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., "@ai-toolbox-mcpSummarize the main points of this article."
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.
AI Toolbox MCP Server (ai-toolbox-mcp)
Wraps the 22 AI interfaces of Wanhe AI Tools into a standard MCP (Model Context Protocol) Server, so AI agents like Claude Desktop / Cursor can directly call local AI capabilities.
✨ Features
Local inference: Based on local Ollama (qwen3 series), zero API costs
Data stays on your machine: All inference runs locally, privacy-safe
22 interfaces: Summarization/translation/review/classification/RAG/comparison/batch/sentiment/FAQ/diff/meeting minutes/data extraction/paraphrasing/chat, etc.
Plug and play: Configure once and it can be discovered and called by Claude Desktop / Cursor
Related MCP server: open-skills
📦 Installation
pip install mcp fastmcp httpx requests
python mcp_server.pyIf the
mcplibrary is not installed, the script automatically falls back to the built-in stdio JSON-RPC implementation (same functionality).
⚙️ Claude Desktop Configuration
Edit claude_desktop_config.json:
{
"mcpServers": {
"ai-toolbox": {
"command": "python",
"args": ["/path/to/mcp_server.py"]
}
}
}After restarting Claude Desktop, you will see the 17 AI tools from ai-toolbox in the tool list.
🛠 Supported 22 Interfaces
AI tools (17): summarize / translate / review / classify / rag_query (knowledge base Q&A) / rag_upload (knowledge base upload) / compare / batch / keywords / batch_summarize (batch summarization) / sentiment (sentiment analysis) / faq_generate (FAQ generation) / diff / meeting_minutes (meeting minutes) / data_extract (data extraction) / paraphrase / chat
System interfaces (5): health / pricing / stats / orders / root
💰 Pricing
MCP Server subscription: ¥49/month
Subscribe at https://wanhetools.top/developer, or choose a service at https://wanhetools.top/pay
Local inference with zero API call fees
📄 Files
mcp_server.py— MCP Server main programmcp_config.json— Configuration file (toolbox address/port/installation guide)README.md— This documentation
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