helppilot-mcp
Officialhelppilot-mcp
Локальный MCP-сервер, который позволяет Claude Desktop взаимодействовать с вашим клиентом HelpPilot на pilot.helpvisor.gr.
Это «тонкий» клиент. Вся бизнес-логика, навыки и учетные данные остаются на стороне сервера — этот бинарный файл просто пересылает вызовы инструментов и промпты через HTTPS, защищенные вашим JWT-токеном лицензии HelpPilot.
Установка
Самый простой способ — скачать готовый исполняемый файл для вашей ОС со страницы релизов. Python не требуется.
ОС | Скачать |
Windows |
|
macOS (Apple Silicon) |
|
Linux (x64) |
|
Или установите из исходного кода:
pip install git+https://github.com/helpvisor/helppilot-mcp.gitRelated 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.
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
- Alicense-qualityDmaintenanceA local MCP server that integrates with Claude Desktop, enabling RAG capabilities to provide Claude with up-to-date private information from custom LlamaCloud indices.Last updated225MIT
- Flicense-qualityDmaintenanceA Model Context Protocol server that allows integration with Claude Desktop by creating and managing custom tools that can be executed through the MCP framework.Last updated94
- Alicense-qualityDmaintenanceA Model Control Protocol (MCP) server that allows Claude to communicate with locally running LLM models via LM Studio.Last updatedMIT
- Flicense-qualityCmaintenanceA local MCP server that bridges Claude Desktop to your WordPress site via the WordPress MCP Adapter. It dynamically discovers and proxies all tools, resources, and prompts registered through the WordPress Abilities API.Last updated
Related MCP Connectors
Hosted Amazon Seller and Vendor MCP server for Claude, ChatGPT, Cursor, Codex, Gemini, Copilot.
Hosted Amazon Seller Central and Amazon Ads MCP server for Claude, ChatGPT, Cursor, and agents.
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
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/helpvisor/helppilot-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server