NBA MCP Server
@Taidgh-Robinson
关于 NBA MCP Server
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"nba-mcp-server-taidgh-robinson": {
"command": "uv",
"args": [
"venv"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is NBA MCP Server?
An MCP server for Anthropic's Claude LLM that enables the model to fetch recent NBA games and stats that it struggles to recall. It uses the open-source nba_api library.
How to use NBA MCP Server?
Clone the repository, create a virtual environment with uv venv, activate it, and install the package with uv pip install -e .. Then add the server configuration to your Claude desktop app as you would for any MCP server.
Key features of NBA MCP Server
- Fetch final scores for games from yesterday or the past.
- Fetch basic points/rebounds/assists breakdown for players in those games.
- Fetch full stats including PTS, REB, AST, STL, BLK, TO, PLUS_MINUS, MIN.
- Fetch the four factors (eFG%, FTA rate, TOV%, OREB%) for past games.
Use cases of NBA MCP Server
- Ask Claude for yesterday's NBA scores and box scores.
- Get per-player stat lines for any completed NBA game day.
- Analyze team or player performance using the four factors.
FAQ from NBA MCP Server
What data does NBA MCP Server fetch?
It fetches game scores, basic points/rebounds/assists, full player stats (PTS, REB, AST, STL, BLK, TO, PLUS_MINUS, MIN), and the four factors for games that occurred yesterday or in the past.
How do I install NBA MCP Server?
Run uv venv, activate the virtual environment, then uv pip install -e . in the cloned repository directory. Finally, add the server to your Claude MCP configuration.
What runtime or dependencies does NBA MCP Server require?
It requires Python and the nba_api package, which is installed automatically via the pip install command. It does not appear to require any API key or external authentication.
What time period of games does NBA MCP Server cover?
It only retrieves games from "yesterday or in the past" – it does not fetch live or future game data.
Does NBA MCP Server use authentication or a specific transport?
No authentication or special transport is mentioned; it connects to the public nba_api endpoint and is configured as a standard MCP server over stdio.
其他 分类下的更多 MCP 服务器
ghidraMCP
LaurieWiredMCP Server for Ghidra
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
评论