What is the Parallect MCP server?
Fan out deep research across multiple AI providers, synthesize into one unified report.
How to install Parallect
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Environment / auth
AuthorizationrequiredsecretBearer token for API authentication (e.g., Bearer par_live_...)
Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"parallect": {
"url": "https://parallect.ai/api/mcp/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"parallect": {
"serverUrl": "https://parallect.ai/api/mcp/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"parallect": {
"type": "http",
"url": "https://parallect.ai/api/mcp/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"parallect": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://parallect.ai/api/mcp/mcp"
]
}
}
}Claude Code
claude mcp add --transport http parallect https://parallect.ai/api/mcp/mcpRelated MCP servers
MCP server for OpenGraph.io API - fetch OG data, screenshots, scrape, and generate images
View repository →