Skip to main content
Glama
Wh-bi

ai-toolbox-mcp

by Wh-bi

AI Toolbox MCP Server (ai-toolbox-mcp)

Обёртка 22 AI-интерфейсов Wanhe AI Tools (万和AI工具箱) в стандартный MCP-сервер (Model Context Protocol), позволяющая AI-агентам, таким как Claude Desktop / Cursor, напрямую вызывать локальные 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 в списке инструментов появятся 17 AI-инструментов ai-toolbox.

🛠 Поддерживаемые 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.py — основная программа MCP Server

  • mcp_config.json — файл конфигурации (адрес/порт toolbox, руководство по установке)

  • README.md — данная документация

A
license - permissive license
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    Not graded
    quality
    D
    maintenance
    Bridges 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
  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables running Claude Skills locally on your Mac with sandboxed execution, supporting document processing and integration with MCP-compatible AI tools while ensuring data privacy.
    446
    Apache 2.0
  • A
    license
    A
    quality
    A
    maintenance
    Local 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.
    6
    96
    6
    MIT

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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