Skip to main content
Glama

pure.md MCP server

Official
by puremd

pure.md MCP server

Welcome to the Model Context Protocol (MCP) server for pure.md.

pure.md - Markdown delivery network for LLMs

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 blocked
  • search-web - Search the web for a query and concatenate results into markdown

The 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.

Authentication

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 ("").

  1. Sign up for a new account at pure.md — it's free to sign up!
  2. In the dashboard, generate a new API token
  3. Copy the token, and use it for the PUREMD_API_KEY value in your MCP client's configuration file (see below)

Client configuration

Cursor

Add the following to your ~/.cursor/mcp.json file:

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

Windsurf

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>" } } } }

Claude Desktop

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>" } } } }

Installing via Smithery

To install puremd-mcp for Claude Desktop automatically via Smithery:

npx -y @smithery/cli install @puremd/puremd-mcp --client claude
Install Server
A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

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.

An MCP server that enables AI clients like Cursor, Windsurf, and Claude Desktop to access web content in markdown format, providing web unblocking and searching capabilities.

  1. Authentication
    1. Client configuration
      1. Cursor
      2. Windsurf
      3. Claude Desktop
      4. Installing via Smithery

    Related MCP Servers

    • -
      security
      F
      license
      -
      quality
      A 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 -
      79
      TypeScript
    • A
      security
      F
      license
      A
      quality
      An 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 -
      7
      71
      Python
      • Apple
    • -
      security
      A
      license
      -
      quality
      A 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 -
      2
      Python
      MIT License
    • A
      security
      A
      license
      A
      quality
      An 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 -
      4
      1
      Python
      MIT License
      • Apple
      • Linux

    View all related MCP servers

    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