pure.md MCP server
@puremd
关于 pure.md MCP server
Unblock, scrape, and search tools for MCP clients
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"puremd-mcp": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@puremd/puremd-mcp",
"--client",
"claude"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is pure.md MCP server?
The pure.md MCP server enables MCP clients (like Cursor, Windsurf, and Claude Desktop) to reliably fetch web content in markdown format. It avoids bot detection, renders JavaScript for SPAs, and converts HTML, PDFs, images, and more into pure markdown, acting like a CDN for markdown content.
How to use pure.md MCP server?
Install via npx -y puremd-mcp and configure your MCP client (Cursor, Windsurf, or Claude Desktop) with the PUREMD_API_KEY environment variable (optional; set to empty string for anonymous usage). Alternatively, install automatically via Smithery. The server exposes two tools: unblock-url and search-web.
Key features of pure.md MCP server
- Unblock URLs to extract markdown without getting blocked.
- Search the web and concatenate results into markdown.
- Avoid bot detection and render JavaScript SPAs.
- Convert HTML, PDFs, and images into pure markdown.
- Globally cache responses to reduce origin server load.
Use cases of pure.md MCP server
- Enable local AI agents to fetch web content that would otherwise be blocked.
- Provide markdown-formatted search results to enhance AI reasoning.
- Simplify web scraping for MCP‑compatible AI tools needing clean markdown input.
FAQ from pure.md MCP server
How do I get an API key?
Sign up at pure.md, generate a token in your dashboard, and set it as PUREMD_API_KEY. Use an empty string for anonymous access with lower rate limits.
What tools does pure.md MCP server provide?
Two tools: unblock-url extracts markdown from web pages without being blocked, and search-web searches the web and concatenates results into markdown.
Which MCP clients are supported?
Cursor, Windsurf, and Claude Desktop are explicitly supported with configuration examples.
How do I install pure.md MCP server?
Install via npx -y puremd-mcp or via Smithery. Then set the PUREMD_API_KEY environment variable in your client’s configuration file.
Is the service free?
Sign
其他 分类下的更多 MCP 服务器
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.

Peekaboo MCP – lightning-fast macOS screenshots for AI agents
steipetePeekaboo is a macOS CLI & optional MCP server that enables AI agents to capture screenshots of applications, or the entire system, with optional visual question answering through local or remote AI models.
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Mobile Mcp
mobile-nextModel Context Protocol Server for Mobile Automation and Scraping (iOS, Android, Emulators, Simulators and Real Devices)
评论