Use this MCP server to the NHL. Team and player stats, standings, schedules, and game results....
claude mcp add nhl-mcp -- npx -y @mrfentmen/nhl-mcp
claude_desktop_config.json
{
"mcpServers": {
"nhl-mcp": {
"command": "npx",
"args": [
"-y",
"@mrfentmen/nhl-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"nhl-mcp": {
"command": "npx",
"args": [
"-y",
"@mrfentmen/nhl-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"nhl-mcp": {
"command": "npx",
"args": [
"-y",
"@mrfentmen/nhl-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"nhl-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@mrfentmen/nhl-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"nhl-mcp": {
"command": "npx",
"args": [
"-y",
"@mrfentmen/nhl-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.mrfentmen--nhl-mcp/reviews or the review_server meta-tool.
POST /mcp