Skip to main content
Glama
puremd

pure.md MCP server

Official
by puremd

pure.md MCP 服务器

铁匠徽章

欢迎使用pure.md的模型上下文协议 (MCP) 服务器。

pure.md - 法学硕士的 Markdown 交付网络

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值设置为空字符串 ( "" )。

  1. pure.md注册一个新帐户 — — 注册是免费的!

  2. 在仪表板中,生成一个新的 API 令牌

  3. 复制令牌,并将其用作 MCP 客户端配置文件中的PUREMD_API_KEY值(见下文)

Related MCP server: crawl4ai-mcp-server

客户端配置

光标

将以下内容添加到您的~/.cursor/mcp.json文件:

{
  "mcpServers": {
    "pure.md": {
      "command": "npx",
      "args": ["-y", "puremd-mcp"],
      "env": {
        "PUREMD_API_KEY": "<TOKEN>"
      }
    }
  }
}

风帆冲浪

将以下内容添加到您的./codeium/windsurf/model_config.json文件中:

{
  "mcpServers": {
    "pure.md": {
      "command": "npx",
      "args": ["-y", "puremd-mcp"],
      "env": {
        "PUREMD_API_KEY": "<TOKEN>"
      }
    }
  }
}

克劳德桌面

将以下内容添加到您的~/Library/Application\ Support/Claude/claude_desktop_config.json文件中:

{
  "mcpServers": {
    "pure.md": {
      "command": "npx",
      "args": ["-y", "puremd-mcp"],
      "env": {
        "PUREMD_API_KEY": "<TOKEN>"
      }
    }
  }
}

通过 Smithery 安装

要通过Smithery自动为 Claude Desktop 安装 puremd-mcp:

npx -y @smithery/cli install @puremd/puremd-mcp --client claude
Install Server
A
license - permissive license
D
quality
D
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

  • F
    license
    -
    quality
    D
    maintenance
    A locally-hosted MCP server that provides AI assistants with advanced web crawling capabilities, including structured data extraction, deep site crawling, and page screenshots. It enables users to convert single or multiple URLs into clean Markdown content for processing by LLMs without requiring external API keys for basic features.
  • -
    license
    -
    quality
    C
    maintenance
    Self-hosted MCP server that provides web scraping and crawling tools, integrating seamlessly with AI frameworks like OpenAI Agents SDK, Cursor, and Claude Code.
    4
  • A
    license
    A
    quality
    C
    maintenance
    An MCP server that enables AI assistants to fetch web content in multiple formats (HTML, JSON, text, Markdown) with intelligent content extraction, chunk management, and browser automation support.
    5
    52
    15
    MIT
  • A
    license
    -
    quality
    B
    maintenance
    An open-source web retrieval MCP server that fetches, crawls, and searches the web, returning clean markdown for AI agents. It integrates with Claude MCP, LangChain, and other frameworks for agentic web access.
    1
    MIT

View all related MCP servers

Related MCP Connectors

  • Driflyte MCP server which lets AI assistants query topic-specific knowledge from web and GitHub.

  • Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer

  • An MCP server that gives your AI access to the source code and docs of all public github repos

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/puremd/puremd-mcp'

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