loading…
Search for a command to run...
loading…
A local MCP server that connects Claude Desktop to your HelpPilot tenant on pilot.helpvisor.gr, forwarding tool calls and prompts over HTTPS.
A local MCP server that connects Claude Desktop to your HelpPilot tenant on pilot.helpvisor.gr, forwarding tool calls and prompts over HTTPS.
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.
The easiest path is to download the prebuilt single-file executable for your OS from the Releases page. No Python required.
| OS | Download |
|---|---|
| Windows | helppilot-mcp-windows-x64.exe |
| macOS (Apple Silicon) | helppilot-mcp-macos-arm64 |
| Linux (x64) | helppilot-mcp-linux-x64 |
Or install from source:
pip install git+https://github.com/helpvisor/helppilot-mcp.git
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.
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.
pip install pyinstaller mcp httpx
pyinstaller mcp_client/helppilot-mcp.spec --noconfirm
Output: dist/helppilot-mcp(.exe).
pip install pytest httpx
pytest tests/
Proprietary — © Helpvisor.
Run in your terminal:
claude mcp add helppilot-mcp -- npx Yes, Helppilot MCP is free — one-click install via Unyly at no cost.
No, Helppilot runs without API keys or environment variables.
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
Open Helppilot on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Web content fetching and conversion for efficient LLM usage.
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolProvides auto-configuration for setting up an MCP server in Spring Boot applications.
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzNot sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs