Discover and explore Model Context Protocol servers. Find the right integrations for your AI apps and agents.
Loading...
The Tavily MCP server enables AI systems like Claude to access real-time web search, data extraction, web mapping, and crawling capabilities through the Tavily API, providing tools such as `tavily-sea
Add this to your MCP client configuration:
{
"mcpServers": {
"tavily-ai-tavily-mcp": {
"command": "npx",
"args": [
"-y",
"tavily-mcp@0.2.4"
],
"env": {
"TAVILY_API_KEY": "<Your Tavily API key.>"
}
}
}
}{
"id": "tavily-ai-tavily-mcp",
"name": "Tavily",
"description": "The Tavily MCP server enables AI systems like Claude to access real-time web search, data extraction, web mapping, and crawling capabilities through the Tavily API, providing tools such as `tavily-sea",
"source_url": "https://github.com/tavily-ai/tavily-mcp",
"publisher_name": "tavily-ai",
"publisher_url": "https://github.com/tavily-ai",
"is_official": true,
"license": "",
"runtime": "node",
"downloads": 966178,
"requires_oauth": false,
"distribution": {
"type": "npm",
"package": "tavily-mcp"
},
"tools_count": 4
}