Content
# fetch-mcp
An MCP server for fetching URLs / Youtube video transcript.
This project is sponsored by [ChatWise](https://chatwise.app), an all-in-one LLM chatbot with first-class MCP support.
## Usage
```bash
# 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.
Connection Info
You Might Also Like
Git
Model Context Protocol Servers
TrendRadar
🎯 Say goodbye to information overload. AI helps you understand news hotspots...
repomix
📦 Repomix is a powerful tool that packs your entire repository into a...
mcp-server-12306
12306 MCP Server is a high-performance train ticket query backend system...
osp_marketing_tools
A Model Context Protocol (MCP) server that empowers LLMs to use some of Open...
building-an-agentic-system
An in-depth book and reference on building agentic systems like Claude Code