LogoSTMCP
Download
hiveflow-mcp-server

@hiveflow/mcp-server

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.

Tools

1. create_flow

Create new automation flows.

2. list_flows

List all your flows.

3. get_flow

Get details of a specific flow.

4. execute_flow

Execute a flow with optional inputs.

5. pause_flow

Pause an active flow.

6. resume_flow

Resume a paused flow.

7. get_flow_executions

Get execution history.

8. list_mcp_servers

List configured MCP servers.

9. create_mcp_server

Register new MCP servers.

Open Graph image for @hiveflow/mcp-server

JSON Config

{
  "mcpServers": {
    "hiveflow": {
      "command": "npx",
      "args": ["-y", "@hiveflow/mcp-server"],
      "env": {
        "HIVEFLOW_API_KEY": "your-api-key-here",
        "HIVEFLOW_API_URL": "https://api.hiveflow.ai"
      }
    }
  }
}

Useful Links

Information