← Back to Plugins
MCP Server MCP

BoardGameGeek MCP Server

github By github 👁 1 views ▲ 0 votes

BoardGameGeek MCP server providing access to BGG API data through standardized tools

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...