This is a Model Context Protocol (MCP) server that provides AFL (Australian Football League) data from Squiggle API.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-afl-server": {
"command": "npx",
"args": [
"-y",
"willvelida/mcp-afl-server"
]
}
}
}
Run in terminal:
claude mcp add mcp-afl-server npx -y willvelida/mcp-afl-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-afl-server": {
"command": "npx",
"args": [
"-y",
"willvelida/mcp-afl-server"
]
}
}
}