Claude Code. Cursor. Windsurf. Your own. One API key, every tool.
Helm ships an open-source MCP server that exposes 61 tools across every app on the platform. Use your Helm workspace from Claude Code, Claude Desktop, Cursor, Windsurf, or any MCP-compatible client. API-key auth, stdio transport, MIT-licensed, published on npm. Works with your team or your own custom agents built on the Claude API.
MCP is an open standard. The server is open-source. You bring your favorite client.
Step 1
In Helm, go to Settings → API Keys. Generate a key scoped to your workspace. Copy it.
Step 2
Add the Helm MCP server to your client config. Install via npm or npx. Paste the API key as an environment variable.
Step 3
Your MCP client now reads and writes to your Helm workspace. Claude Code, Cursor, Windsurf, Claude Desktop. Same tools, same data.
Any stdio-capable MCP client works. No provider lock-in.
Your MCP client can read and write to every app on the Helm platform. Full tool-level reference in the setup docs.
List, create, update, and delete scheduled agent runs. Automate from your terminal.
Your workspace is available wherever your agent lives.
Ask your terminal agent 'What's due today?' It reads your Helm tasks, sorted by project. Create new tasks, log time, and ship updates without leaving the CLI.
Claude Desktop pulls the account from CRM, the deal from Sales Pipeline, and the last three invoices. Drafts an estimate in the right voice. You review, send.
While Cursor refactors code, it also creates a Helm task, logs time against the project, and updates the stakeholder account. One editor, two systems.
Your internal SRE agent, your custom compliance workflow, your homemade Slack bot. Connect to Helm via the same MCP server. No proprietary SDK to learn.
Generate a key, install the server, paste the config. The docs walk through each supported client line-by-line.
Model Context Protocol (MCP) is an open standard from Anthropic that lets AI clients connect to external tools and data sources. Think of it as a universal adapter for agents: write your integration once, and any MCP-compatible client can use it. Helm ships an MCP server so your workspace is accessible to Claude Code, Claude Desktop, Cursor, Windsurf, and any custom agent you build.
Any client that speaks MCP over stdio. Confirmed: Claude Code, Claude Desktop, Cursor, Windsurf, and custom agents built on the Claude API or any agent framework. If you can configure a client to run a local stdio server, Helm works.
MCP is included on Pro, Business, and Enterprise plans. Not available on Starter. See the Pricing page for current plan limits.
You generate a workspace-scoped API key in Helm under Settings → API Keys, then pass it to your MCP client as an environment variable (HELM_API_KEY). The key grants access to every tool your plan supports. Rotate or revoke the key from the same settings page.
Yes on both. The MCP server is MIT-licensed and published on npm as @helm-ai/mcp-server. Install via npx or global npm. You can also fork it for custom deployments.
The current MCP server is stdio-only, which works with every popular MCP client today. Remote HTTP transport for cloud-hosted agents is on the roadmap as the MCP spec matures.
Yes. Generate a separate API key per team member so usage is attributable and revocable per person. Every tool call is logged in your workspace audit trail.
Open-source. MIT-licensed. Included on Pro and Business plans.