mcpbeat Sign in

Fetch URL MCP Server

local only

Fetch URL MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 35 installs a week from npm. Last commit 11 Apr 2026.

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

Installs per day peak 180 · avg 28 · -46% w/w
a month agotoday
35
Installs / week
npm · @j0hanz/fetch-url-mcp
0
Stars
1 open issues
11 Apr 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Fetch URL MCP Server every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

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.

run in your terminal
claude mcp add fetch-url-mcp -- npx -y @j0hanz/fetch-url-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "fetch-url-mcp": {
      "args": [
        "-y",
        "@j0hanz/fetch-url-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.fetch-url-mcp]
command = "npx"
args = ["-y", "@j0hanz/fetch-url-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "fetch-url-mcp": {
      "args": [
        "-y",
        "@j0hanz/fetch-url-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "fetch-url-mcp": {
      "args": [
        "-y",
        "@j0hanz/fetch-url-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Fetch URL MCP Server

same job, measured the same way
I
Fetch Extract
by cedrickouma

MCP server (stdio): fetch web pages as clean readable markdown via the AgentForge API

10 installs/wk answering
Superfetch
by j0hanz

Intelligent web content fetcher MCP server that converts HTML to clean, AI-readable JSONL format

37 installs/wk local only
Web Page Fetcher
by paimonchan

Fetch web pages with SSRF protection. Returns clean, readable markdown from any URL.

local only
inktomd MCP Server
by hadirizvi093

Convert files, URLs, and documents to clean, AI-ready Markdown via MCP.

9 tools answering
markitai
by ynewtime

Convert documents, images and web pages to clean Markdown, for agents: single, URL and batch tools.

local only
Web Search
by keenable

Live web search and clean-markdown page fetch over the Keenable web index.

64 installs/wk 2 tools answering
Web To Markdown MCP
by sidney

MCP server fetches URL through a real Chromium browser, returns main content as clean Markdown

49 installs/wk local only
PDF to Markdown (pdf2md.dev)
by pdf2md

Hosted MCP server: convert PDFs to clean, LLM-ready Markdown with tables, formulas and OCR.

answering

Fetch URL MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Fetch URL MCP Server?
Fetch URL MCP Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @j0hanz/fetch-url-mcp was installed 35 times last week.
How do I connect Fetch URL MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @j0hanz/fetch-url-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Fetch URL MCP Server?
The npm package @j0hanz/fetch-url-mcp was installed 35 times in the last week. Week over week that is -46%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Fetch URL MCP Server open source?
Yes — it is published under the MIT licence, written in TypeScript, 0 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.