openflowkit mcp for Cursor
io.github.vrun-design/openflowkit-mcp
Local-first OpenFlowKit diagramming tools for Claude, Cursor, Windsurf & other MCP clients.
client:Cursor
transport:stdio
runtime:npm
Install openflowkit mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"openflowkit-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@vrun-design/openflowkit-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs