Parallel Tasks (verified)
Execute Parallel.ai Tasks in Parallel for extremely powerful data enrichment from the web
Quick Start
# Connect this server (installs CLI if needed)
npx -y smithery mcp add parallel/tasks
# Browse available tools
npx -y smithery tool list parallel/tasks
# Get full schema for a tool
npx -y smithery tool get parallel/tasks createMultitask
# Call a tool
npx -y smithery tool call parallel/tasks createMultitask '{}'Direct MCP Connection
Endpoint: https://tasks--parallel.run.tools
Tools (2)
createMultitask— Creates a new task group for batch processing. Responds with a URL in format https://task-mcp.parallel.ai/{taskGroupId}…getTaskGroupResultsMarkdown— Get Task Group Results as Markdown
# Get full input/output schema for a tool
npx -y smithery tool get parallel/tasks