Skip to content
Claude Desktop

Dango for Claude Desktop

com.trydango/dango

Build decks in your own brand, from the AI agent you already use. Then edit them yourself.

client:Claude Desktop transport:streamable-http

Install Dango in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "dango": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://api.trydango.com/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

Dango in other clients