Fetch Server
Freeby MCP Community
MCP server and CLI for fetching web content as HTML, Markdown, plain text, JSON, or YouTube transcripts
v1.1.2Added Apr 12, 2026
mcpfetchwebscrapemarkdown
Fetch Server MCP Server
MCP server and CLI for fetching web content as HTML, Markdown, plain text, JSON, or YouTube transcripts
Installation
Reviews
Installation
Quick install
npx -y mcp-fetch-server
Add to claude_desktop_config.json
{
"mcpServers": {
"fetch-server": {
"command": "npx",
"args": ["-y", "mcp-fetch-server"]
}
}
}