
BoardGameGeek MCP Server
Query BoardGameGeek ratings, collections, and API data from your agent while building game-night apps, catalogs, or recommendation features.
Overview
BoardGameGeek MCP is an MCP server for the Build phase that exposes BoardGameGeek API data through standardized agent tools.
What is this MCP server?
- Standardized MCP tools over the BoardGameGeek API (server v1.6.1)
- Docker OCI package `docker.io/kdaniel/bgg-mcp:1.6.1` with stdio transport
- BGG_API_KEY or BGG_COOKIE authentication options
- BGG_USERNAME for ME/MY-style user-relative prompts
- GitHub repository kkjdaniel/bgg-mcp for BoardGameGeek MCP Server
- Server version 1.6.1
- OCI identifier docker.io/kdaniel/bgg-mcp:1.6.1
- stdio transport with BGG_API_KEY or BGG_COOKIE auth paths
Community signal: 43 GitHub stars.
What problem does it solve?
Building game-catalog features forces repeated manual BGG API calls and auth wiring that agents cannot reuse across sessions.
Who is it for?
Solo builders shipping game trackers, review bots, or hobby SaaS that depend on live BoardGameGeek metadata.
Skip if: Products with no tabletop gaming angle or teams forbidden from storing BGG credentials in local agent environments.
What do I get? / Deliverables
After configuring API key or cookie auth, your agent can fetch and reason over BGG data while you implement integrations.
- Agent-accessible BGG API operations without custom fetch scripts
- Authenticated stdio MCP connection for game data during implementation
Recommended MCP Servers
Journey fit
BGG integration work happens when you are wiring real product features to external game metadata during the build phase. Integrations subphase is the right shelf for MCP servers that wrap third-party APIs like BoardGameGeek.
How it compares
BGG API MCP bridge, not a hosted game database or marketplace skill.
Common Questions / FAQ
Who is BoardGameGeek MCP for?
Developers using AI agents to build apps, bots, or sites that need BoardGameGeek search, details, and user-relative data.
When should I use BoardGameGeek MCP?
Use it during build when implementing features that list games, show ratings, or sync with a BGG account.
How do I add BoardGameGeek MCP to my agent?
Run the OCI image kdaniel/bgg-mcp:1.6.1 over stdio, set BGG_API_KEY (recommended) or BGG_COOKIE, and register the server in MCP settings.