Back to MCP Servers
Bgg
An MCP server that enables interaction with board game related data via the BoardGameGeek API (XML API2).
gamingapi
By kkjdaniel
Installation
npx -y bgg-mcpConfiguration
{
"mcpServers": {
"bgg-mcp": {
"command": "npx",
"args": ["-y", "bgg-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes