Back to directory
kkjdaniel/bgg-mcp

kkjdaniel/bgg-mcp

@kkjdaniel

BGG MCP provides access to BoardGameGeek and a variety of board game related data through the Model Context Protocol. Enabling retrieval and filtering of board game data, user collections, and profiles.

boardgamesbggmcpgoboardgamegeekapidata-retrievalgamescontext

Installation & Configuration

"bgg": {
    "command": "docker",
    "args": ["run", "-i", "--rm",
        "-e", "BGG_API_KEY",
        "-e", "BGG_USERNAME",
        "kdaniel/bgg-mcp"
    ],
    "env": {
        "BGG_API_KEY": "your_api_key_here",
        "BGG_USERNAME": "your_bgg_username"
    }
}

Information

Transport
stdio
Language
Go
Created
2026/6/12
Updated
2026/6/12