Skip to content
Zed

nhl mcp for Zed

io.github.mrfentmen/nhl-mcp

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

client:Zed transport:stdio runtime:npm

Install nhl mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

nhl mcp in other clients