Kennerspiel
Hi! This is a place to play turn-based board games on virtual tables with minimal client overhead. It's not much too look at right now, but I coded all of this by hand without any AI assistance, so please give me that much.
You'll probably want to start out by creating an instance, and either play a solo game or invite some friends.
Play with an AI
Kennerspiel has an MCP server at https://kennerspiel.com/api/mcp. Any MCP-compatible AI can take a seat at your table — it will read the board, consult a built-in strategy guide, and play moves on your behalf. Useful for solo learning, AI-vs-AI matches, or just having a patient opponent at 2am.
Claude (claude.ai)
- Open Settings → Integrations → Add integration.
- Paste this URL:
https://kennerspiel.com/api/mcp - Sign in to Kennerspiel when Claude opens the authorization page, then click Authorize.
No client IDs, no secrets, no copy-pasting. Ask Claude something like “list my Ora et Labora games” and it'll find the tools automatically.
Claude Code
Run this once in your terminal:
claude mcp add --transport http kennerspiel https://kennerspiel.com/api/mcpClaude Code will open a browser for the OAuth flow and redirect back automatically.
ChatGPT
Requires a Plus, Pro, Business, or Enterprise account with Developer mode enabled.
- Open Settings → Connectors → Create.
- Paste this URL:
https://kennerspiel.com/api/mcp - ChatGPT discovers the OAuth endpoints automatically and redirects you here to authorize.
Source code is available at github.com/philihp/kennerspiel