
HiveFlow MCP Server
Supports UIby hiveflowai
Automate workflows and manage complex AI flows directly from your MCP-compatible assistant.
What it does
Connects your AI assistants to the HiveFlow automation platform, allowing you to manage, execute, and create complex automation flows through natural language.
Tools
create_flow: Create new automation flows.list_flows: List all available flows.get_flow: Retrieve detailed information about a specific flow.execute_flow: Run a flow with optional input parameters.pause_flow: Pause an active automation flow.resume_flow: Resume a previously paused flow.get_flow_executions: Access execution history and logs.list_mcp_servers: List configured MCP servers within HiveFlow.create_mcp_server: Register new MCP servers.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"hiveflow": {
"command": "npx",
"args": ["-y", "@hiveflow/mcp-server"],
"env": {
"HIVEFLOW_API_KEY": "your-api-key-here",
"HIVEFLOW_API_URL": "https://api.hiveflow.ai"
}
}
}
}
Supported hosts
Confirmed for Claude and Cursor.
Quick install
npm install -g @hiveflow/mcp-serverInformation
- Pricing
- freemium
- Published
- 4/29/2026
- stars






