NutmegsMCP Server
Ridiculously Simple AI Setup

Connect your AI to Nutmegs.

Let Claude, Cursor, or any MCP-compatible AI manage your competitions on your behalf. Upload last year's spreadsheets, PDFs, or a photo of a whiteboard — and watch the AI build your whole season.

One-click connect

Connect to Claude claude.ai · Desktop · Mobile · Code Add to Cursor cursor.sh Add to VS Code code.visualstudio.com

What can it do?

Other AI clients

Configuration for any MCP-compatible client
{
  "mcpServers": {
    "nutmegs": {
      "type": "http",
      "url": "https://mcp.nutmegs.app/mcp"
    }
  }
}
Claude Code CLI
claude mcp add nutmegs --transport http https://mcp.nutmegs.app/mcp
Raw endpoint
https://mcp.nutmegs.app/mcp

Authentication: OAuth 2.1 (PKCE + DCR). Your client discovers the consent URL automatically on first connect — you sign in with your existing Nutmegs account.

How it actually works

You click "Connect to Claude". Claude opens, asks you to sign in to Nutmegs with the account you already use. You approve the scopes, and Claude can now drive Nutmegs on your behalf — with exactly the permissions you have. Every action is logged. You can revoke access from your Nutmegs settings anytime.