Skip to main content

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. It will look like this:
For API Key mode, the snippet includes the auth header:

Step 2 — Open the config file

macOS:
Windows:
If the file doesn’t exist, create it with {} as the initial content.

Step 3 — Merge the snippet

If the file already has a mcpServers 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

Validate your JSON at jsonlint.com before saving — syntax errors are the most common cause of connection failures in Claude Desktop.