3 months ago
The FlowZap MCP Server bridges AI coding assistants and FlowZap's diagramming engine, letting LLMs generate real, shareable Workflow, Sequence and Architecture diagrams in seconds. Pretty ones.
- Installs in one command — npx -y flowzap-mcp — with no authentication required.
- Works with Claude Desktop, Cursor, Windsurf, Zed, Warp, Cline, Roo Code, Continue.dev, OpenAI Codex, and more. - Core tools let AI agents validate FlowZap Code syntax, fetch syntax docs, and create shareable playground URLs.
- Use it with its SKILL . md file for cleaner results: npx skills add flowzap-xyz/flowzap-mcp --skill flowzap-diagrams
Server Config
{
"mcpServers": {
"flowzap": {
"command": "npx",
"args": [
"-y",
"flowzap-mcp"
]
}
}
}