Compatible with both Cursor and Claude Desktop!

Tavily MCP is also compatible with any MCP client.

Check out our tutorial on combining Tavily MCP with Neo4j MCP server!

The Model Context Protocol (MCP) is an open standard that enables AI systems to interact seamlessly with various data sources and tools, facilitating secure, two-way connections.

Developed by Anthropic, the Model Context Protocol (MCP) enables AI assistants like Claude to seamlessly integrate with Tavily’s advanced search and data extraction capabilities. This integration provides AI models with real-time access to web information, complete with sophisticated filtering options and domain-specific search features.

Prerequisites

Installation Methods

npx -y tavily-mcp@0.1.3

Although you can launch a server on its own, it’s not particularly helpful in isolation. Instead, you should integrate it into an MCP client.

Configuring MCP Clients

Note: Requires Cursor version 0.45.6 or higher

To set up the Tavily MCP server in Cursor:

  1. Open Cursor Settings
  2. Navigate to Features > MCP Servers
  3. Click on the ”+ Add New MCP Server” button
  4. Fill out the following information:
    • Name: Enter a nickname for the server (e.g., “tavily-mcp”)
    • Type: Select “command” as the type
    • Command: Enter the command to run the server:
      env TAVILY_API_KEY=tvly-YOUR_API_KEY npx -y tavily-mcp@0.1.3
      
      Replace tvly-YOUR_API_KEY with your Tavily API key from app.tavily.com/home

Usage Examples

Troubleshooting

Acknowledgments