Desearch MCP Server
OfficialClick on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Desearch MCP Serversearch for latest AI developments on X"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Desearch MCP Server
A Model Context Protocol (MCP) server lets clients like Claude or Cursor use the Desearch AI for real-time AI X search and web search.
Tools
The Desearch MCP server includes the following tools:
AI Search: Performs real-time AI Twitter and web searches with relevant links and summary.
X Search: Real-time tweet search on X.
Related MCP server: grok-mcp-server
Prerequisites 📋
Node.js (v18 or higher)
Claude Desktop installed
Installation 🛠️
NPM Installation
npm install -g desearch-mcp-serverUsing Smithery
To install the Desearch MCP server for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @Desearch-ai/desearch --client claudeOr for Cursor IDE:
npx -y @smithery/cli install @Desearch-ai/desearch --client cursorConfiguration ⚙️
1. Configure Cursor IDE to run the Desearch MCP server
Open Cursor IDE, access command palette Cmd+Shift+P or Ctrl+Shift+P, and search for Open MCP Settings. Click on Add new global MCP server to open the mcp.json file.
2. Add the Desearch server configuration:
{
"mcpServers": {
"desearch": {
"command": "desearch-mcp-server",
"env": {
"DESEARCH_API_KEY": "your-api-key"
}
}
}
}Replace your-api-key with your actual Desearch API key from console.desearch.ai/api-keys.
3. Restart Cursor IDE
For the changes to take effect:
Completely quit Cursor IDE
Start Cursor IDE again
1. Configure Claude Desktop to run the Desearch MCP server
Open the Claude Desktop app and enable Developer Mode from the top-left menu bar.
Once enabled, open Settings (also from the top-left menu bar) and navigate to the Developer Option, where you'll find the Edit Config button. Clicking it will open the claude_desktop_config.json file, allowing you to make the necessary edits.
OR (if you want to open claude_desktop_config.json from terminal)
For macOS:
Open your Claude Desktop config:
code ~/Library/Application\ Support/Claude/claude_desktop_config.jsonFor Windows:
Open your Claude Desktop configuration:
code %APPDATA%\Claude\claude_desktop_config.json2. Add the Desearch server configuration:
{
"mcpServers": {
"desearch": {
"command": "desearch-mcp-server",
"env": {
"DESEARCH_API_KEY": "your-api-key"
}
}
}
}Replace your-api-key with your actual Desearch API key from console.desearch.ai/api-keys.
3. Restart Claude Desktop
For the changes to take effect:
Completely quit Claude Desktop
Start Claude Desktop again
You can verify the server by checking status in Settings > Developer > desearch
Troubleshooting 🔧
Common Issues
Server Not Found
Check Claude or Cursor Desktop configuration syntax
Ensure Node.js is installed
API Key Issues
Confirm your
DESEARCH_API_KEYis validCheck the
DESEARCH_API_KEYis correctly set in the Cursor or Claude Desktop configVerify that there are no spaces around the API key
Connection Issues
Restart Claude Desktop or Cursor IDE completely
Check Claude Desktop logs:
# macOS tail -n 50 -f ~/Library/Logs/Claude/mcp*.log # Windows type "%APPDATA%\Claude\logs\mcp*.log"
This server cannot be deployed
Maintenance
Related MCP Connectors
Real-time web search for AI agents: ranked results, source URLs, and optional AI answers.
11Real-time web search, reasoning, and research through Perplexity's API
Search public social posts and web results from AI assistants.
Web search, fetch, extract, and research for AI agents. Markdown output + AI-synthesized answers.
Related MCP Servers
- AlicenseBqualityDmaintenanceEnables searching X (formerly Twitter) using xAI's Responses API with support for filtering by handles, date ranges, and media understanding, returning structured results with citations.111 npm1MIT
- AlicenseNot gradedqualityDmaintenanceSearch X (formerly Twitter) in real-time from your AI assistant using xAI's Grok API, with no X API account required.22 npmMIT
- AlicenseAqualityDmaintenanceEnables real-time search of X.com (Twitter) posts, users, threads, and trends via xAI's Grok API, directly from Claude.53MIT
- FlicenseNot gradedqualityDmaintenanceEnables real-time search of X (Twitter) posts, user timelines, and trends using either xAI's Responses API or the official X API v2.4-