Sketchdex
Rank #19,804io.github.lucasr1b/sketchdex
An MCP server that lets AI agents draw hand-drawn Excalidraw diagrams as files on your machine.
Sketchdex is a Model Context Protocol (MCP) server published by lucasr1b. It ranks #19,804 of 132,046 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Sketchdex is listed on Official MCP, with 3 tracked versions. It was first listed on Sep 4, 2026 and most recently updated on Sep 4, 2026.
Ranks ahead of 112,242 of 132,046 servers on MCP Toplist.
Use Sketchdex
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add sketchdex -e "SKETCHDEX_VAULT=<your SKETCHDEX_VAULT>" -e "SKETCHDEX_BROWSER=<your SKETCHDEX_BROWSER>" -- npx -y sketchdexReplace each placeholder with your own value before saving.
[mcp_servers.sketchdex]
command = "npx"
args = ["-y", "sketchdex"]
[mcp_servers.sketchdex.env]
SKETCHDEX_VAULT = "<your SKETCHDEX_VAULT>"
SKETCHDEX_BROWSER = "<your SKETCHDEX_BROWSER>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"sketchdex": {
"command": "npx",
"args": [
"-y",
"sketchdex"
],
"env": {
"SKETCHDEX_VAULT": "<your SKETCHDEX_VAULT>",
"SKETCHDEX_BROWSER": "<your SKETCHDEX_BROWSER>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"sketchdex": {
"command": "npx",
"args": [
"-y",
"sketchdex"
],
"env": {
"SKETCHDEX_VAULT": "<your SKETCHDEX_VAULT>",
"SKETCHDEX_BROWSER": "<your SKETCHDEX_BROWSER>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"sketchdex": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"sketchdex"
],
"env": {
"SKETCHDEX_VAULT": "<your SKETCHDEX_VAULT>",
"SKETCHDEX_BROWSER": "<your SKETCHDEX_BROWSER>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"sketchdex": {
"command": "npx",
"args": [
"-y",
"sketchdex"
],
"env": {
"SKETCHDEX_VAULT": "<your SKETCHDEX_VAULT>",
"SKETCHDEX_BROWSER": "<your SKETCHDEX_BROWSER>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"sketchdex": {
"command": "npx",
"args": [
"-y",
"sketchdex"
],
"env": {
"SKETCHDEX_VAULT": "<your SKETCHDEX_VAULT>",
"SKETCHDEX_BROWSER": "<your SKETCHDEX_BROWSER>"
}
}
}
}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.lucasr1b%2Fsketchdex)<a href="https://mcptoplist.com/server/io.github.lucasr1b%2Fsketchdex"><img src="https://mcptoplist.com/badge/io.github.lucasr1b%2Fsketchdex.svg" alt="MCP Toplist: Top 25% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
lucasr1b
Available versions (3)
| Version | Published |
|---|---|
| 0.1.2 | Sep 4, 2026 |
| 0.1.1 | Sep 4, 2026 |
| 0.1.0 | Sep 4, 2026 |
Frequently asked questions
- Who maintains Sketchdex?
- Sketchdex is maintained by lucasr1b, which publishes 1 MCP server (3 total versions) tracked on MCP Toplist.
- Is Sketchdex listed on the Official MCP Registry?
- Yes — Sketchdex is listed on the Official MCP Registry.
- How many versions does Sketchdex have?
- MCP Toplist tracks 3 versions of Sketchdex, most recently published on Sep 4, 2026.
- Where can I find the source code for Sketchdex?
- The source code for Sketchdex is hosted at github.com/lucasr1b/sketchdex.
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.