Parallel Task MCP for Claude Desktop
ai.parallel/task-mcp
An MCP server for deep research or task groups
client:Claude Desktop
transport:streamable-http
Install Parallel Task MCP in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"task-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://task-mcp.parallel.ai/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs