Home → API Manual → MCP Server → Connecting Claude Code to the HelpSpot MCP Server
7.4. Connecting Claude Code to the HelpSpot MCP Server
Updated: Jun 8 2026, 03:48 PM
This guide walks you through connecting Claude Code to the HelpSpot MCP server.
Before You Begin
- You have access to the HelpSpot admin area.
- MCP is enabled in your HelpSpot instance.
- Claude Code is installed and you can run the
claudecommand in your terminal.
Step 1: Get Your HelpSpot MCP Server URL
- Log in to your HelpSpot admin area.
- Go to Settings.
- Select MCP.
- Enable the MCP server if it is not already enabled.
- Copy the MCP Server URL.
Step 2: Add the MCP Server to Claude Code
- Open your terminal.
- Run
claude mcp add --transport http helpspot <YOUR_HELPSPOT_MCP_URL>, replacing the placeholder with the URL you copied. - By default the server is added at the local (current project) scope. To make it available across all of your projects, add
--scope user.
Step 3: Authenticate the Connection
- Start Claude Code and run the
/mcpcommand. - Select the HelpSpot server and choose to authenticate.
- Complete the authorization prompt in your browser and approve the request.
- Claude Code stores the access token securely in your system keychain.
Step 4: Configure MCP Tool Permissions
Use the /mcp command to review the HelpSpot tools and enable or disable them as needed. Claude Code prompts for confirmation before running a tool unless you choose to always allow it.
Step 5: Start Using HelpSpot in Claude Code
Once connected, you can ask Claude Code questions about your HelpSpot instance, including ticket lookups, customer conversations, and other HelpSpot data available through MCP.
Troubleshooting
The MCP option does not appear in HelpSpot
Make sure your HelpSpot installation supports MCP and that the feature is enabled.
Tools do not appear after adding the server
- Run
/mcpto reconnect to the server. - Run
claude mcp get helpspotto check the server status.
Authentication fails
- Confirm the MCP Server URL is correct.
- Make sure your browser allows the authorization window.
- If authentication loops, remove the server with
claude mcp remove helpspotand add it again.
This page was: Helpful |
Not Helpful