Home › Design & Media › BoardGameGeek MCP Server
BoardGameGeek MCP Server
BoardGameGeek MCP server providing access to BGG API data through standardized tools
Topics: Gaming
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (oci)
docker run -i --rm docker.io/kdaniel/bgg-mcp:1.6.1
Or add to your MCP client config:
{
"mcpServers": {
"bgg-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/kdaniel/bgg-mcp:1.6.1"
],
"env": {
"BGG_API_KEY": "<YOUR_VALUE>",
"BGG_COOKIE": "<YOUR_VALUE>",
"BGG_USERNAME": "<YOUR_VALUE>"
}
}
}
}
BGG_API_KEY— API key for BoardGameGeek authentication (recommended). Obtain from https://boardgamegeek.com/applicationsBGG_COOKIE— Cookie string for BGG authentication (alternative to API key). Format: 'bggusername=user; bggpassword=pass; SessionID=xyz'BGG_USERNAME— Your BoardGameGeek username for references such as ME or MY in prompts
This repository has 2 servers listed in the Official MCP Registry.
Other names: ai.smithery/kkjdaniel-bgg-mcp
Related servers
godot-mcp
A MCP server for interacting with the Godot game engine, providing tools for editing, running, debugging, and managing scenes in Godot…
Unity-MCP
Make 3D games in Unity Engine with AI. MCP Server + Plugin for Unity Editor and Unity games.
mcp-unity
#️⃣ 🏠 - MCP Server for Unity3d Game Engine integration for game development
godot-mcp-pro
Premium MCP server for Godot game engine with 84 tools for scene editing, scripting, animation, tilemap, shader, input simulation, and…
opgg-mcp
Access real-time gaming data across popular titles like League of Legends, TFT, and Valorant, offering champion analytics, esports…
chess-mcp
Access Chess.com player data, game records, and other public information through standardized MCP interfaces, allowing AI assistants to…
Listed in punkpeye/awesome-mcp-servers (MIT)
Listed in wong2/awesome-mcp-servers (MIT)
Data from the Official MCP Registry