1. Conduid
  2. AI
  3. desearch-server
MCP server · AI

desearch-server

A Model Context Protocol server with Desearch for real-time AI search, X search and web search.

Unclaimed ai
39Low

Scored 3 months ago · breakdown

About desearch-server

desearch-server is an MCP server published by git+Desearch-ai in the AI category: a Model Context Protocol server with Desearch for real-time AI search, X search and web search. It has been installed 0 times through Conduid.

Install

Install
npx desearch-mcp-server
Claude Code
claude mcp add desearch -- npx -y desearch-mcp-server
npx
npx -y desearch-mcp-server

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about desearch-server

Powered by Claude · Grounded in docs

I know everything about desearch-server. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

README

Desearch MCP Server

npm version

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 📋

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:

  1. Completely quit Cursor IDE
  2. 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:

  1. Open your Claude Desktop config:
code ~/Library/Application\ Support/Claude/claude_desktop_config.json

For Windows:

  1. 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:

  1. Completely quit Claude Desktop
  2. Start Claude Desktop again
  3. You can verify the server by checking status in Settings > Developer > desearch

Troubleshooting 🔧

Common Issues

  1. Server Not Found

    • Check Claude or Cursor Desktop configuration syntax
    • Ensure Node.js is installed
  2. 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
  3. 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"
    

README mirrored from the source repository 3 months ago. The original is authoritative.

Questions

About desearch-server

How do I install desearch-server?

Run npx desearch-mcp-server, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is desearch-server safe to use with an AI agent?

Its trust score is 39 out of 100 (low). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is desearch-server still maintained?

Conduid hasn't recorded a commit date for this repository yet. Check the repository directly for recent activity.