markfetch-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@markfetch-mcpscrape https://docs.example.com/api for markdown"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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: weblens-mcp
Tools
Tool | What it does |
| Fetches the page (real Chromium, waits for it to render) and returns the main content as clean, LLM-ready markdown. |
| 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.
This server cannot be installed
Maintenance
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
- AlicenseAqualityCmaintenanceGive your AI the ability to read the web. Fetches URLs as clean markdown with 9 fallback strategies.Last updated21608MIT
- Alicense-qualityCmaintenanceEnables AI agents to fetch and render web pages (including JavaScript-heavy SPAs) with headless Chromium, extract readable content with Mozilla Readability, capture navigation links, download images, and return a clean markdown file path.Last updated22ISC
- AlicenseAqualityBmaintenanceEnables AI agents to read web pages reliably, returning clean markdown content, hyperlinks, and metadata without navigation or ad noise.Last updated325MIT
- Flicense-qualityDmaintenanceEnables LLMs to fetch and process web page contents by providing tools to retrieve raw HTML, extract clean text, and convert web pages to markdown format.Last updated
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.
Fetch any URL and get clean Markdown. Web scraping for AI agents.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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