Step 3
Add the MCP server to Claude
Three flavours: Claude Desktop, Claude Code (CLI), and the Anthropic SDK. Pick the one matching where you run Claude. Replace YOUR_API_KEY with the key from step 2.
Edit your Claude Desktop config — macOS:
~/Library/Application Support/Claude/claude_desktop_config.json · Windows: %APPDATA%\Claude\claude_desktop_config.json. Then quit and reopen Claude Desktop.json
{
"mcpServers": {
"ideaudit": {
"type": "http",
"url": "https://api.inite.studio/mcp",
"headers": { "Authorization": "Bearer YOUR_API_KEY" }
}
}
}Restart Claude Desktop after editing the config. CLI registration takes effect immediately. SDK uses the key per-request.