helppilot-mcp
A local MCP server that connects Claude Desktop to your HelpPilot tenant on pilot.helpvisor.gr, forwarding tool calls and prompts over HTTPS.
README
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 | 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
Configure
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 --noconfirm
Output: dist/helppilot-mcp(.exe).
Tests
pip install pytest httpx
pytest tests/
License
Proprietary — © Helpvisor.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.