This is the Duel MCP (Model Context Protocol) server. Connect any MCP-compatible AI assistant to interact with the Duel platform using natural language.
duel:read duel:write
claude mcp add --transport http --scope user duel https://mcp.duel.me
Add to claude_desktop_config.json:
{
"mcpServers": {
"duel": {
"transport": "http",
"url": "https://mcp.duel.me"
}
}
}
On first connection, your MCP client will automatically discover OAuth settings and open a browser for login. No API keys required.