mcpbeat Sign in

Fetchmcp MCP Server

by labtools-studio Your server? Claim it
local only

Fetchmcp runs on your own machine — the client starts it, so there is no endpoint to ping. 52 installs a week from npm. Last commit 11 Aug 2026.

Drop-in fetch MCP: clean Markdown from any URL, with JS rendering and anti-bot.

Installs per day peak 19 · avg 7 · +235% w/w
a month agotoday
52
Installs / week
npm · @labtoolsstudio/fetchmcp
0
Stars
0 open issues
11 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 21 h ago · rules 3dff92dd89df

Capabilities

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.

Runs a command on install [пакет] package.json:1
postinstall: node scripts/postinstall.mjs

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

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.

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 fetchmcp -- npx -y @labtoolsstudio/fetchmcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "fetchmcp": {
      "args": [
        "-y",
        "@labtoolsstudio/fetchmcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.fetchmcp]
command = "npx"
args = ["-y", "@labtoolsstudio/fetchmcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "fetchmcp": {
      "args": [
        "-y",
        "@labtoolsstudio/fetchmcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "fetchmcp": {
      "args": [
        "-y",
        "@labtoolsstudio/fetchmcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Fetchmcp

same job, measured the same way
Web Page Fetcher
by paimonchan

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

local only
Scraper
by ofershap

Web scraping MCP — extract clean markdown, links, and metadata from any URL.

106 installs/wk local only
Unblink
by christopherdavenport

Pure-Go browser for AI: fetch pages, render JS without Chromium, return clean Markdown over MCP.

local only
Scrapi
by bamchi

Web scraping for AI agents. Converts URLs to clean, LLM-ready Markdown with anti-bot bypass.

35 installs/wk 5 tools answering
Jina Reader
by pipeworx-io

Jina AI Reader/Search MCP — turn any URL into clean LLM-ready markdown, plus web search.

38 tools answering
Fetch URL MCP Server
by j0hanz

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

128 installs/wk local only
Markfetch
by adorellc

Any web page as clean Markdown for agents. Hosted, no install. Free tier; Pro adds JS rendering.

1 tools answering
Web Scraper
by dataleadspro

Fetch, crawl, and browse protected pages with anti-bot handling - renders in a real browser and

4 tools answering

Fetchmcp — questions

Answers built from our own checks of this server.

Why is there no uptime for Fetchmcp?
Fetchmcp 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 @labtoolsstudio/fetchmcp was installed 52 times last week.
How do I connect Fetchmcp?
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 @labtoolsstudio/fetchmcp straight from npm; nothing to host, nothing to sign up for.
How many people use Fetchmcp?
The npm package @labtoolsstudio/fetchmcp was installed 52 times in the last week. Week over week that is +235%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Fetchmcp open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.