MCP server for DrawX — generate draw.io diagrams and architecture designs from Claude, Cursor, and VS Code.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"drawx-mcp-server": {
"command": "npx",
"args": [
"-y",
"SaharshPamecha/drawx-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add drawx-mcp-server npx -y SaharshPamecha/drawx-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"drawx-mcp-server": {
"command": "npx",
"args": [
"-y",
"SaharshPamecha/drawx-mcp-server"
]
}
}
}