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.
From the registry: BGG MCP provides access to the BoardGameGeek API through the Model Context Protocol, enabling retr…

Please install the `kkjdaniel-bgg-mcp` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **BoardGameGeek API key** — Obtain a BGG API key for authenticated endpoints. (https://boardgamegeek.com/)
Canonical MCP server config (stdio transport):
- command: `docker`
- args: ["run","-i","--rm","-e","BGG_API_KEY","-e","BGG_USERNAME","kdaniel/bgg-mcp"]
- required environment variables:
- `BGG_API_KEY`: BoardGameGeek API key. (example: `<your-api-key>`)
- optional environment variables:
- `BGG_USERNAME`: BGG username (enables personal collection resource). (example: `<your-username>`)
Note: Docker is the recommended install per README; a manual Go build is also supported.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.BGG_API_KEYrequiredAPI key for accessing BoardGameGeek's APIBGG_USERNAMErequiredYour BoardGameGeek username for personalized queriesMCP server that exposes GraphQL operations as tools for AI models.