Local Codex MCP server for scanning repositories and writing tldraw product workflow diagrams.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"codex-tldraw-mcp": {
"command": "npx",
"args": [
"-y",
"jananadiw/codex-tldraw-mcp"
]
}
}
}
Run in terminal:
claude mcp add codex-tldraw-mcp npx -y jananadiw/codex-tldraw-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"codex-tldraw-mcp": {
"command": "npx",
"args": [
"-y",
"jananadiw/codex-tldraw-mcp"
]
}
}
}