willvelida/mcp-afl-server
MCP server that integrates with the Squiggle API to provide information on Australian Football League teams, ladder standings, results, tips, and power rankings.
Quick Start
Clone the repository:
git clone https://github.com/willvelida/mcp-afl-serverClaude Desktop configuration example:
{
"mcpServers": {
"mcp-afl-server": {
"command": "npx",
"args": [
"-y",
"willvelida/mcp-afl-server"
]
}
}
}Check the repository README for specific installation and configuration instructions.