Tavily Search MCP Server Configuration & Usage Guide
Installationnpx
Risk LevelLow Risk
API KeyRequired
Clients3 supported
Tavily AI search engine, a search API optimized for AI Agents
Supported Clients
- Claude Desktop
- Cursor
- VS Code / Cline
Installation Command
npx -y tavily-mcpConfiguration Example
{
"mcpServers": {
"tavily": {
"command": "npx",
"args": [
"-y",
"tavily-mcp"
],
"env": {
"TAVILY_API_KEY": "<your-api-key>"
}
}
}
}Environment variable required:TAVILY_API_KEY。Do not commit these values to public repositories.
Permission Scope & Security Notes
只进行搜索查询,不修改任何数据,免费版每月 1000 次
- network-access
- credential-required
Risk Score:2/10
Common Errors
- API Key 无效
- 在 tavily.com 注册获取免费 API Key
- 超出配额
- 免费版每月 1000 次搜索,升级或等待下月
Sources
Recently Verified:2026-05-18。Client versions and configuration formats may change. Please refer to official documentation before use.