Back to MCP Servers
Afl
MCP server that integrates with the Squiggle API to provide information on Australian Football League teams, ladder standings, results, tips, and power rankings.
sportsapi
By willvelida
Installation
npx -y mcp-afl-serverConfiguration
{
"mcpServers": {
"mcp-afl-server": {
"command": "npx",
"args": ["-y", "mcp-afl-server"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes