kkjdaniel/bgg-mcp
An MCP server that enables interaction with board game related data via the BoardGameGeek API (XML API2).
Quick Start
Clone the repository:
git clone https://github.com/kkjdaniel/bgg-mcpClaude Desktop configuration example:
{
"mcpServers": {
"bgg-mcp": {
"command": "npx",
"args": [
"-y",
"kkjdaniel/bgg-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.