Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Production ready MCP server with real-time search, extract, map & crawl.
| Date | Stars |
|---|---|
| 2026-07-31 | 2279 |
| 2026-08-06 | 2302 |
Today
+23 stars today
This week
— stars this week
This month
— stars this month
Momentum
92.0
growth rate 0.00%/day
# Tavily MCP Server



The Tavily MCP server provides:
- search, extract, map, crawl tools
- Real-time web search capabilities through the tavily-search tool
- Intelligent data extraction from web pages via the tavily-extract tool
- Powerful web mapping tool that creates a structured map of website
- Web crawler that systematically explores websites
### 📚 Helpful Resources
- [Tutorial](https://medium.com/@dustin_36183/building-a-knowledge-graph-assistant-combining-tavily-and-neo4j-mcp-servers-with-claude-db92de075df9) on combining Tavily MCP with Neo4j MCP server
- [Tutorial](https://medium.com/@dustin_36183/connect-your-coding-assistant-to-the-web-integrating-tavily-mcp-with-cline-in-vs-code-5f923a4983d1) on integrating Tavily MCP with Cline in VS Code
## Remote MCP Server
Connect directly to Tavily's remote MCP server instead of running it locally. This provides a seamless experience without requiring local installation or configuration.
Simply use the remote MCP server URL with your Tavily API key:
```
https://mcp.tavily.com/mcp/?tavilyApiKey=<your-api-key>
```
Get your Tavily API key from [tavily.com](https://www.tavily.com/).
Alternatively, you can pass your API key through an Authorization header if the MCP client supports this:
```
Authorization: Bearer <your-api-key>
```
**Note:** When using the remote MCP, you can specify default parameters for all requests by including a `DEFAULT_PARAMETERS` header containing a JSON object with your desired defaults. Example:
```json
{"include_images":true, "search_depth": "basic", "max_results": 10}
```
## Connect to Claude Code
[Claude Code](https://docs.anthropic.com/en/docs/claude-code) is Anthropic's official CLI tool for Claude. You can add the Tavily MCP server using the `claude mcp add` command. There are two ways to authenticate:
#### Option 1: API Key in URL
Pass your API key directly in the URL. Replace `<your-api-key>` with your actual [Tavily API key](https://www.tavily.com/):
```bash
claude mcp add --transport http tavily https://mcp.tavily.com/mcp/?tavilyApiKey=<your-api-key>
```
#### Option 2: OAuth Authentication Flow
Add the server without an API key in the URL:
```bash
claude mcp add --transport http tavily https://mcp.tavily.com/mcp
```
After adding, you'll need to complete the authentication flow:
1. Run `claude` to start Claude Code
2. Type `/mcp` to open the MCP server management
3. Select the Tavily server and complete the authentication process
**Tip:** Add `--scope user` to either command to make the Tavily MCP server available globally across all your projects:
```bash
claude mcp add --transport http --scope user tavily https://mcp.tavily.com/mcp/?tavilyApiKey=<your-api-key>
```
Once configured, you'll have access to the Tavily search, extract, map, and crawl tools.
## Connect to Cursor
[](https://cursor.com/en/install-mcp?name=tavily-remote-mcp&config=eyJjb21tYW5kIjoibnB4IC15IG1jcC1yZW1vdGUgaHR0cHM6Ly9tY3AudGF2aWx5LmNvbS9tY3AvP3RhdmlseUFwaUtleT08eW91ci1hcGkta2V5PiIsImVudiI6e319)
Click the ⬆️ Add to Cursor ⬆️ button, this will do most of the work for you but you will still need to edit the configuration to add your API-KEY. You can get a Tavily API key [here](https://www.tavily.com/).
once you click the button you should be redirect to Cursor ...
### Step 1
Click the install button

### Step 2
You should see the MCP is now installed, if the blue slide is not already turned on, manually turn it on. You also need to edit the configuration to include your own Tavily API key.

### Step 3
You will then be redirected to your `mcp.json` file where you have to add `your-api-key`.
```json
{
"mcpServeExcerpt of 8,707 characters
Read on GitHub55
26
23
19
Cursor Agent
8
6
Rotem Weiss · Tavily AI · United States
5
3
3
3
3
1
1
1
1
Would you bet a product on this? Bounded 0–100 and slow moving.
matched fp:4c35f3a59bdb9a23, desc:mcp server