Skip to content
Claude Desktop

PuckAPI for Claude Desktop

io.github.noahowsh/puckapi

The hockey data API. Stats, odds, and everything between. REST API and MCP server.

client:Claude Desktop transport:streamable-http

Install PuckAPI in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "puckapi": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.puckapi.com/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

PuckAPI in other clients