Used by 1 plugin
Connects to Draw.io to generate and edit diagrams directly within your development workflow.
Add to your .mcp.json:
{
"mcpServers": {
"drawio": {
"command": "npx",
"args": [
"@drawio/mcp"
]
}
}
}This server connects to external services. Review the URLs it accesses before enabling.
npx