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.
Get your MCP URL from the dashboard
- Go to Connectors in the left nav and open the connector you want to use
- Click Use Connector in the top right
- On the Use tab, click MCP Server under “Use with Agent Client”
- Select a linked account from the dropdown
- Choose Claude Desktop as the client
- Copy the generated JSON block
Locate Configuration File
- Open Claude Desktop
- Navigate to Settings → Developer
- Click “Edit Config” to open the configuration file in your default editor

Add StackOne MCP Configuration
Paste the config from the dashboard into your
claude_desktop_config.json. It looks like this:Multiple accounts example
Multiple accounts example
For multiple linked accounts, add an entry for each. Get each token from the dashboard by selecting the relevant account.

Alternative: Manual API key setup
Alternative: Manual API key setup
If you prefer to use your API key and account ID directly, encode your API key first:
Then add to your config:

Verify Connection
After restarting, navigate to Settings → Developer to verify your servers are configured:

- 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.
Programmatic Integration
For programmatic integration with Anthropic’s Claude API, see the Anthropic SDK Framework Guide.Next Steps
Claude Code
Set up MCP in Claude Code CLI
Authentication Guide
Configure authentication and security