tavily-mcp
stdioUsed by 2 plugins
Installs mcp, the highest-starred plugin that provides this server
Install
1
Run in your terminal$
npx claudepluginhub huangdijia/cluade-code-plugins --plugin mcpDescription
Web search and information retrieval
Add to Your Project
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
Security Considerations
Requires secrets
This MCP server needs API keys or credentials. Configure them in your environment before use.
Command
npxAccess Level
write
Arguments
-ytavily-mcp@latest
Environment Variables
TAVILY_API_KEY=${TAVILY_API_KEY}Required Secrets
TAVILY_API_KEY