Prerequisites
- Claude Desktop installed (macOS or Windows)
- A MCPCore server with at least one tool
- The config snippet from your server’s Integration tab
Step 1 — Get your config snippet
Open your server’s detail page, click the Integration tab, and select Claude Desktop. Copy the generated config snippet.
Step 2 — Open the config file
macOS:{} as the initial content.
Step 3 — Merge the snippet
If the file already has amcpServers object, add your new server entry alongside the existing ones:
Step 4 — Restart Claude Desktop
Fully quit and reopen Claude Desktop. MCP connections are established at startup.Step 5 — Verify
Look for the tools icon (plug or hammer) in the Claude Desktop chat input bar. Click it to see available tools from your server.Troubleshooting
| Problem | Solution |
|---|---|
| Tools not visible after restart | Check JSON syntax — a missing comma or bracket breaks the whole file |
401 Unauthorized in logs | Verify the API key in the --header argument |
Could not connect | Check internet access; verify the subdomain URL is correct |
| Tool calls fail | Open Traffic Logs to see the error detail |
Validate your JSON at jsonlint.com before saving — syntax errors are the most common cause of connection failures in Claude Desktop.