loading…
Search for a command to run...
loading…
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
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.
Add this to claude_desktop_config.json and restart Claude Desktop.
{
"mcpServers": {
"bgg-mcp": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"run",
"kkjdaniel/bgg-mcp"
]
}
}
}