DrawArch MCP
Rank #18,560io.github.Ajey95/drawarch
Create editable Draw.io architecture diagrams from prompts and reference images.
DrawArch MCP is a Model Context Protocol (MCP) server published by Ajey95. It ranks #18,560 of 115,591 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. DrawArch MCP is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Aug 13, 2026 and most recently updated on Aug 14, 2026.
Ranks ahead of 97,031 of 115,591 servers on MCP Toplist.
Use DrawArch MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add drawarch -- npx -y drawarch-mcp[mcp_servers.drawarch]
command = "npx"
args = ["-y", "drawarch-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"drawarch": {
"command": "npx",
"args": [
"-y",
"drawarch-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"drawarch": {
"command": "npx",
"args": [
"-y",
"drawarch-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"drawarch": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"drawarch-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"drawarch": {
"command": "npx",
"args": [
"-y",
"drawarch-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"drawarch": {
"command": "npx",
"args": [
"-y",
"drawarch-mcp"
]
}
}
}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.Ajey95%2Fdrawarch)<a href="https://mcptoplist.com/server/io.github.Ajey95%2Fdrawarch"><img src="https://mcptoplist.com/badge/io.github.Ajey95%2Fdrawarch.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
Ajey95
Other servers by Ajey95
View all Ajey95 servers →Available versions (1)
| Version | Published |
|---|---|
| 0.2.0 | Aug 14, 2026 |
Frequently asked questions
- Who maintains DrawArch MCP?
- DrawArch MCP is maintained by Ajey95, which publishes 2 MCP servers (1 total version) tracked on MCP Toplist.
- Is DrawArch MCP listed on the Official MCP Registry?
- Yes — DrawArch MCP is listed on the Official MCP Registry, alongside Glama.
- How many versions does DrawArch MCP have?
- MCP Toplist tracks 1 version of DrawArch MCP, most recently published on Aug 14, 2026.
- Where can I find the source code for DrawArch MCP?
- The source code for DrawArch MCP is hosted at github.com/Ajey95/drawarch-mcp.