duelgo
Sign inStart free
EN

How to connect duelgo to Claude Code

Claude Code is an agent that lives in your terminal — handy when you want to create duelgo chats in a scripted or batch fashion, or as part of a wider workflow (say, a new round of your prediction game every Monday).

  1. Add the MCP server

    In your terminal, run: claude mcp add --transport http duelgo https://www.duelgo.fun/mcp. If you want the connector in all your projects, add the -s user flag.

  2. Sign in

    Run claude and type the /mcp command. Next to the “duelgo” server, choose Authenticate — a browser opens with the duelgo sign-in and consent.

  3. Verify the connection

    Type “List my duelgo chats”. Claude Code calls the connector and returns the list.

Tips

Combine it with your own materials: “Load the squad list from this file and build a Guess the Player duelgo from it.”

You can check the connection status or sign out at any time via the /mcp command.