Skip to main content
Glama
helpvisor

helppilot-mcp

Official
by helpvisor

helppilot-mcp

Локальный MCP-сервер, который позволяет Claude Desktop взаимодействовать с вашим клиентом HelpPilot на pilot.helpvisor.gr.

Это «тонкий» клиент. Вся бизнес-логика, навыки и учетные данные остаются на стороне сервера — этот бинарный файл просто пересылает вызовы инструментов и промпты через HTTPS, защищенные вашим JWT-токеном лицензии HelpPilot.

Установка

Самый простой способ — скачать готовый исполняемый файл для вашей ОС со страницы релизов. Python не требуется.

ОС

Скачать

Windows

helppilot-mcp-windows-x64.exe

macOS (Apple Silicon)

helppilot-mcp-macos-arm64

Linux (x64)

helppilot-mcp-linux-x64

Или установите из исходного кода:

pip install git+https://github.com/helpvisor/helppilot-mcp.git

Related MCP server: my-mcp-server

Настройка

Создайте файл конфигурации с вашим JWT-токеном лицензии HelpPilot:

Windows%APPDATA%\helppilot\config.json macOS / Linux~/.config/helppilot/config.json

{
  "api_url": "https://pilot.helpvisor.gr",
  "license_jwt": "<paste from the 'Claude Desktop' page at pilot.helpvisor.gr>"
}

Получите JWT, войдя в систему на pilot.helpvisor.gr и нажав Claude Desktop → setup & download. Страница настройки сгенерирует готовый для вставки конфиг и фрагмент кода для Claude Desktop.

Подключение к Claude Desktop

Отредактируйте claude_desktop_config.json (Settings → Developer → Edit Config в Claude Desktop):

{
  "mcpServers": {
    "helppilot": {
      "command": "C:\\HelpPilot\\helppilot-mcp.exe"
    }
  }
}

Укажите путь к тому месту, куда вы поместили исполняемый файл. Перезапустите Claude Desktop. Инструменты HelpPilot (SoftOne, Drive, сверка банковских выписок, история) появятся в меню MCP, а навыки рабочего процесса будут доступны в виде промптов.

Сборка

pip install pyinstaller mcp httpx
pyinstaller mcp_client/helppilot-mcp.spec --noconfirm

Выходной файл: dist/helppilot-mcp(.exe).

Тесты

pip install pytest httpx
pytest tests/

Лицензия

Проприетарная — © Helpvisor.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

No tool schema history has been recorded yet.

Maintenance

ActivityInactive
ResponsivenessNo issues

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    F
    maintenance
    A local MCP server that integrates with Claude Desktop, enabling RAG capabilities to provide Claude with up-to-date private information from custom LlamaCloud indices.
    225
    MIT
  • F
    license
    Not graded
    quality
    D
    maintenance
    A Model Context Protocol server that allows integration with Claude Desktop by creating and managing custom tools that can be executed through the MCP framework.
    88
    -

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/helpvisor/helppilot-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server