Loading MCP server directory, please wait...
BoardGameGeek MCP server providing access to BGG API data through standardized tools
npx @getmcp/cli add io.github.kkjdaniel/bgg-mcpRequires Docker Engine. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.kkjdaniel/bgg-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"BGG_API_KEY",
"-e",
"BGG_COOKIE",
"-e",
"BGG_USERNAME",
"docker.io/kdaniel/bgg-mcp:1.6.1"
],
"env": {
"BGG_API_KEY": "",
"BGG_COOKIE": "",
"BGG_USERNAME": ""
}
}
}
}