Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.autosearch.dev/llms.txt

Use this file to discover all available pages before exploring further.

AutoSearch is an MCP server that gives your AI agent access to 40 real search channels: academic databases, developer platforms, Chinese social media, and Linux DO forum coverage. Every result is cited and deduplicated. No hallucination. Works with Claude Code, Cursor, and any MCP-compatible client.

Install

npx autosearch-ai
init auto-detects your LLM providers and registers AutoSearch with your MCP-capable AI clients automatically. For Claude Code that uses claude mcp add (writing to ~/.claude.json); for Cursor / Zed it writes to the per-client MCP config file.

What you get

40 Search Channels

arxiv, PubMed, GitHub, Hacker News, Reddit, Linux DO, Xiaohongshu, Weibo, Twitter, Douyin, and more — English and Chinese, free and paid tiers.

22 MCP Tools

run_channel, delegate_subtask, consolidate_research, citation management, deep research loops, and more.

5 Search Modes

academic / news / chinese_ugc / developer / product — auto-detected from the query, or set manually.

Cited Results

Every result includes source URL. No invented facts. Runs BM25 + SimHash dedup to surface the best results.

Quick example

Once AutoSearch is running as your MCP server, your agent can do:
run_clarify("latest transformer architectures for long-context 2026")
→ delegate_subtask(["arxiv", "papers", "hackernews"], query)
→ consolidate_research(evidence)
→ citation_export(format="markdown")

Next steps

Installation

Full install guide — MCP config, optional channels, troubleshooting

Channels

All 40 channels with tier, languages, and requirements

MCP Clients

Config samples for Claude Code, Cursor, and others

Quickstart

First search in 5 minutes