MCP Servers

A collection of Model Context Protocol servers, templates, tools and more.

MCP server for generating draw.io diagrams using mxgraph. Create and manage diagrams programmatically or with AI and VSCode extension.

Created 8/29/2025
Updated 9 days ago
Repository documentation and setup instructions
GitHub API error: 403
Quick Setup
Installation guide for this server

Install Package (if required)

npx @modelcontextprotocol/server-drawio-mcp

Cursor configuration (mcp.json)

{ "mcpServers": { "sujimoshi-drawio-mcp": { "command": "npx", "args": [ "sujimoshi-drawio-mcp" ] } } }