PU

Pure.md

Created 5 months ago

MCP server for pure.md enabling reliable access to web content in markdown format.

development location documentation public markdown

What is Pure.md?

Reliably access web content in markdown format with [pure.md](https://pure.md) (bot detection avoidance, proxy rotation, and headless JS rendering built in).

Documentation

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": ""
      }
    }
  }
}
```\n\n### 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": ""
      }
    }
  }
}
```\n\n### 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": ""
      }
    }
  }
}
```\n\n### Installing via Smithery
To install puremd-mcp for Claude Desktop automatically via Smithery:
```bash
npx -y @smithery/cli install @puremd/puremd-mcp --client claude

Server Config

{
  "mcpServers": {
    "pure.md-server": {
      "command": "npx",
      "args": [
        "pure.md"
      ]
    }
  }
}

Links & Status

Repository: github.com
Hosted: Yes
Global: Yes
Official: Yes

Project Info

Hosted Featured
Created At: Jul 02, 2025
Updated At: Aug 07, 2025
Author: Not specified
Category: official
License: Not specified
Tags:
development location documentation