How to Use the BoardGameGeek MCP in Claude Code
Query BoardGameGeek data, pull forum threads, and export user collections directly from your terminal with Claude Code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect BoardGameGeek MCP to Claude Code
Create your Vinkius account to connect BoardGameGeek to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Query BoardGameGeek databases from the command line
The `search_games` tool allows your agent to find board games by name and returns their unique BGG IDs. Claude Code can immediately pipe these IDs into `get_thing` to grab complexity ratings, player counts, and user reviews. This setup replaces browser-based lookups entirely. You can run quick terminal commands to fetch game details, save them as JSON files, or pass them to other command-line utilities.
Export play logs using this terminal-friendly MCP Server
The `get_user_plays` tool pulls detailed play history for any public BoardGameGeek profile, including play dates, players, and comments. Claude Code retrieves this data as raw JSON, allowing you to filter by date range right from your shell. You can command your agent to generate a CSV report of your recent plays. It will fetch the data, parse the fields, and write a clean file to your local directory in one step.
Inspect guild details and community hubs
The `get_guild` tool fetches detailed membership and profile information for any BoardGameGeek community guild. Claude Code uses this to inspect active groups, check member counts, and extract guild descriptions. This is useful for building community directories or automating guild checks. Your agent reads the raw guild payload and can immediately write shell scripts to track member growth.
Set up BoardGameGeek MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seeboardgamegeek-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest BoardGameGeek transactions." It will automatically discover and invoke the available BoardGameGeek tools.
claude mcp add --transport http boardgamegeek-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about BoardGameGeek MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the BoardGameGeek MCP today
We host it, we monitor it, we maintain it. You just paste one token.