
BoardGameGeek MCP By UnClick
Research BoardGameGeek rankings, game details, and collections while exploring a tabletop companion app or content site with your agent.
Overview
BoardGameGeek MCP is an Idea-phase MCP server that lets your agent search BGG, read game details, rankings, and collections via @unclick/bgg-mcp.
What is this MCP server?
- Search BoardGameGeek from MCP without manual site scraping
- Fetch game details, rankings, and collection-oriented data
- @unclick/bgg-mcp on npm with stdio and npx (v0.1.0)
- UnClick-maintained BGG standalone package in unclick repo
- Useful for game tools, recommendation side projects, and content pipelines
- npm package @unclick/bgg-mcp version 0.1.0
- Capabilities listed: search, game details, rankings, collections
- stdio transport with npx per server manifest
Community signal: 4 GitHub stars.
What problem does it solve?
You manually trawl BoardGameGeek while the agent drafts game-list features without authoritative catalog data.
Who is it for?
Hobbyist devs and indie game adjacent builders prototyping tabletop apps or content with MCP in Claude Code or Cursor.
Skip if: Teams with no tabletop use case or products that need full BGG account sync without checking upstream API limits.
What do I get? / Deliverables
BGG search and metadata flow into agent sessions so you can narrow product scope before you code.
- BGG search results usable in agent-driven specs
- Game detail and ranking snippets for prototyping
- Registered @unclick/bgg-mcp v0.1.0 MCP server
Recommended MCP Servers
Journey fit
How it compares
Hobby catalog MCP data source, not a game engine or Unity skill.
Common Questions / FAQ
Who is BoardGameGeek MCP for?
Solo builders exploring tabletop companion apps, wikis, or recommendation tools who want BGG data inside their coding agent.
When should I use BoardGameGeek MCP?
Use it in idea discover sessions, competitor catalog research, or early validate prototypes before building BGG-backed features.
How do I add BoardGameGeek MCP to my agent?
Register stdio MCP running npx @unclick/bgg-mcp in your client config and reload the agent.