Overview
Claude Desktop is Anthropic’s GUI application for macOS and Windows with full MCP support for tools, resources, and prompts.For complete Claude Desktop MCP documentation, see the official MCP quickstart.
Setup
Claude Desktop requires themcp-remote package to connect to remote HTTP servers.
1
Locate Configuration File
- Open Claude Desktop
- Navigate to Settings → Developer
- Click “Edit Config” to open the configuration file in your default editor

2
Encode Your API Key
Open your terminal and generate the Base64 token for authentication:Copy the output for use in the configuration.

3
Add StackOne MCP Configuration
Add the following to your Replace:
claude_desktop_config.json:{account_id}: Your StackOne linked account ID{base64_encoded_api_key}: The Base64-encoded token from the previous step
Multiple accounts example
Multiple accounts example
For multiple linked accounts, add additional server entries:

Screenshots show 'stackone-' prefix — this is optional.
Alternative: Account ID as header
Alternative: Account ID as header
You can also pass the account ID as a header:
4
Restart Claude Desktop
Close and reopen Claude Desktop to load the new configuration.
Verify Connection
After restarting, navigate to Settings → Developer to verify your servers are configured:

Screenshots show servers with 'stackone-' prefix — this is optional.
- List Tools: Ask “What StackOne tools are available?”
- Execute Operations: Request actions like “Search recent calls in Gong”
- Access Resources: Ask about API schemas or documentation
For troubleshooting, see Claude Desktop’s logging capabilities in the official MCP documentation.