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: BoardGameGeek MCP server providing access to BGG API data through standardized tools

Please install the `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 an API key from BGG's API application form. (https://boardgamegeek.com/applications)
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 (recommended auth). Alternative: BGG_COOKIE. (example: `<your-bgg-api-key>`)
- optional environment variables:
- `BGG_USERNAME`: Your BGG username — enables 'me'/'my' references in queries (example: `<your-bgg-username>`)
- `BGG_COOKIE`: Cookie-based authentication (alternative to BGG_API_KEY)
Note: Docker is the recommended install (Go binary). Manual build-from-source path also documented.
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 for searching Airweave collections with natural language queries.