BoardGameGeek MCP Server✓
io.github.kkjdaniel/bgg-mcp · v1.6.1
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
"name": "io.github.kkjdaniel/bgg-mcp",
"description": "BoardGameGeek MCP server providing access to BGG API data through standardized tools",
"title": "BoardGameGeek MCP Server",
"repository": {
"url": "https://github.com/kkjdaniel/bgg-mcp",
"source": "github"
},
"version": "1.6.1",
"packages": [
{
"registryType": "oci",
"identifier": "docker.io/kdaniel/bgg-mcp:1.6.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "API key for BoardGameGeek authentication (recommended). Obtain from https://boardgamegeek.com/applications",
"name": "BGG_API_KEY"
},
{
"description": "Cookie string for BGG authentication (alternative to API key). Format: 'bggusername=user; bggpassword=pass; SessionID=xyz'",
"name": "BGG_COOKIE"
},
{
"description": "Your BoardGameGeek username for references such as ME or MY in prompts",
"name": "BGG_USERNAME"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}