BoardGameGeek MCP Server for Cline
io.github.kkjdaniel/bgg-mcp
BoardGameGeek MCP server providing access to BGG API data through standardized tools
client:Cline
transport:stdio
runtime:oci
Install BoardGameGeek MCP Server in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"bgg-mcp": {
"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>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs