NHL94-MCP-Query-Server

Tickenest/NHL94-MCP-Query-Server
★ 0 stars Python 🤖 AI/LLM Updated 1d ago
Repository for MCP Server supporting AI querying of NHL '94 match datasets
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "nhl94-mcp-query-serv": {
      "command": "uvx",
      "args": [
        "nhl94-mcp-query-server"
      ]
    }
  }
}

Or install with pip: pip install nhl94-mcp-query-server