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. The official installation ins
npx mdskills install parallel-web/task-mcp@parallel-web? Sign in with GitHub to claim this listing.Minimal documentation lacks tool descriptions and API details needed to evaluate capabilities
1# Parallel Task MCP23The **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](https://docs.parallel.ai/integrations/mcp/getting-started) for more details.45## Installation67The official installation instructions can be found [here](https://docs.parallel.ai/integrations/mcp/installation).89```json10{11 "mcpServers": {12 "Parallel Task MCP": {13 "url": "https://task-mcp.parallel.ai/mcp"14 }15 }16}17```1819## Running locally2021<details><summary>Running locally</summary>2223This repo contains a proxy to the mcp which is hosted at: https://task-mcp.parallel.ai/mcp2425How to run and test locally:26271. `wrangler dev`282. `npx @modelcontextprotocol/inspector`293. Connect to server: http://localhost:8787/mcp3031</details>32
Full transparency — inspect the skill content before installing.