MCP Server

Connect your AI to Duel

This is the Duel MCP (Model Context Protocol) server. Connect any MCP-compatible AI assistant to interact with the Duel platform using natural language.

Endpoint

https://mcp.duel.me
Streamable HTTP transport · OAuth 2.1 authentication · duel:read duel:write

Connect

Claude Code

claude mcp add --transport http --scope user duel https://mcp.duel.me

Claude Desktop

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "duel": {
      "transport": "http",
      "url": "https://mcp.duel.me"
    }
  }
}

Authentication

On first connection, your MCP client will automatically discover OAuth settings and open a browser for login. No API keys required.

1 OAuth discovery 2 Browser login 3 Token issued 4 Connected