kkjdaniel/bgg-mcp
by Various
BGG MCP provides access to BoardGameGeek and a variety of board game related data through the Model Context Protocol. Enabling retrieval and filtering of board game data, user coll
MCP
kkjdaniel/bgg-mcp
Added 1 June 2026
Overview
A Go-based MCP server that exposes BoardGameGeek data through the Model Context Protocol. It enables retrieval and filtering of board game details, user collections, and player profiles.
Best for
Best for
Developers building AI assistants or tools that need structured board game data
Use cases
- Query board game metadata by name or ID
- Filter games by category, mechanics, or player count
- Access a user's collection and play history
How to use
Tools exposed
bgg-searchbgg-detailsbgg-collectionbgg-hotbgg-userbgg-pricebgg-trade-finderbgg-recommenderbgg-thread-detailsbgg-rules
Tested with
Claude Desktop, Cursor, VS Code
Example client config
{\n "bgg": {\n "command": "docker",\n "args": [\n "run",\n "-i",\n "--rm",\n "-e",\n "BGG_API_KEY",\n "-e",\n "BGG_USERNAME",\n "kdaniel/bgg-mcp"\n ],\n "env": {\n "BGG_API_KEY": "your_api_key_here",\n "BGG_USERNAME": "your_bgg_username"\n }\n }\n} Notes
A Go-based MCP server that exposes BoardGameGeek data through the Model Context Protocol. It enables retrieval and filtering of board game details, user collections, and player profiles.
43 stars on GitHub. Last updated 2026-04-19. Licensed MIT.
Use cases
- Query board game metadata by name or ID
- Filter games by category, mechanics, or player count
- Access a user’s collection and play history
Pros
- Leverages MCP for easy integration with AI agents
- Written in Go for efficient performance
- Open source with a clear, focused scope
Cons
- Depends on BoardGameGeek’s API rate limits and availability
- Limited to board game data only
- Small community and few stars (43) indicate early stage
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Leverages MCP for easy integration with AI agents
- Written in Go for efficient performance
- Open source with a clear, focused scope
Cons
- Depends on BoardGameGeek's API rate limits and availability
- Limited to board game data only
- Small community and few stars (43) indicate early stage
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Cline
Cline
Open-source autonomous coding agent that lives inside VS Code. BYO model key, watch it work.
Continue
Continue.dev
Open-source AI code assistant for VS Code and JetBrains. Customisable, BYO model, built for enterprise.
Claude Code
Anthropic
Anthropic's terminal-native coding agent. Reads your repo, edits files, runs tests, ships PRs.
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.