mcp-tavily-extract
by algonacci
This MCP server provides clients with the ability to extract content from web pages using the Tavily API. It requires configuration within the MCP config file and a Tavily API key.
View on GitHub
Last updated: N/A
mcp-tavily-extract
MCP server to give client the ability to extract a web page
Usage
For this MCP server to work, add the following configuration to your MCP config file:
{
"mcpServers": {
"tavily_extract": {
"command": "uv",
"args": [
"--directory",
"%USERPROFILE%/Documents/GitHub/mcp-tavily-extract",
"run",
"python",
"main.py"
]
}
}
}
Also provide TAVILY_API_KEY
in .env