MCP server for parallel execution of shell commands and AI agents (Claude, Gemini, Codex) across lists of items
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"par5-mcp": {
"command": "npx",
"args": [
"-y",
"mathematic-inc/par5-mcp"
]
}
}
}
Run in terminal:
claude mcp add par5-mcp npx -y mathematic-inc/par5-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"par5-mcp": {
"command": "npx",
"args": [
"-y",
"mathematic-inc/par5-mcp"
]
}
}
}