by Taidgh-Robinson
Provides recent NBA game scores, player statistics, and advanced metrics to Claude via the MCP protocol.
NBA MCP Server enables Claude, Anthropic's LLM, to retrieve recent NBA game results and detailed player performance data that the model cannot generate on its own. It leverages the open‑source nba_api library to pull official statistics.
uv venv
.venv\Scripts\activate # or `source .venv/bin/activate` on Unix
uv pip install -e .
Q: Do I need an API key for nba_api? A: No, nba_api accesses publicly available NBA data without authentication.
Q: Can I query games from a specific date range? A: The server currently supports "yesterday" or any past date via the provided endpoints.
Q: Is the server compatible with other LLMs? A: Yes, any model that supports the MCP protocol can interact with this server.
Q: How do I update the data source? A: The server pulls the latest data each request, so no manual updates are required.
An MCP server for Anthropic's Claude LLM that allows the model to fetch recent NBA games and stats that it struggles to currently. It does this using the opensource nba_api
Run these steps in the directory where you have cloned the repo
uv venv
.venv\Scripts\activate
uv pip install -e .
Then add the configuration to your Claude config as you would for any other MCP Server.
Please log in to share your review and rating for this MCP.
Explore related MCPs that share similar capabilities and solve comparable challenges
by exa-labs
Provides real-time web search capabilities to AI assistants via a Model Context Protocol server, enabling safe and controlled access to the Exa AI Search API.
by elastic
Enables natural‑language interaction with Elasticsearch indices via the Model Context Protocol, exposing tools for listing indices, fetching mappings, performing searches, running ES|QL queries, and retrieving shard information.
by graphlit
Enables integration between MCP clients and the Graphlit platform, providing ingestion, extraction, retrieval, and RAG capabilities across a wide range of data sources and connectors.
by mamertofabian
Fast cross‑platform file searching leveraging the Everything SDK on Windows, Spotlight on macOS, and locate/plocate on Linux.
by cr7258
Provides Elasticsearch and OpenSearch interaction via Model Context Protocol, enabling document search, index management, cluster monitoring, and alias operations.
by liuyoshio
Provides natural‑language search and recommendation for Model Context Protocol servers, delivering rich metadata and real‑time updates.
by ihor-sokoliuk
Provides web search capabilities via the SearXNG API, exposing them through an MCP server for seamless integration with AI agents and tools.
by fatwang2
Provides web and news search, URL crawling, sitemap extraction, deep‑reasoning, and trending topic retrieval via Search1API, exposed as an MCP server for integration with AI clients.
by cnych
Provides SEO data retrieval via Ahrefs, exposing MCP tools for backlink analysis, keyword generation, traffic estimation, and keyword difficulty, with automated CAPTCHA solving and response caching.