Claude Desktop uses the same @karzounchat/mcp-server package as Cursor, with a different config file location.
| OS | Path |
|---|---|
| macOS | ~/Library/Application Support/Claude/claude_desktop_config.json |
| Windows | %APPDATA%\Claude\claude_desktop_config.json |
{
"mcpServers": {
"karzoun": {
"command": "npx",
"args": ["-y", "@karzounchat/mcp-server"],
"env": {
"KARZOUN_API_URL": "https://YOUR_SUBDOMAIN.api.karzoun.chat/graphql",
"KARZOUN_APP_TOKEN": "YOUR_APP_TOKEN"
}
}
}
}Create an app token in Developer → Apps (authentication).
- Quit and reopen Claude Desktop
- Look for the hammer / tools indicator — Karzoun tools should appear
- Ask: "Using Karzoun tools, list my first 5 tags"
Screenshot placeholder
Coming soon: Claude Desktop showing Karzoun in the available tools list.
Same fixes as Cursor troubleshooting — env vars, token scopes, and npx connectivity.
For IDE-specific Cursor steps, see Cursor setup.