BGG MCP: BoardGameGeek MCP Server
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.
Price data is provided by BoardGamePrices.co.uk, offering real-time pricing from multiple retailers.
Game recommendations are powered by Recommend.Games, which provides algorithmic similarity recommendations based on BoardGameGeek data.
Demo
Tools
Core Tools
| Tool | Description |
|---|---|
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 |







