MCP Server
MCP
BoardGameGeek MCP Server
BoardGameGeek MCP server providing access to BGG API data through standardized tools
Install
oci:docker.io/kdaniel/bgg-mcp:1.6.1
Configuration Example
{
"remotes": [],
"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"
}
]
}
]
}
mcp
model-context-protocol
oci
By
Comments
Sign in to leave a comment