MCP Hub
Back to servers

Parallel Task MCP

A specialized MCP server designed to interface with Parallel's APIs for initiating deep research and managing batch task groups. It serves as both a development exploration tool and a bridge for running small-scale experiments with Parallel's automation capabilities.

Stars
8
Forks
4
Updated
Oct 10, 2025
Validated
Jan 11, 2026

Parallel Task MCP

The Parallel Task MCP allows initiating deep research or task groups directly from your favorite LLM client. It can be a great way to get to know Parallel’s different APIs by exploring their capabilities, but can also be used as a way to easily do small experiments while developing production systems using Parallel APIs. Please read our MCP docs here for more details.

Installation

The official installation instructions can be found here.

{
  "mcpServers": {
    "Parallel Task MCP": {
      "url": "https://task-mcp.parallel.ai/mcp"
    }
  }
}

Running locally

Running locally

This repo contains a proxy to the mcp which is hosted at: https://task-mcp.parallel.ai/mcp

How to run and test locally:

  1. wrangler dev
  2. npx @modelcontextprotocol/inspector
  3. Connect to server: http://localhost:8787/mcp

Reviews

No reviews yet

Sign in to write a review