Skip to main content
Glama

Claude Parallel Tasks MCP Server

run_parallel_claude_tasks

Execute multiple Claude prompts simultaneously with optional file contexts and direct output to separate files for efficient batch processing.

Instructions

Runs multiple Claude prompts in parallel, optionally with file contexts, redirecting output to files.

Input Schema

NameRequiredDescriptionDefault
queriesYesA list of query objects to run with Claude in parallel

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "queries": { "description": "A list of query objects to run with Claude in parallel", "items": { "additionalProperties": false, "properties": { "contextFilePaths": { "description": "Optional list of file paths to provide as context to Claude", "items": { "type": "string" }, "type": "array" }, "queryText": { "description": "The text prompt to send to Claude", "type": "string" } }, "required": [ "queryText" ], "type": "object" }, "type": "array" } }, "required": [ "queries" ], "type": "object" }
Install Server

Other Tools from Claude Parallel Tasks MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/CaptainCrouton89/claude-code-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server