Back to search
30
MCP

markfetch

npm/markfetch

MCP server: fetch a URL, return clean markdown. Built for AI agents.

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
agentfetch-mcp
MCP server for fetching web URLs with token estimation, smart caching, and intelligent routing. Built for AI agents.
0 tools
@j0hanz/fetch-url-mcp
An MCP server that fetches web pages and converts them to clean, readable Markdown.
0 tools
markdown-for-agents-mcp
MCP server for AI agents — fetch any URL with full JavaScript rendering (Playwright/Chromium) and convert to clean, token-efficient markdown
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

How to use

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

{
  "mcpServers": {
    "markfetch": {
      "url": "None",
      "transport": "http"
    }
  }
}