1. Open claude_desktop_config.json (Settings → Developer → Edit Config).
2. Add this under mcpServers, replacing <YOUR_API_KEY> with the key from your email:
{
"mcpServers": {
"dittu": {
"command": "npx",
"args": [
"-y", "mcp-remote",
"https://app.dittu.org/mcp",
"--header",
"Authorization: Bearer <YOUR_API_KEY>"
]
}
}
}
3. Restart Claude Desktop. Dittu's tools (screenshot, click, type, scroll) should appear.