MCP Tavily Extract
@algonacci
About MCP Tavily Extract
MCP server to give client the ability to extract a web page
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"tavily_extract": {
"command": "uv",
"args": [
"--directory",
"%USERPROFILE%/Documents/GitHub/mcp-tavily-extract",
"run",
"python",
"main.py"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is MCP Tavily Extract?
MCP Tavily Extract is an MCP server that gives an AI client the ability to extract a web page. It relies on a Tavily API key and is intended for developers building MCP‑powered tools that need to fetch and parse web content.
How to use MCP Tavily Extract?
Add the server configuration to your MCP config file, pointing to the local directory containing main.py and using uv as the command. Provide your TAVILY_API_KEY in a .env file. The server then exposes extraction functionality to any MCP client.
Key features of MCP Tavily Extract
- Enables web page extraction via the MCP protocol
- Uses Tavily’s API for reliable content scraping
- Simple setup using
uvand a Python script - Requires only a Tavily API key for authentication
Use cases of MCP Tavily Extract
- An AI assistant extracts article content from a URL to answer user questions
- Automate data collection from web pages for analysis or summarisation
- Provide rich context from web pages to large language models during a conversation
- Integrate web scraping directly into MCP‑based workflows
FAQ from MCP Tavily Extract
What does MCP Tavily Extract do?
It enables an MCP client to extract the textual content of a web page, presumably by calling the Tavily Extract API through the server.
How do I configure MCP Tavily Extract?
Add the JSON block shown in the README to your MCP config file, replacing the path with your local clone. Then create a .env file with TAVILY_API_KEY=your_key in the same directory as main.py.
What runtime does it require?
Python and uv (the Python package and project manager) must be installed on your system. The server runs as a Python script started by uv.
Where can I get a Tavily API key?
You need to sign up for a Tavily account at tavily.com. The key must be placed in the .env file; the server does not distribute or provide a key.
Are there any known limitations?
The README does not mention any limits on page size, request frequency, or supported content types. For details, consult the Tavily API documentation.
Frequently asked questions
What does MCP Tavily Extract do?
It enables an MCP client to extract the textual content of a web page, presumably by calling the Tavily Extract API through the server.
How do I configure MCP Tavily Extract?
Add the JSON block shown in the README to your MCP config file, replacing the path with your local clone. Then create a `.env` file with `TAVILY_API_KEY=your_key` in the same directory as `main.py`.
What runtime does it require?
Python and `uv` (the Python package and project manager) must be installed on your system. The server runs as a Python script started by `uv`.
Where can I get a Tavily API key?
You need to sign up for a Tavily account at tavily.com. The key must be placed in the `.env` file; the server does not distribute or provide a key.
Are there any known limitations?
The README does not mention any limits on page size, request frequency, or supported content types. For details, consult the Tavily API documentation.
Basic information
More Search MCP servers

Webz.io News Search
Webz.ioSearch global news using natural language. Webz.io News Search API returns the most relevant articles and content, with filters for source, country, language, date, sentiment, and category.
Goalie Trademark Search MCP
goalie-mcpSearch & filter 14M+ USPTO trademark records from an AI agent. This is a trademark MCP server, not a TSDR lookup.
Google Search Console MCP Server
ahonnA Model Context Protocol (MCP) server providing access to Google Search Console

QuanticData — Web Scraping MCP Server
quantumproxiesWeb scraping MCP server for AI agents: scrape any page to clean Markdown, SERP search (Google, Bing, DuckDuckGo), site crawl and map, 74 ready-made collectors and residential proxies. 25 tools, pay per success.
Baidu AI Search
baidubceappbuilder-sdk, 千帆AppBuilder-SDK帮助开发者灵活、快速的搭建AI原生应用
Comments