
BGG MCP
by kkjdaniel
Comprehensive access to BoardGameGeek data, including game details, user collections, and pricing.
What it does
Provides a deep integration with BoardGameGeek (BGG), enabling AI assistants to retrieve board game metadata, manage user collections, find market prices via BoardGamePrices.co.uk, and get game recommendations.
Tools
bgg-search: Find games with type filtering.bgg-details: Retrieve detailed game information.bgg-collection: Query and filter user collections.bgg-price: Get real-time retail pricing.bgg-recommender: Find similar games.bgg-rules: Search forums for rules clarifications.bgg-hot: Get trending games.bgg-user: Get profile information.
Installation
Using Docker in claude_desktop_config.json:
"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"
}
}
Supported hosts
- claude
- vscode-copilot
- cursor
Quick install
docker run -i --rm kdaniel/bgg-mcpInformation
- Pricing
- free
- Published
- 4/24/2026
- stars






