什么是 Parallel Task MCP?
用于深度研究或任务分组的 MCP 服务器,支持并行处理多个研究主题与工作流。
README
Parallel Task MCP
Deep research and data enrichment from your AI assistant.
Research a question or enrich a small dataset, then retrieve the results without leaving your agent. Parallel hosts the service; you do not need to run this repository to use it.
Task MCP requires a Parallel account and authentication. Unlike the free Search MCP, creating research or enrichment tasks is billable. Review Task API pricing before starting work.
Setup documentation · Get an API key · Task MCP documentation
Manual setup
Choose one connection method for your client. Reuse an existing connection to this endpoint rather than adding it twice.
Claude Code
Run this in the project where you want to use Parallel:
claude mcp add --transport http --scope project parallel-task https://task-mcp.parallel.ai/mcp
Start a new Claude Code session, run /mcp, and complete the Parallel sign-in in your browser when prompted.
Codex
Make your API key available as PARALLEL_API_KEY in the environment that launches Codex, then run:
codex mcp add parallel-task --url https://task-mcp.parallel.ai/mcp \
--bearer-token-env-var PARALLEL_API_KEY
Start a new Codex session and run /mcp to check the connection. The configuration references the environment variable, not the key itself. Do not commit API keys to configuration files or paste them into a conversation. For OAuth instead, see the Codex setup instructions.
Cursor, VS Code, and other clients
Use this server URL with HTTP / Streamable HTTP transport:
https://task-mcp.parallel.ai/mcp
For Cursor, merge this into your MCP configuration:
{
"mcpServers": {
"parallel-task": {
"url": "https://task-mcp.parallel.ai/mcp"
}
}
}
Complete the Parallel sign-in when prompted. Clients without compatible OAuth support can use a Parallel API key as a Bearer token in the Authorization header; use the client's secure credential settings rather than hardcoding the key in a shared file.
VS Code uses a top-level servers object, not mcpServers. Follow the client-specific setup instructions for its configuration format and authentication options.
Available tools
| Tool | What it does |
|---|---|
createDeepResearch | Starts a research job for a question that needs a detailed, sourced answer. |
createTaskGroup | Starts enrichment jobs for a list of inputs using a common output schema. |
getStatus | Checks whether a run or group is still active. |
getResultMarkdown | Retrieves research or enrichment output as Markdown. |
Verify the connection by checking that these four tools are available. You do not need to start a paid job just to check installation.
Try it
Research a company:
Use
createDeepResearchto research Parallel Web Systems (https://parallel.ai). Write a company brief covering its products, target customers, and publicly announced funding. Cite your sources and flag anything you cannot verify.
Enrich a list of companies:
Use
createTaskGroupto enrich these three companies: Parallel Web Systems (https://parallel.ai), Google (https://google.com), and Apple (https://apple.com). Return one row per company with its official company name, website, headquarters, founding year, and a one-sentence product description. Include source URLs and leave any fields you cannot verify blank.
Research and enrichment run asynchronously:
- Start the job once and keep its run or group ID.
- Use
getStatusto check progress while continuing other work. - Once complete, use
getResultMarkdownto retrieve and analyze the output.
If your client does not continue automatically, ask it to check the existing job in a follow-up message. Do not create another job just to check progress. See the workflow guide for more examples.
Troubleshooting
- Tools are missing: start a new agent session, check the MCP connection list, and confirm the URL is
https://task-mcp.parallel.ai/mcp. - Authentication fails: complete browser sign-in, or check that your client can access a valid API key. For the Codex command above,
PARALLEL_API_KEYmust be present in the environment that launches Codex. - Insufficient credits / HTTP 402: check your balance at platform.parallel.ai before starting another task.
- No results yet: check the existing ID with
getStatus; starting a job does not wait for completion. - Still stuck: see the troubleshooting guide or open an issue. Include your client, version, and error message, but leave out credentials and private task inputs or outputs.
Privacy, support, and security
Task inputs are sent to Parallel to run the requested research or enrichment. Hosted service usage is governed by the Customer Terms and Privacy Policy.
For product support, contact support@parallel.ai.
Running the proxy locally
From a checkout of this repository, with Node.js and npm available:
- Run
npm install. - Run
npx wrangler devand leave it running. - In another terminal, run
npx @modelcontextprotocol/inspector. - Connect the Inspector to
http://localhost:8787/mcpusing Streamable HTTP.
The local proxy still calls the hosted service. Authentication and task charges still apply; this is not an offline task runner.
常见问题
Parallel Task MCP 是什么?
用于深度研究或任务分组的 MCP 服务器,支持并行处理多个研究主题与工作流。
相关 Skills
MCP构建
by anthropics
聚焦高质量 MCP Server 开发,覆盖协议研究、工具设计、错误处理与传输选型,适合用 FastMCP 或 MCP SDK 对接外部 API、封装服务能力。
✎ 想让 LLM 稳定调用外部 API,就用 MCP构建:从 Python 到 Node 都有成熟指引,帮你更快做出高质量 MCP 服务器。
Slack动图
by anthropics
面向Slack的动图制作Skill,内置emoji/消息GIF的尺寸、帧率和色彩约束、校验与优化流程,适合把创意或上传图片快速做成可直接发送的Slack动画。
✎ 帮你快速做出适配 Slack 的动图,内置约束规则和校验工具,少踩上传与播放坑,做表情包和演示都更省心。
接口测试套件
by alirezarezvani
扫描 Next.js、Express、FastAPI、Django REST 的 API 路由,自动生成覆盖鉴权、参数校验、错误码、分页、上传与限流场景的 Vitest 或 Pytest 测试套件。
✎ 帮你把API与集成测试自动化跑顺,减少回归漏测;能力全面,尤其适合复杂接口场景的QA团队。
相关 MCP Server
Slack 消息
编辑精选by Anthropic
Slack 是让 AI 助手直接读写你的 Slack 频道和消息的 MCP 服务器。
✎ 这个服务器解决了团队协作中需要 AI 实时获取 Slack 信息的痛点,特别适合开发团队让 Claude 帮忙汇总频道讨论或发送通知。不过,它目前只是参考实现,文档有限,不建议在生产环境直接使用——更适合开发者学习 MCP 如何集成第三方服务。
by netdata
io.github.netdata/mcp-server 是让 AI 助手实时监控服务器指标和日志的 MCP 服务器。
✎ 这个工具解决了运维人员需要手动检查系统状态的痛点,最适合 DevOps 团队让 Claude 自动分析性能数据。不过,它依赖 NetData 的现有部署,如果你没用过这个监控平台,得先花时间配置。
by d4vinci
Scrapling MCP Server 是专为现代网页设计的智能爬虫工具,支持绕过 Cloudflare 等反爬机制。
✎ 这个工具解决了爬取动态网页和反爬网站时的头疼问题,特别适合需要批量采集电商价格或新闻数据的开发者。不过,它依赖外部浏览器引擎,资源消耗较大,不适合轻量级任务。