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(지식베이스 Q&A) / 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