- Explore MCP Servers
- mcp-desearch
Mcp Desearch
What is Mcp Desearch
mcp-desearch is a Model Context Protocol (MCP) server that enables clients like Claude or Cursor to perform real-time AI-powered searches on Twitter and the web using the Desearch AI.
Use cases
Use cases for mcp-desearch include conducting market research through social media analysis, enhancing customer support with real-time information retrieval, and integrating AI search capabilities into applications for improved user experience.
How to use
To use mcp-desearch, install it via npm or Smithery, configure it in your IDE (Cursor or Claude), and provide your Desearch API key. After configuration, restart your IDE to start using the server.
Key features
Key features of mcp-desearch include real-time AI search capabilities for Twitter and the web, relevant link generation, and summary provision for search results.
Where to use
mcp-desearch can be used in various fields such as software development, data analysis, social media monitoring, and any application requiring real-time AI search functionalities.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Mcp Desearch
mcp-desearch is a Model Context Protocol (MCP) server that enables clients like Claude or Cursor to perform real-time AI-powered searches on Twitter and the web using the Desearch AI.
Use cases
Use cases for mcp-desearch include conducting market research through social media analysis, enhancing customer support with real-time information retrieval, and integrating AI search capabilities into applications for improved user experience.
How to use
To use mcp-desearch, install it via npm or Smithery, configure it in your IDE (Cursor or Claude), and provide your Desearch API key. After configuration, restart your IDE to start using the server.
Key features
Key features of mcp-desearch include real-time AI search capabilities for Twitter and the web, relevant link generation, and summary provision for search results.
Where to use
mcp-desearch can be used in various fields such as software development, data analysis, social media monitoring, and any application requiring real-time AI search functionalities.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
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.
Prerequisites 📋
- An Desearch API Key
- Node.js (v18 or higher)
- Claude Desktop installed
- Cursor IDE
Installation 🛠️
NPM Installation
npm install -g desearch-mcp-server
Using Smithery
To install the Desearch MCP server for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @Desearch-ai/desearch --client claude
Or for Cursor IDE:
npx -y @smithery/cli install @Desearch-ai/desearch --client cursor
Configuration ⚙️
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.json
For Windows:
- Open your Claude Desktop configuration:
code %APPDATA%\Claude\claude_desktop_config.json
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 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_KEY
is valid - Check the
DESEARCH_API_KEY
is correctly set in the Cursor or Claude Desktop config - Verify that there are no spaces around the API key
- Confirm your
-
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"
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.