By kkjdanielCreated 4 days ago
starstarstarstarstar

Interact with the BoardGameGeek API.

Visit Project
Share this MCP:
X (Formerly Twitter)RedditblueskyThreads by Instagram

Category

Community MCP Server

Tags

Board GamesApiBoardgamegeekMcp

What is BGG MCP?

BGG MCP is an API server that interacts with the BoardGameGeek API through the Model Context Protocol (MCP), enabling access to board game data, user collections, profiles, and real-time pricing from multiple retailers via BoardGamePrices.co.uk. It is implemented in Go using the GoGeek library.

How to use BGG MCP?

There are two setup options:

  1. Smithery Install (Recommended):
    npx -y @smithery/cli install @kkjdaniel/bgg-mcp --client claude
    
  2. Manual Setup:
    • Install Go
    • Build the binary using make build or go build -o build/bgg-mcp
    • Add MCP config in settings.json or claude_desktop_config.json

Usage involves querying BGG MCP with prompts like:

  • Searching for games, game details, user collections, or prices
  • Example: "Search for Wingspan on BGG", "Show me ZeeGarcia's game collection"

Key features of BGG MCP?

  • Search board games and retrieve detailed game data
  • Query and filter user collections
  • Get the current BGG hotness list
  • Retrieve user profile information
  • Fetch real-time pricing from multiple retailers
  • Generate formatted trade sales posts

Use cases of BGG MCP?

  1. Researching board games before purchasing
  2. Managing and analyzing personal game collections
  3. Finding trending games on BGG
  4. Comparing prices across retailers
  5. Creating sales/trade posts for collections

FAQ from BGG MCP?

  • What data does BGG MCP access?

    BGG MCP accesses board game data, user collections, profiles, and pricing. No private data is handled outside specific user requests.

  • Is BGG MCP free?

    Yes! BGG MCP is free and open-source (MIT License).

  • Where can I get support?

    Report issues or questions on the GitHub repository.