Back to search
30
MCP

@j0hanz/fetch-url-mcp

npm/@j0hanz/fetch-url-mcp

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

Uptime
0.0%
4 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

Fetch URL MCP Server
An MCP server that fetches web pages and converts them to clean, readable Markdown.
0 tools
markfetch
MCP server: fetch a URL, return clean markdown. Built for AI agents.
0 tools
io.github.sidney/web-to-markdown-mcp
MCP server fetches URL through a real Chromium browser, returns main content as clean Markdown
0 tools
io.github.yawlabs/fetch-mcp
HTTP fetch MCP server: SSRF protection, HTML-to-markdown, reader mode, metadata extraction
0 tools
io.github.kylinmountain/web-fetch-mcp
MCP server for web content fetching, summarizing, comparing, and extracting information
0 tools
io.github.ryudi84/markdown
MCP server for markdown: tables, TOC, HTML conversion, formatting.
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "@j0hanz/fetch-url-mcp": {
      "url": "None",
      "transport": "http"
    }
  }
}