<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Exa on ICE-ICE-BEAR-BLOG</title><link>https://ice-ice-bear.github.io/tags/exa/</link><description>Recent content in Exa on ICE-ICE-BEAR-BLOG</description><generator>Hugo -- gohugo.io</generator><language>en</language><lastBuildDate>Thu, 16 Apr 2026 00:00:00 +0900</lastBuildDate><atom:link href="https://ice-ice-bear.github.io/tags/exa/index.xml" rel="self" type="application/rss+xml"/><item><title>Exa MCP Server — AI-Powered Web Search for Every AI IDE</title><link>https://ice-ice-bear.github.io/posts/2026-04-16-exa-mcp-server/</link><pubDate>Thu, 16 Apr 2026 00:00:00 +0900</pubDate><guid>https://ice-ice-bear.github.io/posts/2026-04-16-exa-mcp-server/</guid><description>&lt;img src="https://ice-ice-bear.github.io/" alt="Featured image of post Exa MCP Server — AI-Powered Web Search for Every AI IDE" /&gt;&lt;h2 id="overview"&gt;Overview
&lt;/h2&gt;&lt;p&gt;&lt;a class="link" href="https://github.com/exa-labs/exa-mcp-server" target="_blank" rel="noopener"
 &gt;exa-labs/exa-mcp-server&lt;/a&gt; (4,251 stars) is an MCP server that gives AI assistants real-time web search capabilities. It works with virtually every major AI IDE: Claude Code, Cursor, VS Code, Codex, Gemini CLI, Windsurf, Zed, Warp, Kiro, Roo Code, v0, and more. The hosted endpoint at &lt;code&gt;https://mcp.exa.ai/mcp&lt;/code&gt; means one URL works everywhere with zero setup.&lt;/p&gt;
&lt;h2 id="architecture"&gt;Architecture
&lt;/h2&gt;&lt;pre class="mermaid" style="visibility:hidden"&gt;flowchart LR
 A["AI Assistant&amp;lt;br/&amp;gt;Claude, Cursor, etc."] --&gt; B["MCP Protocol"]
 B --&gt; C["Exa MCP Server"]
 C --&gt; D["Web Search"]
 C --&gt; E["Code Search"]
 C --&gt; F["Company Research"]
 D --&gt; G["Clean Results"]
 E --&gt; G
 F --&gt; G
 G --&gt; A&lt;/pre&gt;&lt;h2 id="available-tools"&gt;Available Tools
&lt;/h2&gt;&lt;p&gt;The server exposes three main MCP tools:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;&lt;code&gt;web_search_exa&lt;/code&gt;&lt;/strong&gt; — General web search with AI-optimized results&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;code&gt;web_fetch_exa&lt;/code&gt;&lt;/strong&gt; — Fetch and extract clean content from any URL&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;code&gt;web_search_advanced_exa&lt;/code&gt;&lt;/strong&gt; — Advanced search with filters for domain, date range, and content type&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="setup"&gt;Setup
&lt;/h2&gt;&lt;p&gt;The easiest path is the hosted MCP endpoint. Just add this URL to your AI IDE&amp;rsquo;s MCP configuration:&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-fallback" data-lang="fallback"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;https://mcp.exa.ai/mcp
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;No local server needed. It works everywhere that supports the MCP protocol.&lt;/p&gt;
&lt;p&gt;For self-hosted setups, the TypeScript codebase can be cloned and run locally.&lt;/p&gt;
&lt;h2 id="pre-built-claude-skills"&gt;Pre-Built Claude Skills
&lt;/h2&gt;&lt;p&gt;Exa provides pre-built Claude Skills for common research workflows:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Company research&lt;/strong&gt; — Deep-dive into any company&amp;rsquo;s products, funding, team, and tech stack&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Competitive analysis&lt;/strong&gt; — Compare companies across dimensions with real-time data&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="ide-support"&gt;IDE Support
&lt;/h2&gt;&lt;p&gt;The breadth of IDE support is impressive. Every major AI coding environment is covered: Cursor, VS Code (Copilot), Claude Desktop, Claude Code, OpenAI Codex, Windsurf, Zed, Warp, Kiro, Roo Code, v0, and more. The hosted MCP approach means adding support for a new IDE is just a configuration change.&lt;/p&gt;
&lt;h2 id="takeaway"&gt;Takeaway
&lt;/h2&gt;&lt;p&gt;Exa MCP Server solves a real pain point: AI assistants that can write code but can&amp;rsquo;t search the web for current documentation or APIs. The hosted MCP endpoint at a single URL removes the friction of running a local server, making it practical to add web search to any AI workflow.&lt;/p&gt;</description></item></channel></rss>