ai-toolbox-mcp
AI Toolbox MCP Server (ai-toolbox-mcp)
Kapselt die 22 AI-Schnittstellen der Wanhe AI-Toolbox (万和AI工具箱) als standardisierten MCP-Server (Model Context Protocol). AI-Agenten wie Claude Desktop / Cursor können lokale AI-Fähigkeiten direkt aufrufen.
✨ Funktionen
Lokale Inferenz: Basierend auf lokalem Ollama (qwen3-Serie), keine API-Gebühren
Daten verlassen das Gerät nicht: Alle Inferenzen laufen lokal ab, Datenschutz und Sicherheit
22 Schnittstellen: Zusammenfassung/Übersetzung/Prüfung/Klassifizierung/RAG/Vergleich/Stapelverarbeitung/Sentiment/FAQ/Diff/Meeting-Protokoll/Datenextraktion/Umschreibung/Konversation usw.
Plug-and-Play: Einmal konfigurieren, von Claude Desktop / Cursor auffindbar und aufrufbar
Related MCP server: open-skills
📦 Installation
pip install mcp fastmcp httpx requests
python mcp_server.pyFalls die
mcp-Bibliothek nicht installiert ist, greift das Skript automatisch auf die integrierte stdio-JSON-RPC-Implementierung zurück (gleiche Funktionalität).
⚙️ Claude-Desktop-Konfiguration
Bearbeiten Sie claude_desktop_config.json:
{
"mcpServers": {
"ai-toolbox": {
"command": "python",
"args": ["/path/to/mcp_server.py"]
}
}
}Nach dem Neustart von Claude Desktop erscheinen die 17 AI-Tools von ai-toolbox in der Tool-Liste.
🛠 Unterstützte 22 Schnittstellen
AI-Tools (17): summarize (Zusammenfassung) / translate (Übersetzung) / review (Prüfung) / classify (Klassifizierung) / rag_query (Wissensdatenbank-Q&A) / rag_upload (Wissensdatenbank-Upload) / compare (Vergleich) / batch (Stapelverarbeitung) / keywords (Schlüsselwörter) / batch_summarize (Stapel-Zusammenfassung) / sentiment (Sentimentanalyse) / faq_generate (FAQ-Generierung) / diff (Unterschied) / meeting_minutes (Meeting-Protokoll) / data_extract (Datenextraktion) / paraphrase (Umschreibung) / chat (Konversation)
System-Schnittstellen (5): health / pricing / stats / orders / root
💰 Preisgestaltung
MCP-Server-Abo: ¥49/Monat
Abonnieren unter https://wanhetools.top/developer oder Dienst auswählen unter https://wanhetools.top/pay
Lokale Inferenz ohne API-Aufrufgebühren
📄 Dateien
mcp_server.py— Hauptprogramm des MCP-Serversmcp_config.json— Konfigurationsdatei (Toolbox-Adresse/Port/Installationsanleitung)README.md— Diese Dokumentation
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