MCP Tavily Extract
@algonacci
About MCP Tavily Extract
MCP server to give client the ability to extract a web page
Basic information
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.
More Search MCP servers
Brave Search MCP Server
mikechaoAn MCP Server implementation that integrates the Brave Search API, providing, Web Search, Local Points of Interest Search, Image Search, Video Search, News Search and LLM Context Search capabilities
Baidu AI Search
baidubceappbuilder-sdk, 千帆AppBuilder-SDK帮助开发者灵活、快速的搭建AI原生应用
小红书自动搜索评论工具(MCP Server 2.0)
chenningling这是一款基于 Playwright 开发的小红书自动搜索和评论工具,作为 MCP Server,可通过特定配置接入 MCP Client(如Claude for Desktop),帮助用户自动完成登录小红书、搜索关键词、获取笔记内容及发布AI生成评论等操作。
Bing Search MCP Server
leehanchungMCP Server for Bing Search API
Web Scout MCP Server
pinkpixel-devA powerful MCP server extension providing web search and content extraction capabilities. Integrates DuckDuckGo search functionality and URL content extraction into your MCP environment, enabling AI assistants to search the web and extract webpage content programmatically.
Comments