helppilot-mcp
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@helppilot-mcpShow me the latest bank reconciliation status"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
helppilot-mcp
Local MCP server that lets Claude Desktop talk to your HelpPilot tenant on pilot.helpvisor.gr.
This is a thin client. All business logic, skills, and credentials stay server-side — this binary just forwards tool calls and prompts over HTTPS, gated by your HelpPilot license JWT.
Install
The easiest path is to download the prebuilt single-file executable for your OS from the Releases page. No Python required.
OS | Download |
Windows |
|
macOS (Apple Silicon) |
|
Linux (x64) |
|
Or install from source:
pip install git+https://github.com/helpvisor/helppilot-mcp.gitConfigure
Create a config file with your HelpPilot license JWT:
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>"
}Get the JWT by logging in at pilot.helpvisor.gr and clicking Claude Desktop → setup & download. The setup page generates a ready-to-paste config and a snippet for Claude Desktop.
Wire into Claude Desktop
Edit claude_desktop_config.json (Settings → Developer → Edit Config in Claude Desktop):
{
"mcpServers": {
"helppilot": {
"command": "C:\\HelpPilot\\helppilot-mcp.exe"
}
}
}Adjust the path to wherever you put the executable. Restart Claude Desktop. The HelpPilot tools (SoftOne, Drive, bank reconciliation, history) appear in the MCP menu, and the workflow skills are available as prompts.
Build
pip install pyinstaller mcp httpx
pyinstaller mcp_client/helppilot-mcp.spec --noconfirmOutput: dist/helppilot-mcp(.exe).
Tests
pip install pytest httpx
pytest tests/License
Proprietary — © 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.
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