← Index

Fetch URL MCP Server

io.github.j0hanz/fetch-url-mcp·v3.0.1·Other
Quality Score
95
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "fetch-url-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@j0hanz/fetch-url-mcp"
      ]
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "fetch-url-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@j0hanz/fetch-url-mcp"
      ]
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @j0hanz/fetch-url-mcp
§03  MCP Quality Score  ·  methodology
freshness
25
completeness
20
installability
25
documentation
15
stability
10
§04  Alternatives in Other