BoardGameGeek MCP server providing access to BGG API data through standardized tools
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-kkjdaniel-bgg-mcp": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
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.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in entertainment
The official MCP Server for the Mux API
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to control Unreal E…
A Model Context Protocol (MCP) server that gives Claude direct control over Strudel.cc for AI-assisted music generation and live coding.
Unreal Engine MCP server — 19 tools, 300+ actions for AI-driven editor control
MCP Security Weekly
Get CVE alerts and security updates for io.github.kkjdaniel/bgg-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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.
| 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 |
| Tool | Description |
|---|---|
bgg-rules | Answer rules questions by searching BGG forums for relevant discussions and clarifications |
BGG MCP exposes resources that AI assistants can access directly for contextual information:
| Resource | URI | Description |
|---|---|---|
BGG Hotness | bgg://hotness | Current BGG hotness list, always available |
My BGG Collection | bgg://my-collection | Your personal BGG collection (requires BGG_USERNAME to be set) |
BGG MCP includ