Skip to content
Cursor

tavily mcp for Cursor

io.github.tavily-ai/tavily-mcp

MCP server for advanced web search using Tavily

client:Cursor transport:stdio runtime:npm

Install tavily mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "tavily-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "tavily-mcp"
      ],
      "env": {
        "TAVILY_API_KEY": "<TAVILY_API_KEY>",
        "DEFAULT_PARAMETERS": "<DEFAULT_PARAMETERS>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

tavily mcp in other clients