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

    Mcp Claude Hub

    MCP server for orchestrating multiple Claude Code sessions

    6 stars
    Python
    Updated Oct 21, 2025

    Table of Contents

    • Features
    • Setup
    • API Endpoints
    • Testing
    • Authentication

    Table of Contents

    • Features
    • Setup
    • API Endpoints
    • Testing
    • Authentication

    Documentation

    Claude Orchestration MCP Server

    An MCP (Model Context Protocol) server for orchestrating multiple Claude Code sessions to work on complex projects in parallel.

    Features

    • Create and manage multiple Claude Code sessions
    • Define dependencies between sessions
    • Monitor session progress and status
    • Retrieve session outputs
    • Web-based interface using Gradio

    Setup

    1. Install dependencies:

    bash
    pip install gradio httpx python-dotenv

    2. Configure environment variables:

    • Copy .env.example to .env
    • Update CLAUDE_WEBHOOK_SECRET with your actual webhook secret

    3. Run the server:

    bash
    ./run_server.sh
    # or
    python mcp_server.py

    The server will start at http://localhost:7860

    API Endpoints

    The server exposes the following tools:

    • create_session: Create a new Claude Code session
    • start_session: Start a previously created session
    • get_session_status: Check the status of a session
    • get_session_output: Retrieve output from a completed session
    • list_sessions: List all sessions with optional filtering
    • wait_for_session: Wait for a session to complete

    Testing

    Run the test script to verify your configuration:

    bash
    python test_mcp_server.py

    Authentication

    The server uses Bearer token authentication. Set your webhook secret in the .env file:

    code
    CLAUDE_WEBHOOK_SECRET=your-secret-here

    Similar MCP

    Based on tags & features

    • ES

      Esp Rainmaker Mcp

      Python·
      9
    • FA

      Fal Mcp Server

      Python·
      8
    • SY

      Synergy Age Mcp

      Python·
      8
    • AD

      Adls Mcp Server

      Python·
      4

    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

    • ES

      Esp Rainmaker Mcp

      Python·
      9
    • FA

      Fal Mcp Server

      Python·
      8
    • SY

      Synergy Age Mcp

      Python·
      8
    • AD

      Adls Mcp Server

      Python·
      4

    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