Official Model Context Protocol (MCP) server for HiveFlow that connects AI assistants like Claude and Cursor directly to the HiveFlow automation platform for seamless flow management and execution.
Create new automation flows.
List all your flows.
Get details of a specific flow.
Execute a flow with optional inputs.
Pause an active flow.
Resume a paused flow.
Get execution history.
List configured MCP servers.
Register new MCP servers.
{
"mcpServers": {
"hiveflow": {
"command": "npx",
"args": ["-y", "@hiveflow/mcp-server"],
"env": {
"HIVEFLOW_API_KEY": "your-api-key-here",
"HIVEFLOW_API_URL": "https://api.hiveflow.ai"
}
}
}
}