Stats
Actions
Tags
From mcp
Connects to the Tavily search API for AI-optimized web searches, factual results, and research tools. Runs locally as stdio subprocess, requires TAVILY_API_KEY.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"tavily-mcp": {
"command": "npx",
"args": [
"-y",
"tavily-mcp@latest"
],
"env": {
"TAVILY_API_KEY": "${TAVILY_API_KEY}"
}
}
}
}Replace placeholder values for: TAVILY_API_KEY
Review these signals before enabling this server
This MCP server needs API keys or credentials. Configure them in your environment before use.
Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Environment variables set when the server starts
TAVILY_API_KEY=${TAVILY_API_KEY}Sensitive values you must provide — never committed to source control
npx claudepluginhub huangdijia/oh-my-claude-code-plugins --plugin mcp