by puremd
Provides tools to unblock, scrape, and search web content, converting results to markdown and serving them through a globally cached CDN-like layer for reliable AI consumption.
Puremd Mcp Server extends the pure.md service to MCP‑compatible clients, enabling them to fetch any web resource, render JavaScript‑heavy pages, and return the content as pure markdown. It also offers a search utility that aggregates web results into a single markdown document. The server caches responses globally, reducing load on origin sites and avoiding bot detection.
npx
):
npx -y puremd-mcp
or install automatically for Claude Desktop with Smithery:
npx -y @smithery/cli install @puremd/puremd-mcp --client claude
{
"mcpServers": {
"pure.md": {
"command": "npx",
"args": ["-y", "puremd-mcp"],
"env": { "PUREMD_API_KEY": "<YOUR_TOKEN>" }
}
}
}
PUREMD_API_KEY
to an empty string (""
) if you prefer anonymous usage.unblock-url
: Fetch any URL, render SPA content, and return markdown without being blocked.search-web
: Perform a web search, concatenate top results, and output markdown.PUREMD_API_KEY
grants higher rate limits.npx -y puremd-mcp
for a quick install, or the Smithery CLI command for Claude Desktop.npx
command launches it locally and communicates through the MCP JSON configuration.Welcome to the Model Context Protocol (MCP) server for pure.md.
pure.md lets your scripts, APIs, apps, agents, etc reliably access web content in markdown format -- simply prefix any URL with pure.md/
.
It avoids bot detection and renders JavaScript for SPAs, and can convert HTML, PDFs, images, and more into pure markdown. Like a CDN for markdown content, it globally caches responses for future requests to the same resource, relieving stress on origin web servers.
Without puremd-mcp, local agents may fail to fetch web content. puremd-mcp teaches MCP clients like Cursor, Windsurf, and Claude Desktop how to adopt the functionality of pure.md, giving them web unblocking and searching capabilities.
puremd-mcp comes with two tools:
unblock-url
- Extract markdown from web pages without getting blockedsearch-web
- Search the web for a query and concatenate results into markdownThe Model Context Protocol, developed by Anthropic, is an open standard that enables AI systems to seamlessly interact with an ecosystem of tooling. With it, MCP clients like Cursor, Windsurf, and Claude Desktop can learn how to use a variety of APIs and other functionality.
Generating an API key is an optional step that unlocks higher rate limits. If you'd like to use the pure.md MCP server anonymously, simply set your PUREMD_API_KEY
value to empty string (""
).
PUREMD_API_KEY
value in your MCP client's configuration file (see below)Add the following to your ~/.cursor/mcp.json
file:
{
"mcpServers": {
"pure.md": {
"command": "npx",
"args": ["-y", "puremd-mcp"],
"env": {
"PUREMD_API_KEY": "<TOKEN>"
}
}
}
}
Add the following to your ./codeium/windsurf/model_config.json
file:
{
"mcpServers": {
"pure.md": {
"command": "npx",
"args": ["-y", "puremd-mcp"],
"env": {
"PUREMD_API_KEY": "<TOKEN>"
}
}
}
}
Add the following to your ~/Library/Application\ Support/Claude/claude_desktop_config.json
file:
{
"mcpServers": {
"pure.md": {
"command": "npx",
"args": ["-y", "puremd-mcp"],
"env": {
"PUREMD_API_KEY": "<TOKEN>"
}
}
}
}
To install puremd-mcp for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @puremd/puremd-mcp --client claude
Please log in to share your review and rating for this MCP.
{ "mcpServers": { "pure.md": { "command": "npx", "args": [ "-y", "puremd-mcp" ], "env": { "PUREMD_API_KEY": "<YOUR_API_KEY>" } } } }
Discover more MCP servers with similar functionality and use cases
by firecrawl
Adds powerful web scraping, crawling, and search capabilities to LLM clients through a Model Context Protocol (MCP) server.
by mendableai
Firecrawl MCP Server is an official Model Context Protocol (MCP) server implementation that integrates with Firecrawl to provide powerful web scraping capabilities to Large Language Models (LLMs). It acts as a bridge between LLMs and the web, allowing them to access and process web content for various tasks.
by tavily-ai
Provides real-time web search, intelligent data extraction, site mapping, and crawling capabilities via MCP tools.
by iFurySt
RedNote-MCP is an MCP server designed to access content from RedNote (XiaoHongShu, xhs), a popular Chinese social media and e-commerce platform. It enables programmatic interaction with RedNote for data retrieval and automation.
by zcaceres
fetch-mcp is a flexible HTTP fetching server designed to retrieve web content in various formats. It acts as a server that can fetch HTML, JSON, Markdown, or plaintext from specified URLs, enabling on-demand fetching and transformation of web content.
by apify
An MCP server for Apify Actors, allowing AI assistants to use any of the 3,000+ pre-built cloud tools for web scraping and automation.
by openbnb-org
The mcp-server-airbnb is an MCP (Multi-Cloud Platform) server designed to interact with Airbnb. It provides tools for searching Airbnb listings and retrieving detailed information about specific listings.
by cnych
A free SEO tool MCP (Model Control Protocol) service based on Ahrefs data, offering features like backlink analysis, keyword research, and traffic estimation.
by tinyfish-io
AgentQL MCP Server is a Model Context Protocol (MCP) server that integrates AgentQL's data extraction capabilities, enabling AI agents to get structured data from the unstructured web.