https://github.com/algonacci/mcp-tavily-extract
MCP server to give client the ability to extract a web page
https://github.com/algonacci/mcp-tavily-extract
Last synced: 3 months ago
JSON representation
MCP server to give client the ability to extract a web page
- Host: GitHub
- URL: https://github.com/algonacci/mcp-tavily-extract
- Owner: algonacci
- License: mit
- Created: 2025-03-06T07:57:46.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-03-06T08:01:00.000Z (7 months ago)
- Last Synced: 2025-06-26T10:08:33.179Z (4 months ago)
- Language: Python
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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:
```json
{
"mcpServers": {
"tavily_extract": {
"command": "uv",
"args": [
"--directory",
"%USERPROFILE%/Documents/GitHub/mcp-tavily-extract",
"run",
"python",
"main.py"
]
}
}
}
```Also provide `TAVILY_API_KEY` in `.env`