mcpbeat Sign in

FetchV2 MCP Server

local only

FetchV2 runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 8 Sep 2026.

Fetch and extract web pages, discover links, and read llms.txt documentation indexes.

Installs / week
pypi · fetchv2-mcp-server
3
Stars
0 open issues
8 Sep 2026
Last commit
no recent releases
MIT
License
Python

Nothing serious here today

Today is the operative word: we check FetchV2 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 fetchv2-mcp-server -- uvx fetchv2-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "fetchv2-mcp-server": {
      "args": [
        "fetchv2-mcp-server"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.fetchv2-mcp-server]
command = "uvx"
args = ["fetchv2-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "fetchv2-mcp-server": {
      "args": [
        "fetchv2-mcp-server"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "fetchv2-mcp-server": {
      "args": [
        "fetchv2-mcp-server"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to FetchV2

same job, measured the same way
MCP Plesk Dev Docs
by barateza

An MCP server that indexes and retrieves Plesk documentation.

89 installs/wk local only
Documentation Extractor
by nirholas

Extract llms.txt from any docs site - Mintlify Docusaurus GitBook parser

local only
Secant Agent Research Pack
by jnilrac

Paid MCP web research for agents: search, extraction, citations, and x402 payment discovery.

5 tools answering
Docdex
by bekirdag

Fast per-repo documentation indexer and full-text search MCP server for codebases.

1 520 installs/wk local only
MCP Browser Research
by infoinlet-marketplace

Web browsing & research for AI agents — fetch/read pages, structured extraction, Exa search.

30 installs/wk local only
P
doc.page PDF Extraction
by doc

Extract PDFs to Markdown, RAG chunks and cited tables; publish tracked Doc Links with read stats.

7 tools answering
Invoice Data Extraction
by invoicedataextraction

Invoices and other financial documents to rows: upload, say what to extract, read the rows.

answering
MCPFax Web Extract
by mcpscores

Read any web page as clean text for a prompt, or list every link on it.

4 tools answering

FetchV2 — questions

Answers built from our own checks of this server.

Why is there no uptime for FetchV2?
FetchV2 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 pypi package fetchv2-mcp-server.
How do I connect FetchV2?
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 fetchv2-mcp-server straight from pypi; nothing to host, nothing to sign up for.
Is FetchV2 open source?
Yes — it is published under the MIT licence, written in Python and 3 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.