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

Installation

npx -y mcp-afl-server

Configuration

{
  "mcpServers": {
    "mcp-afl-server": {
      "command": "npx",
      "args": ["-y", "mcp-afl-server"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub