A comprehensive search API for real-time web search, data extraction, and crawling, requiring a Tavily API key.
Tavily MCP Server implementation that uses fastmcp and supports both sse and stdio transports. To use this server, you need a Tavily account and a Tavily API key, which must be loaded into the TAVILY_API_KEY
environment variable.
The Tavily MCP server provides:
To install uv in Linux and MacOS type this in your terminal:
curl -LsSf https://astral.sh/uv/install.sh | sh
Copy the .env.example
file and rename that to .env
. Then paste your TAVILY_API_KEY
inside there
TAVILY_API_KEY=<YOUR-API-KEY>
Optional: You can also configure the port if you are planning to use SSE.
TAVILY_MCP_PORT=<PORT>
While inside the repo run:
uv run --env-file .env tavily-mcp-sse
{
"mcpServers": {
"tavily-mcp-server": {
"command": "uv",
"args": [
"run",
"--directory",
"<LOCATION-TO-THE-REPO>",
"tavily-mcp-stdio"
],
"env": {
"TAVILY_API_KEY": "<YOUR-API-KEY>"
}
}
}
}
First you need to build the image using the Dockerfile
inside this repository. Run this to build the image:
docker build -t tavily-mcp .
Then you can run the container using the environment variables inside the env file
docker run --name tavily-mcp \
-p 127.0.0.1:8000:8000 \
--env-file .env \
tavily-mcp
Or you can specify the environment variables yourself.
docker run --name tavily-mcp \
-p 127.0.0.1:8000:8000 \
-e TAVILY_API_KEY=<YOUR-API-KEY>
tavily-mcp
Provides comprehensive import and export trade data query functions, including trend analysis, product statistics, and geographic distribution.
An MCP server for accessing Ragie's knowledge base retrieval capabilities.
Provides stock screening and fundamental analysis using Finviz data. Requires a Finviz Elite subscription.
Search for Google images, view results, and download them directly within your IDE.
All-in-One SEO & Web Intelligence Toolkit API from FetchSERP.
A server for travel planning and interacting with Google Maps services.
A server for Google search and webpage content extraction, built on Cloudflare Workers with OAuth support.
A full-text search server for Jewish texts and literature.
Access person, company, school, location, job title, and skill data using the People Data Labs API.
Search for icons from the Hugeicons library and get usage documentation.