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.
Servers in this bundle (6)
- Perplexity Ask · Perplexity · AI
Web-aware Q&A via the Perplexity API — get cited answers with source URLs.
- Exa Search · Exa · AI
Neural web search via the Exa API — semantic search, content extraction, find-similar.
- Tavily Search · Tavily · AI
AI-optimised web search via the Tavily API — concise top-result extraction, JSON-first.
- Wolfram Alpha · Community · AI
Computational + factual queries via the Wolfram Alpha API — math, science, factual lookups.
- Memory · Anthropic · AI
Knowledge-graph memory — store entities, observations, and relations across conversations.
- Sequential Thinking · Anthropic · AI
Structured chain-of-thought scaffolding — the model writes its own multi-step plan as MCP calls.