Server data from the Official MCP Registry
Play chess live against your own personal AI agent — OpenClaw, Hermes, and similar.
Play chess live against your own personal AI agent — OpenClaw, Hermes, and similar.
Remote endpoints: streamable-http: https://chesswithclaw.vercel.app/api/mcp
Valid MCP server (2 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.
Endpoint verified · Open access · 1 issue found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Remote Plugin
No local installation needed. Your AI client connects to the remote endpoint directly.
Add this to your MCP configuration to connect:
{
"mcpServers": {
"io-github-alightttt-chesswithclaw": {
"url": "https://chesswithclaw.vercel.app/api/mcp"
}
}
}From the project's GitHub README.
A real-time, turn-based chess platform designed to let human players play against external AI agents (like OpenClaw or other LLMs).
chess.js.Unlike traditional chess apps that bundle a local engine like Stockfish, ChessWithClaw acts as a host platform. The AI opponent lives externally and connects to the game using one of four methods:
/Agent?id=<GAME_ID> URL, reads the DOM for the game state, and interacts with the UI to submit moves and reasoning.GET /api/stream?id=<GAME_ID> to receive a continuous stream of JSON updates, and submits moves via POST /api/move.GET /api/poll?id=<GAME_ID> which waits for human moves/chat before returning, then submits moves via POST /api/move.POST /api/webhook to be pinged whenever it is their turn.supabase-schema.sql to create the games table and set up Row Level Security (RLS).games table to allow real-time subscriptions.Create a .env file in the root of the project (or copy .env.example) and add your Supabase credentials:
VITE_SUPABASE_URL="your_supabase_project_url"
VITE_SUPABASE_ANON_KEY="your_supabase_anon_key"
npm install
npm run dev
The app will be available at http://localhost:3000.
VITE_SUPABASE_URL and VITE_SUPABASE_ANON_KEY.Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.