Claude Delegator

v1.0.0Coding Agentsstable

Delegate tasks to Codex and Gemini directly from within Claude Code.

ai-agentsclaudeclaude-codecodexgpt
Share:
966
Stars
0
Downloads
0
Weekly
0/5

What is Claude Delegator?

Claude Delegator is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to delegate tasks to codex and gemini directly from within claude code.

Delegate tasks to Codex and Gemini directly from within Claude Code.

This server falls under the Coding Agents category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • Delegate tasks to Codex and Gemini directly from within Clau

Use Cases

Delegate tasks to Codex and Gemini directly from within Claude Code.
jarrodwatts

Maintainer

LicenseMIT
Languagejavascript
Versionv1.0.0
UpdatedMay 22, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx claude-delegator

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Claude Delegator

Claude Delegator enables you to delegate coding tasks to other AI models (Codex and Gemini) directly from Claude Code. Leverage multiple AI models in a single workflow by routing specific tasks to the best-suited model, combining their strengths for more effective code generation and problem-solving.

Prerequisites

  • Claude Code installed
  • API keys for Codex (OpenAI) and/or Gemini (Google) if delegating to those models
  • An MCP client such as Claude Desktop or Cursor
  • Node.js 18+ installed
1

Install Claude Delegator

Use npx to install the Claude Delegator MCP server.

npx claude-delegator
2

Add to MCP configuration

Register Claude Delegator in your Claude Desktop or Cursor config file.

{
  "mcpServers": {
    "claude-delegator": {
      "command": "npx",
      "args": ["claude-delegator"]
    }
  }
}
3

Configure API credentials

Set environment variables for Codex and Gemini API keys if you plan to delegate to those models. Check the repository README at https://github.com/jarrodwatts/claude-delegator for exact variable names.

4

Restart your client

Restart Claude Desktop or Cursor to load the Claude Delegator configuration.

5

Test delegation

Ask Claude to delegate a coding task to another model and compare results.

Claude Delegator Examples

MCP Configuration Example

How to set up Claude Delegator in your client config.

{
  "mcpServers": {
    "claude-delegator": {
      "command": "npx",
      "args": ["claude-delegator"]
    }
  }
}

Prompts to Try

Test multi-model delegation with these prompts.

1. "Delegate this function refactoring task to Codex and compare results"
2. "Ask Gemini for alternative approaches to this algorithm"
3. "Have both Codex and Gemini write unit tests for this code"
4. "Compare how different AI models approach this problem"
5. "Use Codex for implementation and Gemini for documentation"

Troubleshooting Claude Delegator

API key authentication fails

Verify that your OpenAI and Google API keys are correctly set in environment variables. Check the repository README for exact variable naming conventions.

Delegation commands don't work

Ensure Claude Delegator is properly installed and loaded in your MCP client. Restart Claude Desktop or Cursor and check the client logs.

Rate limiting or API quota exceeded

Check your API usage and quota limits with each service provider. Some models may have lower rate limits for delegation workflows.

Frequently Asked Questions about Claude Delegator

What is Claude Delegator?

Claude Delegator is a Model Context Protocol (MCP) server that delegate tasks to codex and gemini directly from within claude code. It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Claude Delegator?

Follow the installation instructions on the Claude Delegator GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with Claude Delegator?

Claude Delegator works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Claude Delegator free to use?

Yes, Claude Delegator is open source and available under the MIT license. You can use it freely in both personal and commercial projects.

Claude Delegator Alternatives — Similar Coding Agents Servers

Looking for alternatives to Claude Delegator? Here are other popular coding agents servers you can use with Claude, Cursor, and VS Code.

Browse More Coding Agents MCP Servers

Explore all coding agents servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "claude-delegator": { "command": "npx", "args": ["-y", "claude-delegator"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Claude Delegator?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides