Back to Apps

Fetch Kit
Supports UIby nguyenvanduocit
Unified MCP connector for high-fidelity web content extraction and AI-powered web service interaction.
0 stars
Works in:Cursor
Exposes:Tools
What it does
Fetch Kit is a Go-based MCP connector that allows AI assistants to interact with the web. It leverages Jina AI and Google Gemini to retrieve, extract, and analyze web content, providing a clean interface for agents to perform complex web-related operations.
Tools
jina-fetch: Retrieves and extracts clean, LLM-ready web content using Jina AI.gemini-fetch: Fetches a URL and analyzes its content using Google Gemini AI.youtube: Extracts transcripts from YouTube videos for content analysis.
Installation
Add to claude_desktop_config.json:
{
"mcpServers": {
"fetch_kit": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"-e", "GOOGLE_AI_API_KEY=your_key",
"-e", "JINA_API_KEY=your_key",
"ghcr.io/nguyenvanduocit/fetch-kit:latest"
]
}
}
}
Supported hosts
- Claude Desktop
- Cursor
Quick install
go install github.com/nguyenvanduocit/fetch-kit@latestInformation
- Pricing
- free
- Published
- 6/9/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
Add to MCP settings using the Docker run command as specified in the README.Claude Desktop
Configure as a stdio server in claude_desktop_config.json, ensuring GOOGLE_AI_API_KEY and JINA_API_KEY are provided as environment variables.





