What is the BoardGameGeek MCP Server MCP server?
BoardGameGeek MCP server providing access to BGG API data through standardized tools
How to install BoardGameGeek MCP Server
Copy-paste configuration for popular MCP clients.
BGG_API_KEYAPI key for BoardGameGeek authentication (recommended). Obtain from https://boardgamegeek.com/applications
BGG_COOKIECookie string for BGG authentication (alternative to API key). Format: 'bggusername=user; bggpassword=pass; SessionID=xyz'
BGG_USERNAMEYour BoardGameGeek username for references such as ME or MY in prompts
{
"mcpServers": {
"bgg-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/kdaniel/bgg-mcp:1.6.1"
],
"env": {
"BGG_API_KEY": "<YOUR_BGG_API_KEY>",
"BGG_COOKIE": "<YOUR_BGG_COOKIE>",
"BGG_USERNAME": "<YOUR_BGG_USERNAME>"
}
}
}
}{
"mcpServers": {
"bgg-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/kdaniel/bgg-mcp:1.6.1"
],
"env": {
"BGG_API_KEY": "<YOUR_BGG_API_KEY>",
"BGG_COOKIE": "<YOUR_BGG_COOKIE>",
"BGG_USERNAME": "<YOUR_BGG_USERNAME>"
}
}
}
}{
"mcpServers": {
"bgg-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/kdaniel/bgg-mcp:1.6.1"
],
"env": {
"BGG_API_KEY": "<YOUR_BGG_API_KEY>",
"BGG_COOKIE": "<YOUR_BGG_COOKIE>",
"BGG_USERNAME": "<YOUR_BGG_USERNAME>"
}
}
}
}{
"servers": {
"bgg-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/kdaniel/bgg-mcp:1.6.1"
],
"env": {
"BGG_API_KEY": "<YOUR_BGG_API_KEY>",
"BGG_COOKIE": "<YOUR_BGG_COOKIE>",
"BGG_USERNAME": "<YOUR_BGG_USERNAME>"
}
}
}
}claude mcp add bgg-mcp --env BGG_API_KEY=<YOUR_BGG_API_KEY> --env BGG_COOKIE=<YOUR_BGG_COOKIE> --env BGG_USERNAME=<YOUR_BGG_USERNAME> -- docker run -i --rm docker.io/kdaniel/bgg-mcp:1.6.1Related MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.