cd /news/ai-tools/mcp-for-live-nba-game-recaps-with-re… · home topics ai-tools article
[ARTICLE · art-91172] src=github.com ↗ pub= topic=ai-tools verified=true sentiment=· neutral

MCP for Live NBA Game Recaps with Reddit Threads

A new open-source MCP server, nba-recap-mcp, generates AI-powered NBA game recaps by combining live game data, play-by-play stats, and real-time fan reactions from Reddit, and can be used with Claude Desktop via a simple configuration. The server, available on GitHub, requires Python 3.12+ and uv, and works without API keys, fetching data through tools like game_initializer, box_score, play_by_play, and subreddit_content.

read1 min views1 publishedAug 10, 2026
MCP for Live NBA Game Recaps with Reddit Threads
Image: source

An MCP server that generates AI-powered NBA game recaps by combining live game data, play-by-play stats, and real-time fan reactions from Reddit.

Claude Desktop- Python 3.12+ uv- Internet access (no API keys required)

Add this to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json

on macOS):

{
  "mcpServers": {
    "nba-recap": {
      "command": "uvx",
      "args": ["--from", "git+https://github.com/temanuel1/nba-recap-mcp", "nba-recap-mcp"]
    }
  }
}

Restart Claude Desktop. No cloning or local install needed.

In Claude Desktop, just type:

recap Lakers

The server will fetch the live game data, box score, play-by-play, and fan comments from Reddit, then generate a narrative recap.

Tool Description
game_initializer
Finds today's game for a given team
box_score
Fetches live box score stats
play_by_play
Fetches play-by-play action log
subreddit_content
Scrapes Reddit game thread comments for fan reactions
  • Works during and around live NBA games — the team must appear on today's NBA scoreboard
  • Requires a live game thread to exist in the team's subreddit (usually posted ~1 hour before tipoff)
  • Reddit calls are unauthenticated and subject to public rate limits

"No game found for X today"— the team isn't playing today, or the nickname is misspelled** Server doesn't appear in Claude Desktop**— fully quit and restart the app; verify the JSON inclaude_desktop_config.json

is validReddit returns empty comments— the game thread hasn't been posted yet, or you're being rate-limited (wait a minute and retry)

── more in #ai-tools 4 stories · sorted by recency
── more on @claude desktop 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/mcp-for-live-nba-gam…] indexed:0 read:1min 2026-08-10 ·