Skip to main content
GamingGo

kkjdaniel/bgg-mcp

An MCP server that enables interaction with board game related data via the BoardGameGeek API (XML API2).

gamingcloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/kkjdaniel/bgg-mcp

Claude Desktop configuration example:

{
  "mcpServers": {
    "bgg-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "kkjdaniel/bgg-mcp"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Gaming
Language
Go
Author
kkjdaniel