Best for
- Developers wanting to integrate AI-assisted diagramming into their workflow.
- Teams that prioritize data privacy and prefer local tools.
- Workflows that benefit from tight coupling between code and diagrams.
OpenFlowKit MCP server is a lightweight local extension of the diagramming tool, offering several useful utilities for integrating diagram creation into AI workflows. Installation is straightforward, but functionality is limited to the current version; some advanced features are not yet implemented.
The OpenFlowKit MCP server provides local-first diagramming tools for MCP clients like Claude, Cursor, Windsurf, and others. It offers deterministic validation, codebase analysis, templates, icon lookup, and viewer links without requiring an API key or cloud round-trip. Everything runs locally on the user's machine via a pure Node package distributed through npm.
Add the following configuration to your MCP client:
{
"mcpServers": {
"openflowkit": {
"command": "npx",
"args": ["-y", "@vrun-design/openflowkit-mcp"]
}
}
}Then restart the client to use the tools.
{
"mcpServers": {
"openflowkit": {
"command": "npx",
"args": ["-y", "@vrun-design/openflowkit-mcp"]
}
}
}