F
Fetch MCP
by @egoist
An MCP server for fetching URLs / Youtube video transcript.
Created 3/31/2025
Updated 5 months ago
README
Repository documentation and setup instructions
fetch-mcp
An MCP server for fetching URLs / Youtube video transcript.
This project is sponsored by ChatWise, an all-in-one LLM chatbot with first-class MCP support.
Usage
# stdio server
npx -y fetch-mcp
# sse server
npx -y fetch-mcp --sse
# streamable http server at /mcp
npx -y fetch-mcp --http
# custom endpoint
npx -y fetch-mcp --http /my-mcp
Tools
fetch_url
Fetch URL, can return HTML or Markdown (default).
fetch_youtube_transcript
Fetch Youtube transcript.
License
MIT.
Quick Setup
Installation guide for this server
Install Package (if required)
npx fetch-mcp
Cursor configuration (mcp.json)
{
"mcpServers": {
"egoist-fetch-mcp": {
"command": "npx",
"args": [
"fetch-mcp"
]
}
}
}