Web search, papers, scraping and synthesis — how Claude reads the outside world.
Apify's MCP server exposing thousands of ready-made scrapers for social media, search engines, maps, and e-commerce.
Why write a scraper when five thousand already exist? Rent the long tail instead.
claude mcp add apify -- npx -y @apify/actors-mcp-serverLocal MCP server for arXiv literature work: search, section-level reads of original LaTeX, BibTeX, topic watches.
Papers stay on disk and Claude reads the LaTeX, not a mangled PDF. Serious literature-review kit.
claude mcp add arxiv -- uvx arxiv-mcp-serverBrave's official MCP server for the Brave Search API: web, news, image, and local search.
Replaced the archived reference server, and it's the cheapest way to give Claude a real search index.
claude mcp add brave-search -- npx -y @brave/brave-search-mcp-serverWeb search through DuckDuckGo with content fetching and parsing. No API key required.
The zero-signup option. When you refuse to manage another API key, this is the fallback that works.
claude mcp add duckduckgo -- uvx duckduckgo-mcp-serverExa's official MCP server: semantic web search and crawling built for AI agents, with company and code search.
Search built for models, not humans. The results read like context, not ten blue links.
claude mcp add exa -- npx -y exa-mcp-serverWeb scraping and search MCP server from Firecrawl. Scrape, crawl, and extract structured data from any site.
The default answer when Claude needs a whole site, not a page. Handles the JavaScript mess for you.
claude mcp add firecrawl -- npx -y firecrawl-mcpKagi's official MCP server for Kagi Search and summarizer tools.
Ad-free search results are quietly better inputs for a model. Kagi subscribers should not skip this.
claude mcp add kagi -- uvx kagimcpTurns Claude into a data-scientist assistant: load CSVs and run exploratory analysis scripts against them.
Point it at a mystery CSV and let Claude do the tedious first hour of every analysis.
git clone https://github.com/reading-plus-ai/mcp-server-data-exploration && python setup.pyReference MCP server that fetches web pages and converts them to markdown for efficient LLM consumption.
The plainest tool in the official repo and still one of the most used. URL in, markdown out.
claude mcp add fetch -- uvx mcp-server-fetchRetrieves transcripts from YouTube videos for summarization and analysis.
Half the internet's knowledge is trapped in hour-long videos. This is the crowbar.
npx -y @smithery/cli install @kimtaeyoon83/mcp-server-youtube-transcript --client claudeSearches and downloads papers across arXiv, PubMed, bioRxiv, Semantic Scholar, OpenAlex, Crossref, and more.
Twenty-odd academic sources behind one tool call. The shotgun approach to literature search, usefully so.
npx -y @smithery/cli install @openags/paper-search-mcp --client claudeOfficial Perplexity MCP server adding real-time web search, reasoning, and deep research via the Sonar API.
An answer engine inside your answer engine. Oddly effective for questions Claude would otherwise hedge on.
claude mcp add perplexity -- npx -y @perplexity-ai/mcp-serverSearch, access, and analyze PubMed biomedical articles through MCP, including metadata and PDF retrieval.
Narrow and deep beats broad and shallow for biomedical work. This is the narrow-and-deep option.
npx -y @smithery/cli install @JackKuo666/pubmed-mcp-server --client claudeStructured step-by-step reasoning tool that lets Claude decompose and revise complex problems.
Makes long chains of reasoning inspectable instead of buried in one opaque answer.
claude mcp add sequential-thinking -- npx -y @modelcontextprotocol/server-sequential-thinkingReal-time web search, extract, map, and crawl via Tavily's search API, purpose-built for LLM agents.
The search API the agent frameworks standardized on. Generous free tier, boring in the good way.
claude mcp add tavily -- npx -y tavily-mcp@latestRetrieves Wikipedia articles, summaries, and sections to ground LLM answers in citable facts.
Unglamorous and constantly useful. Grounding claims against Wikipedia kills a whole class of hallucinations.
pipx install wikipedia-mcp