Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Puremd Mcp

    Unblock, scrape, and search tools for MCP clients

    46 stars
    JavaScript
    Updated Oct 22, 2025
    cdn
    markdown
    markdown-converter
    mcp
    mcp-server
    unblocker

    Table of Contents

    • Authentication
    • Client configuration
    • Cursor
    • Windsurf
    • Claude Desktop
    • Installing via Smithery

    Table of Contents

    • Authentication
    • Client configuration
    • Cursor
    • Windsurf
    • Claude Desktop
    • Installing via Smithery

    Documentation

    pure.md MCP server

    smithery badge

    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:

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

    Windsurf

    Add the following to your ./codeium/windsurf/model_config.json file:

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

    Claude Desktop

    Add the following to your ~/Library/Application\ Support/Claude/claude_desktop_config.json file:

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

    Installing via Smithery

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

    bash
    npx -y @smithery/cli install @puremd/puremd-mcp --client claude

    Similar MCP

    Based on tags & features

    • MC

      Mcp Open Library

      TypeScript·
      42
    • FH

      Fhir Mcp Server

      Python·
      55
    • MC

      Mcp Aoai Web Browsing

      Python·
      30
    • MC

      Mcp Cyclops

      Go·
      29

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • MC

      Mcp Open Library

      TypeScript·
      42
    • FH

      Fhir Mcp Server

      Python·
      55
    • MC

      Mcp Aoai Web Browsing

      Python·
      30
    • MC

      Mcp Cyclops

      Go·
      29

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k