AI
AI Football

Claude Desktop Setup

Install FootballGPT, RefereeGPT, and CoachReflect as MCP tools in Claude Desktop. Takes about 2 minutes. After setup, you can ask Claude to plan sessions, look up laws, log reflections, and animate drills directly in conversation.

Before you start

1

Open Claude Desktop settings

Click the gear icon in the top-right of Claude Desktop, then go to the MCP Servers section. Click Edit Config to open your config file.

2

Add the config

To install all 3 products at once, paste this into your config file:

All products
{
  "mcpServers": {
    "footballgpt": {
      "type": "streamable-http",
      "url": "https://mcp.360tft.com/footballgpt/mcp"
    },
    "refereegpt": {
      "type": "streamable-http",
      "url": "https://mcp.360tft.com/refereegpt/mcp"
    },
    "coachreflect": {
      "type": "streamable-http",
      "url": "https://mcp.360tft.com/coachreflect/mcp"
    }
  }
}

Or install one at a time:

FootballGPT only
{
  "mcpServers": {
    "footballgpt": {
      "type": "streamable-http",
      "url": "https://mcp.360tft.com/footballgpt/mcp"
    }
  }
}
RefereeGPT only
{
  "mcpServers": {
    "refereegpt": {
      "type": "streamable-http",
      "url": "https://mcp.360tft.com/refereegpt/mcp"
    }
  }
}
CoachReflect only
{
  "mcpServers": {
    "coachreflect": {
      "type": "streamable-http",
      "url": "https://mcp.360tft.com/coachreflect/mcp"
    }
  }
}
3

Restart Claude Desktop

Save the config file and restart Claude Desktop. You should see a tools icon (hammer) in the chat input. Click it to confirm your MCP servers are connected.

4

Try it

Start a new conversation and try these:

Plan a 60-minute U12 session on 1v1 defending
Can a goalkeeper pick up a throw-in from their own player?
Log a reflection: today's session went well, the pressing drill clicked
Animate a 4v2 rondo with rotation on turnover

What each product gives you

FootballGPT (5 tools)

  • Coaching Advice (18 specialist advisors)
  • Session Plan Generator
  • Animated Drill Creator
  • Player Stats Search (100+ leagues)
  • Drill Library Search

RefereeGPT (3 tools)

  • Law of the Game Lookup (IFAB, 9 countries)
  • Match Incident Analyzer
  • Referee Knowledge Quiz

CoachReflect (3 tools)

  • Coaching Reflection Logger
  • Coaching Pattern Finder
  • Coaching Journal Chat

Troubleshooting

Tools not appearing after restart

  • Make sure you saved the config file before restarting
  • Check the JSON is valid (no trailing commas, matching braces)
  • If you already have an existing config, merge the mcpServers entries rather than replacing the whole file

Tool calls failing or timing out

  • Check your internet connection
  • The free tier has 10 calls/day. If you're hitting the limit, upgrade to a product subscription
  • If a specific tool keeps failing, try the others. One product may be undergoing maintenance

Config file location

Mac: ~/Library/Application Support/Claude/claude_desktop_config.json

Windows: %APPDATA%\Claude\claude_desktop_config.json

Linux: ~/.config/Claude/claude_desktop_config.json

Next steps