drawx mcp server for Windsurf
io.github.saharshpamecha/drawx-mcp-server
Generate draw.io diagrams and architecture designs from natural language, via the DrawX API.
client:Windsurf
transport:stdio
runtime:npm
Install drawx mcp server in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"drawx-mcp-server": {
"command": "npx",
"args": [
"-y",
"@drawx/mcp-server"
],
"env": {
"DRAWX_API_KEY": "<DRAWX_API_KEY>",
"DRAWX_API_BASE": "<DRAWX_API_BASE>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs