Chat with a World Cup 2026 predictor inside Claude Desktop - a zero-dependency MCP server wrapping a Dixon-Coles + Monte-Carlo engine with live ESPN scores.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp_server_using_cla": {
"command": "npx",
"args": [
"-y",
"balajijp8-boop/MCP_server_using_Claude"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add mcp_server_using_cla npx -y balajijp8-boop/MCP_server_using_Claude
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp_server_using_cla": {
"command": "npx",
"args": [
"-y",
"balajijp8-boop/MCP_server_using_Claude"
]
}
}
}
📋 Copy