Fetch MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 1 744 installs a week from npm. Last commit 17 Sep 2026.
HTTP fetch MCP server: SSRF protection, HTML-to-markdown, reader mode, metadata extraction
We read the source, 18 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
const out = execFileSync(cmd, ["--version"], {
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add fetch-mcp -- npx -y @yawlabs/fetch-mcp
{
"mcpServers": {
"fetch-mcp": {
"args": [
"-y",
"@yawlabs/fetch-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.fetch-mcp]
command = "npx"
args = ["-y", "@yawlabs/fetch-mcp"]
{
"mcpServers": {
"fetch-mcp": {
"args": [
"-y",
"@yawlabs/fetch-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"fetch-mcp": {
"args": [
"-y",
"@yawlabs/fetch-mcp"
],
"command": "npx"
}
}
}
Converts HTML to Markdown with auto-summary and section extraction. Supports Playwright.
MCP server for README.md generation from project metadata
Fetch web pages with SSRF protection. Returns clean, readable markdown from any URL.
MCP server for extracting text, images, tables, links, annotations, and metadata from PDF files.
PDF parsing server with text extraction, metadata, search, images, and TOC via MCP
MCP server for web scraping: URLs, links, metadata, CSS extraction.
Google Docs MCP server with full tab support, markdown extraction, and batch updates.
An MCP server that fetches web pages and converts them to clean, readable Markdown.
Answers built from our own checks of this server.