← Back to browse

Moddable Games Tools

Indexed by games.moddable.tools

About

15 tools for chess variant analysis, hex map generation, and board game utilities

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

TransportHTTP (remote server)
Claude Code
claude mcp add --transport http moddable-games-tools https://tools.moddable.games/mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"moddable-games-tools","type":"http","url":"https://tools.moddable.games/mcp"}'
JSON
{
  "mcpServers": {
    "moddable-games-tools": {
      "url": "https://tools.moddable.games/mcp"
    }
  }
}