MCP (Model Context Protocol) plugin for Flowlib — exposes flow building, editing, execution, and debugging as MCP tools for Claude Desktop, VS Code Copilot, and other MCP clients
{
"mcpServers": {
"flowlibmcp": {
"command": "npx",
"args": [
"-y",
"@flowlib/mcp"
]
}
}
}