pure.md MCP 服务器
欢迎使用pure.md的模型上下文协议 (MCP) 服务器。
pure.md让您的脚本、API、应用、代理等能够可靠地访问 Markdown 格式的 Web 内容——只需在任何 URL 前添加pure.md/
即可。它可以避免机器人检测,并为 SPA 渲染 JavaScript,还能将 HTML、PDF、图像等转换为纯 Markdown 格式。就像 Markdown 内容的 CDN 一样,它会全局缓存对同一资源未来请求的响应,从而减轻源 Web 服务器的压力。
如果没有 puremd-mcp,本地代理可能无法获取网络内容。puremd -mcp 会教导 Cursor、Windsurf 和 Claude Desktop 等 MCP 客户端如何采用 pure.md 的功能,为它们提供网络解锁和搜索功能。
puremd-mcp 附带两个工具:
unblock-url
- 从网页中提取 markdown 而不会被阻止search-web
- 在网络上搜索查询并将结果连接到 markdown 中
由 Anthropic 开发的模型上下文协议 (Model Context Protocol ) 是一项开放标准,使 AI 系统能够与工具生态系统无缝交互。借助该协议,Cursor、Windsurf 和 Claude Desktop 等 MCP 客户端可以学习如何使用各种 API 和其他功能。
验证
生成 API 密钥是可选步骤,用于解锁更高的速率限制。如果您想匿名使用 pure.md MCP 服务器,只需将PUREMD_API_KEY
值设置为空字符串 ( ""
)。
- 在pure.md注册一个新帐户 — — 注册是免费的!
- 在仪表板中,生成一个新的 API 令牌
- 复制令牌,并将其用作 MCP 客户端配置文件中的
PUREMD_API_KEY
值(见下文)
客户端配置
光标
将以下内容添加到您的~/.cursor/mcp.json
文件:
风帆冲浪
将以下内容添加到您的./codeium/windsurf/model_config.json
文件中:
克劳德桌面
将以下内容添加到您的~/Library/Application\ Support/Claude/claude_desktop_config.json
文件中:
通过 Smithery 安装
要通过Smithery自动为 Claude Desktop 安装 puremd-mcp:
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
MCP 服务器使 Cursor、Windsurf 和 Claude Desktop 等 AI 客户端能够访问 markdown 格式的 Web 内容,提供 Web 解锁和搜索功能。
Related MCP Servers
- -securityFlicense-qualityA MCP server that allows AI assistants to interact with the browser, including getting page content as markdown, modifying page styles, and searching browser history.Last updated -79TypeScript
- AsecurityFlicenseAqualityAn MCP server that enables interaction with Markdown knowledge bases, allowing users to search and retrieve content by tags, text, URL, or date range from their local markdown files.Last updated -771Python
- -securityAlicense-qualityA collection of custom MCP servers providing various AI-powered capabilities including web search, YouTube video analysis, GitHub repository analysis, reasoning, code generation/execution, and web crawling.Last updated -2PythonMIT License
- AsecurityAlicenseAqualityAn advanced MCP server that provides interactive feedback mechanisms with support for various feedback types, multi-language capabilities, and team collaboration features for AI tools like Cursor, Cline, and Windsurf.Last updated -41PythonMIT License