codex-tldraw
Rank #4,206io.github.jananadiw/codex-tldraw-mcp
A Codex stdio MCP server that generates repo-local tldraw diagrams and detects code graph drift.
codex-tldraw is a Model Context Protocol (MCP) server published by jananadiw. It ranks #4,206 of 132,046 servers tracked on MCP Toplist, and its repository has 26 GitHub stars. codex-tldraw is listed across 2 registries — Official MCP and Glama, with 2 tracked versions. It was first listed on Jun 14, 2026 and most recently updated on Aug 5, 2026.
Ranks ahead of 127,840 of 132,046 servers on MCP Toplist.
Use codex-tldraw
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add codex-tldraw-mcp -e "TLDRAW_MCP_ALLOWED_ROOTS=<your TLDRAW_MCP_ALLOWED_ROOTS>" -- npx -y codex-tldraw-mcpReplace each placeholder with your own value before saving.
[mcp_servers.codex-tldraw-mcp]
command = "npx"
args = ["-y", "codex-tldraw-mcp"]
[mcp_servers.codex-tldraw-mcp.env]
TLDRAW_MCP_ALLOWED_ROOTS = "<your TLDRAW_MCP_ALLOWED_ROOTS>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"codex-tldraw-mcp": {
"command": "npx",
"args": [
"-y",
"codex-tldraw-mcp"
],
"env": {
"TLDRAW_MCP_ALLOWED_ROOTS": "<your TLDRAW_MCP_ALLOWED_ROOTS>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"codex-tldraw-mcp": {
"command": "npx",
"args": [
"-y",
"codex-tldraw-mcp"
],
"env": {
"TLDRAW_MCP_ALLOWED_ROOTS": "<your TLDRAW_MCP_ALLOWED_ROOTS>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"codex-tldraw-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"codex-tldraw-mcp"
],
"env": {
"TLDRAW_MCP_ALLOWED_ROOTS": "<your TLDRAW_MCP_ALLOWED_ROOTS>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"codex-tldraw-mcp": {
"command": "npx",
"args": [
"-y",
"codex-tldraw-mcp"
],
"env": {
"TLDRAW_MCP_ALLOWED_ROOTS": "<your TLDRAW_MCP_ALLOWED_ROOTS>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"codex-tldraw-mcp": {
"command": "npx",
"args": [
"-y",
"codex-tldraw-mcp"
],
"env": {
"TLDRAW_MCP_ALLOWED_ROOTS": "<your TLDRAW_MCP_ALLOWED_ROOTS>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.jananadiw%2Fcodex-tldraw-mcp)<a href="https://mcptoplist.com/server/io.github.jananadiw%2Fcodex-tldraw-mcp"><img src="https://mcptoplist.com/badge/io.github.jananadiw%2Fcodex-tldraw-mcp.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
jananadiw
Available versions (2)
| Version | Published |
|---|---|
| 0.5.0 | Aug 5, 2026 |
| 0.4.0 | Jul 16, 2026 |
Frequently asked questions
- Who maintains codex-tldraw?
- codex-tldraw is maintained by jananadiw, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
- Is codex-tldraw listed on the Official MCP Registry?
- Yes — codex-tldraw is listed on the Official MCP Registry, alongside Glama.
- How many versions does codex-tldraw have?
- MCP Toplist tracks 2 versions of codex-tldraw, most recently published on Aug 5, 2026.
- Where can I find the source code for codex-tldraw?
- The source code for codex-tldraw is hosted at github.com/jananadiw/codex-tldraw-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.