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
- You need Claude Desktop installed (Mac, Windows, or Linux)
- Free tier: 10 tool calls per day. Upgrade to a product subscription for more.
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.
Add the config
To install all 3 products at once, paste this into your config file:
{
"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"
}
}
}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.
Try it
Start a new conversation and try these:
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