- Home
- MCP servers
- Desearch
Desearch
- javascript
1
GitHub Stars
javascript
Language
6 months ago
First Indexed
2 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
Installation
Add the following to your MCP client configuration file.
Configuration
View docs{
"mcpServers": {
"desearch-ai-mcp-desearch": {
"command": "desearch-mcp-server",
"args": [],
"env": {
"DESEARCH_API_KEY": "your-api-key"
}
}
}
}You run a Desearch MCP Server to enable real-time AI X search and web search through clients like Claude Desktop and Cursor IDE. This server exposes tools for AI Search and X Search, letting your applications query Desearch data sources and receive actionable results through the MCP protocol.
How to use
Connect with an MCP client by pointing it to your Desearch MCP Server configuration. Once connected, you can initiate searches that leverage real-time AI Twitter and web results, including relevant links and summaries. Use the client’s MCP integration to trigger AI Search and X Search actions, and review results returned by the server in your usual workflow.
How to install
Prerequisites you need before installing this MCP server are clear and straightforward.
Install the MCP server globally using npm.
npm install -g desearch-mcp-server
Additional sections
Configuration details below show how to enable the Desearch MCP server for your MCP clients. This includes environment variable setup and how to verify the server status after starting.
Explicit server configuration for an MCP client is provided. Use the exact JSON snippet to register the Desearch MCP server in your MCP client settings.
Security considerations: protect your API key and avoid sharing your configuration publicly. Use separate API keys for development and production environments where possible.
Troubleshooting tips cover common issues like server connectivity and API key validity, plus instructions to review logs for diagnosing problems.
Client configuration snippets
{
"mcpServers": {
"desearch": {
"command": "desearch-mcp-server",
"env": {
"DESEARCH_API_KEY": "your-api-key"
}
}
}
}
Available tools
AI Search
Performs real-time AI Twitter and web searches with relevant links and a summary.
X Search
Performs real-time tweet searches on X.