Best for
- AI applications that need to fetch structured content from the web.
- Tools that need to process article or blog content.
- Applications that need YouTube transcripts.
- Scenarios that require proxy support and SSRF protection.
Fetch MCP Server provides a simple and powerful way for AI assistants to fetch and process web content. It supports multiple output formats and YouTube transcripts, offers proxy and SSRF protection, and is suitable for web data scraping and content extraction use cases.
Fetch MCP Server is a Model Context Protocol server for fetching web content in multiple formats, including HTML, Markdown, plain text, JSON, readable article content, and YouTube transcripts. It offers six tools that allow AI models to directly fetch and process web content. The server supports custom headers, proxies, pagination, and response size limits, and includes SSRF protection to block private/localhost addresses and DNS rebinding attacks.
{
"mcpServers": {
"fetch": {
"command": "npx",
"args": ["mcp-fetch-server"]
}
}
}npm install -g mcp-fetch-server) and run mcp-fetch.{
"mcpServers": {
"fetch": {
"command": "npx",
"args": ["mcp-fetch-server"]
}
}
}