Claude Parallel Tasks MCP Server
An MCP (Model Context Protocol) server that enables running multiple Claude prompts in parallel, with optional file contexts and output redirection.
Features
- Run multiple Claude prompts simultaneously in parallel
- Provide file contexts to Claude prompts
- Redirect output to individual files for each task
- Built with TypeScript and the MCP SDK
Prerequisites
- Node.js and pnpm
- Claude CLI tool installed and configured
- Anthropic API key
Setup
- Clone the repository:
- Install dependencies:
- Set up your environment variables:
- Edit
.env.local
and add your Anthropic API key:
- Build the project:
Usage
Running the Server
Configuring with Claude Desktop
Add the following to your claude_desktop_config.json
:
Available Tools
run_parallel_claude_tasks
Runs multiple Claude prompts in parallel with optional file contexts.
Parameters:
queries
: Array of query objects, each containing:queryText
: The text prompt to send to ClaudecontextFilePaths
(optional): Array of file paths to provide as context
Example:
Development
Security
- API keys are stored in environment variables, not in code
- The
.env.local
file is gitignored to prevent accidental commits - Use the provided
.env.example
as a template
License
MIT
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
Enables running multiple Claude prompts simultaneously in parallel with support for file contexts and output redirection to individual files.
Related MCP Servers
- AsecurityAlicenseAqualityAllows Claude desktop app to execute terminal commands and edit files on your computer through MCP, with features including command execution, process management, and diff-based file editing.Last updated -1912,2684,054JavaScriptMIT License
- AsecurityAlicenseAqualityAllows Claude to execute terminal commands on your computer and perform file system operations including surgical code editing with diff-based replacements.Last updated -1912,2684TypeScriptMIT License
- AsecurityAlicenseAqualityA server that lets Claude desktop app execute terminal commands on your computer and edit files through Model Context Protocol, featuring command execution, process management, and advanced file operations.Last updated -1912,2683MIT License
- AsecurityFlicenseAqualityAn MCP server that leverages multiple Claude instances to provide enhanced responses by sending the same prompt to two separate instances and using a third to combine or select the best elements.Last updated -1JavaScript