Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Hiveflow Mcp Server

    4 stars
    JavaScript
    Updated Oct 29, 2025

    Table of Contents

    • 🚀 Quick Start
    • Installation
    • Configuration
    • For Local Development
    • 🔑 Getting Your API Key
    • Option 1: From HiveFlow Dashboard
    • Option 2: From Command Line (Self-hosted)
    • 🛠️ Available Tools
    • Flow Management
    • MCP Server Management
    • 📊 Available Resources
    • 💡 Usage Examples
    • Create a New Flow
    • List Active Flows
    • Execute a Flow
    • Get Flow Status
    • 🔧 Configuration Options
    • Environment Variables
    • Command Line Options
    • 🏗️ Architecture
    • 🔒 Security
    • 🐛 Troubleshooting
    • Common Issues
    • Debug Mode
    • 📚 Documentation
    • 🤝 Contributing
    • 📄 License
    • 🆘 Support

    Table of Contents

    • 🚀 Quick Start
    • Installation
    • Configuration
    • For Local Development
    • 🔑 Getting Your API Key
    • Option 1: From HiveFlow Dashboard
    • Option 2: From Command Line (Self-hosted)
    • 🛠️ Available Tools
    • Flow Management
    • MCP Server Management
    • 📊 Available Resources
    • 💡 Usage Examples
    • Create a New Flow
    • List Active Flows
    • Execute a Flow
    • Get Flow Status
    • 🔧 Configuration Options
    • Environment Variables
    • Command Line Options
    • 🏗️ Architecture
    • 🔒 Security
    • 🐛 Troubleshooting
    • Common Issues
    • Debug Mode
    • 📚 Documentation
    • 🤝 Contributing
    • 📄 License
    • 🆘 Support

    Documentation

    @hiveflow/mcp-server

    Official Model Context Protocol (MCP) server for HiveFlow. Connect your AI assistants (Claude, Cursor, etc.) directly to your HiveFlow automation platform.

    🚀 Quick Start

    Installation

    bash
    npm install -g @hiveflow/mcp-server

    Configuration

    Add to your MCP client configuration (e.g., .cursor/mcp.json):

    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"
          }
        }
      }
    }

    For Local Development

    json
    {
      "mcpServers": {
        "hiveflow": {
          "command": "npx",
          "args": ["-y", "@hiveflow/mcp-server"],
          "env": {
            "HIVEFLOW_API_KEY": "your-api-key-here",
            "HIVEFLOW_API_URL": "http://localhost:5000"
          }
        }
      }
    }

    🔑 Getting Your API Key

    Option 1: From HiveFlow Dashboard

    1. Log in to your HiveFlow dashboard

    2. Go to Settings > API Keys

    3. Generate a new API key

    Option 2: From Command Line (Self-hosted)

    bash
    cd your-hiveflow-backend
    node get-api-key.js your-email@example.com

    🛠️ Available Tools

    Once configured, you'll have access to these tools in your AI assistant:

    Flow Management

    • create_flow - Create new automation flows
    • list_flows - List all your flows
    • get_flow - Get details of a specific flow
    • execute_flow - Execute a flow with optional inputs
    • pause_flow - Pause an active flow
    • resume_flow - Resume a paused flow
    • get_flow_executions - Get execution history

    MCP Server Management

    • list_mcp_servers - List configured MCP servers
    • create_mcp_server - Register new MCP servers

    📊 Available Resources

    • hiveflow://flows - Access to all your flows data
    • hiveflow://mcp-servers - MCP servers configuration
    • hiveflow://executions - Flow execution history

    💡 Usage Examples

    Create a New Flow

    code
    AI: "Create a flow called 'Email Processor' that analyzes incoming emails"

    List Active Flows

    code
    AI: "Show me all my active flows"

    Execute a Flow

    code
    AI: "Execute the flow with ID 'abc123' with input data {email: 'test@example.com'}"

    Get Flow Status

    code
    AI: "What's the status of my Email Processor flow?"

    🔧 Configuration Options

    Environment Variables

    • HIVEFLOW_API_KEY - Your HiveFlow API key (required)
    • HIVEFLOW_API_URL - Your HiveFlow instance URL (default: https://api.hiveflow.ai)
    • HIVEFLOW_INSTANCE_ID - Instance ID for multi-tenant setups (optional)

    Command Line Options

    bash
    hiveflow-mcp --api-key YOUR_KEY --api-url https://your-instance.com

    🏗️ Architecture

    This MCP server acts as a bridge between your AI assistant and HiveFlow:

    code
    AI Assistant (Claude/Cursor) ↔ MCP Server ↔ HiveFlow API

    🔒 Security

    • API keys are transmitted securely over HTTPS
    • All requests are authenticated and authorized
    • No data is stored locally by the MCP server

    🐛 Troubleshooting

    Common Issues

    "HIVEFLOW_API_KEY is required"

    • Make sure you've set the API key in your MCP configuration
    • Verify the API key is valid and not expired

    "Cannot connect to HiveFlow API"

    • Check that your HiveFlow instance is running
    • Verify the API URL is correct
    • Ensure there are no firewall restrictions

    "MCP server not found"

    • Restart your AI assistant completely
    • Verify the MCP configuration file is in the correct location
    • Check that the package is installed: npm list -g @hiveflow/mcp-server

    Debug Mode

    For detailed logging, set the environment variable:

    bash
    export DEBUG=hiveflow-mcp:*

    📚 Documentation

    • HiveFlow Documentation
    • MCP Protocol Specification
    • API Reference

    🤝 Contributing

    We welcome contributions! Please see our Contributing Guide for details.

    📄 License

    MIT License - see LICENSE file for details.

    🆘 Support

    • GitHub Issues
    • Discord Community
    • Email Support

    ---

    Made with ❤️ by the HiveFlow team

    Similar MCP

    Based on tags & features

    • WA

      Waha Mcp

      JavaScript00
    • WI

      Wizzy Mcp Tmdb

      JavaScript00
    • RI

      Rijksmuseum Mcp

      JavaScript·
      59
    • MC

      Mcp Server Playwright

      JavaScript·
      262

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • WA

      Waha Mcp

      JavaScript00
    • WI

      Wizzy Mcp Tmdb

      JavaScript00
    • RI

      Rijksmuseum Mcp

      JavaScript·
      59
    • MC

      Mcp Server Playwright

      JavaScript·
      262

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k