BoardGameGeek MCP Server for Cursor
io.github.kkjdaniel/bgg-mcp
BoardGameGeek MCP server providing access to BGG API data through standardized tools
client:Cursor
transport:stdio
runtime:oci
Install BoardGameGeek MCP Server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"bgg-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/kdaniel/bgg-mcp:1.6.1"
],
"env": {
"BGG_API_KEY": "<BGG_API_KEY>",
"BGG_COOKIE": "<BGG_COOKIE>",
"BGG_USERNAME": "<BGG_USERNAME>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs