Skip to main content
Glama
asdfas988

markfetch-mcp

by asdfas988

markfetch-mcp

MCP server for Markfetch — let Claude, Cursor, or any MCP client read any web page as clean markdown or screenshot it, with one line of config.

Built for AI agents: turn a URL into LLM-ready context in one tool call.

Install

Add to your MCP client config (Claude Desktop, Cursor, Windsurf, …):

{
  "mcpServers": {
    "markfetch": {
      "command": "npx",
      "args": ["-y", "markfetch-mcp"],
      "env": { "MARKFETCH_API_KEY": "rk_your_key" }
    }
  }
}

No key? It works out of the box on the public rate-limited demo. Get a free key (500 requests/mo, no card) at https://markfetch.com.

Related MCP server: Renderly MCP

Tools

Tool

What it does

scrape_url(url)

Fetches the page (real Chromium, waits for it to render) and returns the main content as clean, LLM-ready markdown.

screenshot_url(url)

Returns a PNG screenshot of the page.

Env

  • MARKFETCH_API_KEY — your key (optional; falls back to the demo tier).

  • MARKFETCH_API_BASE — override the API base URL.

MIT licensed.

Install Server
A
license - permissive license
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    A
    quality
    B
    maintenance
    Enables AI agents to read web pages reliably, returning clean markdown content, hyperlinks, and metadata without navigation or ad noise.
    3
    14
    MIT
  • A
    license
    A
    quality
    A
    maintenance
    Enables LLM agents to read any website by scraping and crawling into clean Markdown, automatically bypassing bot detection with residential proxies.
    3
    42
    MIT
  • A
    license
    -
    quality
    C
    maintenance
    Enables AI agents to fetch and extract clean, readable content from web pages, and search within pages for specific queries, without needing a full browser.
    1
    MIT

View all related MCP servers

Related MCP Connectors

  • Read a URL as clean markdown, screenshot a website, url to PDF. Web access for agents, no signup.

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

  • Read any web page as clean Markdown for AI agents: fetch, search, metadata, links. SSRF-safe.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/asdfas988/markfetch-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server