Best for
- Board game enthusiasts
- Developers needing quick access to BGG data
- Users who want to manage their game collection via AI assistants
This server provides a convenient toolset for board game enthusiasts, but requires BGG authentication for most features. The user interface is friendly and documentation is clear, making it suitable for integration into AI assistant workflows.
BGG MCP is an MCP server providing access to the BoardGameGeek API, enabling retrieval and filtering of board game data, user collections, and profiles. The server is implemented in Go using the GoGeek library. Price data is provided by BoardGamePrices.co.uk, and game recommendations are powered by Recommend.Games.
Recommended to install via Docker: add the configuration above to your Claude Desktop or VS Code settings. Alternatively, build manually: install Go, run make build, and configure the resulting binary as the command. Ensure you set BGG_API_KEY or BGG_COOKIE for authentication.
{
"bgg": {
"command": "docker",
"args": ["run", "-i", "--rm", "-e", "BGG_API_KEY", "-e", "BGG_USERNAME", "kdaniel/bgg-mcp"],
"env": {
"BGG_API_KEY": "your_api_key_here",
"BGG_USERNAME": "your_bgg_username"
}
}
}