Skip to main content
Glama

pure.md MCP server

Official
by puremd

pure.md MCP サーバー

pure.mdのモデル コンテキスト プロトコル (MCP) サーバーにようこそ。

pure.md - LLM 向け Markdown 配信ネットワーク

pure.md を使えば、スクリプト、API、アプリ、エージェントなどからMarkdown形式のウェブコンテンツに確実にアクセスできます。URLの先頭にpure.md/を付けるだけです。ボット検出を回避し、SPA向けにJavaScriptをレンダリングするほか、HTML、PDF、画像などを純粋なMarkdown形式に変換できます。Markdownコンテンツ用のCDNのように、同じリソースへの将来のリクエストに対するレスポンスをグローバルにキャッシュすることで、オリジンウェブサーバーの負荷を軽減します。

puremd-mcp がないと、ローカル エージェントは Web コンテンツの取得に失敗する可能性があります。puremd -mcp は、Cursor、Windsurf、Claude Desktop などの MCP クライアントに pure.md の機能を採用する方法を教え、Web のブロック解除および検索機能を提供します。

puremd-mcp には 2 つのツールが付属しています。

  • unblock-url - ブロックされずにWebページからマークダウンを抽出する
  • search-web - クエリをウェブで検索し、結果をマークダウンに連結します

Anthropicが開発したモデルコンテキストプロトコル( MCP)は、AIシステムがツールのエコシステムとシームレスに連携できるようにするオープンスタンダードです。これにより、Cursor、Windsurf、Claude DesktopなどのMCPクライアントは、さまざまなAPIやその他の機能の使い方を学習できます。

認証

APIキーの生成は、より高いレート制限を解除するためのオプションのステップです。pure.md MCPサーバーを匿名で使用したい場合は、 PUREMD_API_KEY値を空文字列( "" )に設定してください。

  1. pure.mdで新しいアカウントを登録しましょう。登録は無料です。
  2. ダッシュボードで新しいAPIトークンを生成します
  3. トークンをコピーし、MCPクライアントの設定ファイルのPUREMD_API_KEY値に使用します(下記参照)。

クライアント構成

カーソル

~/.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

You must be authenticated.

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.

Cursor、Windsurf、Claude Desktop などの AI クライアントがマークダウン形式の Web コンテンツにアクセスできるようにし、Web のブロック解除および検索機能を提供する MCP サーバー。

  1. 認証
    1. クライアント構成
      1. カーソル
      2. ウィンドサーフィン
      3. クロードデスクトップ
      4. Smithery経由でインストール

    Related MCP Servers

    • A
      security
      A
      license
      A
      quality
      A headless browser MCP server that allows AI agents to fetch web content and perform Google searches without API keys, supporting various output formats like Markdown, JSON, HTML, and text.
      Last updated -
      2
      4
      TypeScript
      MIT License
    • A
      security
      A
      license
      A
      quality
      An MCP server that retrieves web page content using Playwright headless browser, capable of extracting main content and converting to Markdown format.
      Last updated -
      2
      540
      699
      TypeScript
      MIT License
      • Apple
    • -
      security
      A
      license
      -
      quality
      An MCP server that helps AI assistants access text content from websites that implement bot detection, bridging the gap between what you can see in your browser and what the AI can access.
      Last updated -
      1
      Python
      Apache 2.0
    • -
      security
      A
      license
      -
      quality
      An MCP server that enables AI assistants to control a web browser through natural language commands, allowing them to navigate websites and extract information via SSE transport.
      Last updated -
      505
      Python
      MIT License
      • Apple

    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