Skip to content
Cursor

nhl mcp for Cursor

io.github.mrfentmen/nhl-mcp

Use this MCP server to the NHL. Team and player stats, standings, schedules, and game results....

client:Cursor transport:stdio runtime:npm

Install nhl mcp in Cursor

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

{
  "mcpServers": {
    "nhl-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@mrfentmen/nhl-mcp"
      ]
    }
  }
}

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

nhl mcp in other clients