tavily-search MCP server
Overview
The tavily-search MCP server is a project that utilizes the Tavily API to perform searches based on specified queries and return results in text format, which include AI responses, URIs, and titles.
To use the tavily-search MCP server, clone the repository, configure the server with your Tavily API key, and restart the application. You can then issue search queries via the Claude Desktop application.
- Integrates with the Tavily API for web searching. - Supports both basic and advanced search depths. - Returns structured search results including text responses and relevant links. - Capable of running locally using Docker for non-Windows/MacOS environments.
- Retrieving local events based on user queries.
- Conducting internet searches efficiently through an AI interface.
- Enhancing research capabilities by fetching web-based information.
Add to your AI client
Use these steps to connect tavily-search MCP server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"mcp-server-tavily-tomatio13": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-tavily-tomatio13"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"mcp-server-tavily-tomatio13": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-tavily-tomatio13"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"mcp-server-tavily-tomatio13": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-tavily-tomatio13"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"mcp-server-tavily-tomatio13": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-tavily-tomatio13"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-server-tavily-tomatio13": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-tavily-tomatio13"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"mcp-server-tavily-tomatio13": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-tavily-tomatio13"
]
}
}
}FAQ
Can the MCP server perform searches in multiple languages?
Yes, the server supports queries in various languages depending on the Tavily API.
Is there a way to customize the search depth?
Yes, you can specify the search depth (basic or advanced) when performing a search.
What are the system requirements?
You need to have access to Claude Desktop and Docker for certain setups.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":153,"uuid":"6839d6a6-5138-4da5-afca-52a3f1d71681","name":"mcp-server-tavily","title":"tavily-search MCP server","description":"","avatar_url":"https://avatars.githubusercontent.com/u/68492663?v=4","created_at":"$D2024-12-13T09:01:32.870Z","updated_at":"$D2024-12-13T12:28:11.794Z","status":"created","author_name":"Tomatio13","author_avatar_url":"https://avatars.githubusercontent.com/u/68492663?v=4","tags":"[]","category":"research-and-data","is_featured":false,"sort":1,"url":"https://github.com/Tomatio13/mcp-server-tavily","target":"_self","content":"$29","summary":"$2a","img_url":"https://camo.githubusercontent.com/492c5a200830445e97c50ea49f05bc862760a2864851a55f8b24e759d1738c88/68747470733a2f2f676c616d612e61692f6d63702f736572766572732f7330686b61367a6e65792f6261646765","type":null,"metadata":"{\"star\":\"36\",\"license\":\"MIT license\",\"language\":\"Python\",\"is_official\":false,\"latest_commit_time\":\"2025-02-09 21:46:30\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]