BGG MCP enables AI tools to interact with the BoardGameGeek API.
Bgg mcp mcp server connects BGG MCP to AI assistants that speak the Model Context Protocol. BGG MCP enables AI tools to interact with the BoardGameGeek API.
BGG MCP provides access to the BoardGameGeek API through the Model Context Protocol, enabling retrieval and filtering of board game data, user collections, and profiles. The server is implemented in Go, using the GoGeek library, which helps ensure robust API interactions.
Once connected, the assistant can call these 11 tools directly:
bgg-search — Search for board games with type filtering (base games, expansions, or all)bgg-details — Get detailed information about a specific board gamebgg-collection — Query and filter a user's game collection with extensive filtering optionsbgg-hot — Get the current BGG hotness listbgg-user — Get user profile informationbgg-price — Get current prices from multiple retailers using BGG IDsbgg-trade-finder — Find trading opportunities between two BGG usersbgg-recommender — Get game recommendations based on similarity to a specific gamebgg-thread-details — Get the full content of a specific BGG forum thread including all postsbgg-rules — Answer rules questions by searching BGG forums for relevant discussions and clarificationsAuthentication — BGG MCP v2.0+ uses the GoGeek v2.0 library which requires authentication for reliable access to BoardGameGeek's APISetup follows the standard MCP pattern: clone or install the server, then register it in your client's configuration file and restart the client. The configuration snippets on this page cover Claude Desktop, Claude Code and Cursor.
Before the server will start you need to supply 3 environment variables: BGG_API_KEY, BGG_USERNAME, BGG_COOKIE. Keep credentials in your client's env block or a secrets manager rather than committing them.
Developer-tool servers are usually the first ones people connect, because they turn "help me with this code" into an assistant that can actually read the repo and act on it. BGG MCP sits in that group, and the shape of its toolset — bgg-search, bgg-details, bgg-collection among others — tells you what it is really for. Worth comparing against the other developer tools servers in this directory before you commit to one, since several overlap in scope but differ sharply in setup cost and permissions.
| Tool | What it does |
|---|---|
| bgg-search | Search for board games with type filtering (base games, expansions, or all) |
| bgg-details | Get detailed information about a specific board game |
| bgg-collection | Query and filter a user's game collection with extensive filtering options |
| bgg-hot | Get the current BGG hotness list |
| bgg-user | Get user profile information |
| bgg-price | Get current prices from multiple retailers using BGG IDs |
| bgg-trade-finder | Find trading opportunities between two BGG users |
| bgg-recommender | Get game recommendations based on similarity to a specific game |
| bgg-thread-details | Get the full content of a specific BGG forum thread including all posts |
| bgg-rules | Answer rules questions by searching BGG forums for relevant discussions and clarifications |
| Authentication | BGG MCP v2.0+ uses the GoGeek v2.0 library which requires authentication for reliable access to BoardGameGeek's API. |
| Variable | Description | Required |
|---|---|---|
| BGG_API_KEY | Credential the server authenticates with. | Yes |
| BGG_USERNAME | Configuration value read at startup. | Optional |
| BGG_COOKIE | Configuration value read at startup. | Optional |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.