Bundle

Research workflow

Deep-dive research without tab chaos: Perplexity and Exa for answers with citations, Tavily for broad web search, Wolfram Alpha for hard numbers, plus memory and step-by-step reasoning to keep long investigations coherent.

6 servers · created Jun 11, 2026

Install all of them at once

Drop into your claude_desktop_config.json or Cursor MCP settings. Replace the ${…} placeholders with your own values.

{
  "mcpServers": {
    "perplexity-ask": {
      "command": "npx",
      "args": [
        "-y",
        "server-perplexity-ask"
      ],
      "env": {
        "PERPLEXITY_API_KEY": "${PPLX_KEY}"
      }
    },
    "exa": {
      "command": "npx",
      "args": [
        "-y",
        "exa-mcp-server"
      ],
      "env": {
        "EXA_API_KEY": "${EXA_API_KEY}"
      }
    },
    "memory": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-memory"
      ]
    },
    "sequential-thinking": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-sequential-thinking"
      ]
    }
  }
}

Or install one-by-one

npx -y server-perplexity-ask
npm install -g exa-mcp-server
npm install -g tavily-mcp
uvx mcp-wolfram-alpha
npm install -g @modelcontextprotocol/server-memory
npm install -g @modelcontextprotocol/server-sequential-thinking

Like this stack? Build your own.

Free account, 30 seconds. Save servers, ship public or private bundles, install one-click into Claude Desktop or Cursor.

Sign in to create →

Servers in this bundle (6)