Fetch MCP Server

Fetch MCP Server

Local
@yawlabs2TypeScriptMITUpdated 2 days ago

HTTP fetch MCP server: SSRF protection, HTML-to-markdown, reader mode, metadata extraction

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@yawlabs/fetch-mcpv0.8.1

Run

npx -y @yawlabs/fetch-mcp

MCP client config

{
  "mcpServers": {
    "fetch-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@yawlabs/fetch-mcp"
      ]
    }
  }
}