# Desearch AI (verified)

Enable real-time AI-powered search capabilities including Twitter (X) and web search directly within your LLM applications. Access relevant links and summaries instantly to enhance your AI workflows.…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add Desearch-ai/desearch

# Browse available tools
npx -y @smithery/cli@latest tool list Desearch-ai/desearch

# Get full schema for a tool
npx -y @smithery/cli@latest tool get Desearch-ai/desearch ai-search

# Call a tool
npx -y @smithery/cli@latest tool call Desearch-ai/desearch ai-search '{}'
```

## Tools (2)

- `ai-search` — Real-time AI search and analysis on web using Desearch AI
- `x-search` — Search the X (Twitter) using Desearch AI - performs real-time tweet search on X.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get Desearch-ai/desearch <tool-name>
```

---

Source: https://github.com/Desearch-ai/mcp-desearch | License: MIT
