Skip to content
Cline

codex tldraw mcp for Cline

io.github.jananadiw/codex-tldraw-mcp

A Codex stdio MCP server that generates repo-local tldraw diagrams and detects code graph drift.

client:Cline transport:stdio runtime:npm

Install codex tldraw mcp 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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "codex-tldraw-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "codex-tldraw-mcp"
      ],
      "env": {
        "TLDRAW_MCP_ALLOWED_ROOTS": "<TLDRAW_MCP_ALLOWED_ROOTS>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

codex tldraw mcp in other clients