MCP ServerΒΆ
tavily-fastmcp
Equivalent module invocation:
python -m tavily_fastmcp.server --transport stdio
For local clients, pass credentials through the client environment rather than hard-coding them into repository files:
{
"mcpServers": {
"tavily-fastmcp": {
"command": "python",
"args": ["-m", "tavily_fastmcp.server", "--transport", "stdio"],
"env": {
"TAVILY_API_KEY": "${TAVILY_API_KEY}"
}
}
}
}
The server exposes:
tavily.healthtavily.catalogtavily.searchtavily.extracttavily.maptavily.crawltavily.researchtavily.get_research