Skip to content
Cursor

myersparkathleticzone mcp for Cursor

io.github.chrischall/myersparkathleticzone-mcp

Myers Park HS athletics — schedules, teams, rosters, coaches, news and broadcast links

client:Cursor transport:stdio runtime:npm

Install myersparkathleticzone mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "myersparkathleticzone-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "myersparkathleticzone-mcp"
      ],
      "env": {
        "MPAZ_SITE_URL": "<MPAZ_SITE_URL>",
        "MPAZ_SCHOOL_ID": "<MPAZ_SCHOOL_ID>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

myersparkathleticzone mcp in other clients