Odel
Fetch URL MCP Server

Fetch URL MCP Server

Local
@j0hanzTypeScriptMITUpdated 4mo ago

An MCP server that fetches web pages and converts them to clean, readable Markdown.

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@j0hanz/fetch-url-mcpv3.0.1

Run

npx -y @j0hanz/fetch-url-mcp

MCP client config

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