Catalog
io.github.cyanheads/sports-mcp-server
Officialby cyanheads · TypeScript
Get live scores, schedules, standings, team and player data for NFL, NBA, MLB, NHL, and soccer.
Provides live scores, schedules, standings, and team/player data for major sports leagues.
Topics
ai-agentsai-toolscyanheadsmcpmcp-servermodel-context-protocoltypescriptespnmlbscoressports
README not available yet.
Install
Configuration
Environment variables
THESPORTSDB_API_KEYdefault 3TheSportsDB API key. Defaults to '3' (free public test key). Replace with a paid key for higher rate limits.
MCP_LOG_LEVELdefault infoSets the minimum log level for output (e.g., 'debug', 'info', 'warn').
MCP_HTTP_HOSTdefault 127.0.0.1The hostname for the HTTP server.
MCP_HTTP_PORTdefault 3010The port to run the HTTP server on.
MCP_HTTP_ENDPOINT_PATHdefault /mcpThe endpoint path for the MCP server.
MCP_AUTH_MODEdefault noneAuthentication mode to use: 'none', 'jwt', or 'oauth'.
claude_desktop_config.json
{
"mcpServers": {
"sports-mcp-server": {
"command": "npx",
"args": [
"-y",
"@cyanheads/sports-mcp-server@0.1.3",
"run",
"start:stdio"
],
"env": {
"THESPORTSDB_API_KEY": "3",
"MCP_LOG_LEVEL": "info"
}
}
}
}