BGG MCP: BoardGameGeek MCP API Server
Active
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.
Updated 8/8/2025
Key Features
What makes this MCP server special
Search for board games on BoardGameGeek with type filtering (base games
expansions
or all)
Get detailed information about a specific board game
Query and filter a user's game collection with extensive filtering options
Get the current BGG hotness list
Get user profile information
Get current prices from multiple retailers using BGG IDs
Find trading opportunities between two BGG users
Get game recommendations based on similarity to a specific game
Requirements
?
Server Information
Status
Active
Version
1.0.0
License
MIT
Author
https://github.com/kkjdaniel
Installation Guide
Get started with this MCP server in minutes
1. Install the Package
-
2. Configuration
{
"mcpServers": {
"bgg": {
"command": "path/to/build/bgg-mcp",
"args": [],
"env": {
"BGG_USERNAME": "your_bgg_username"
}
}
}
}
3. Usage Example
-