← dittu.org

Connect Dittu to your AI

Dittu exposes an MCP (Model Context Protocol) server, so your AI assistant can directly take screenshots and control the mouse/keyboard on the computer your phone is watching. Get your API key first by registering a device in the Dittu app — pick your tool below.

Claude Desktop

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.

Claude Code

Run this in your terminal, replacing <YOUR_API_KEY> with the key from your email:

claude mcp add dittu -- npx -y mcp-remote https://app.dittu.org/mcp --header "Authorization: Bearer <YOUR_API_KEY>"

That's it — no manual file editing needed. Claude Code stores this in .mcp.json (project) or ~/.claude.json (user).

Cursor

1. Open ~/.cursor/mcp.json (or create a project-level .cursor/mcp.json).

2. Add this, 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 Cursor. You'll find Dittu's tools available in agent mode.

ChatGPT

ChatGPT doesn't support MCP for regular accounts yet — only as a limited "connectors" feature on some Enterprise/Team plans. If you have access to Connectors, add a custom connector pointing to:

https://app.dittu.org/mcp

with header Authorization: Bearer <YOUR_API_KEY>. If you don't see this option, use Claude Desktop or Claude Code instead — they support Dittu today.

На главную