pure.md MCP サーバー
pure.mdのモデル コンテキスト プロトコル (MCP) サーバーにようこそ。
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
値を空文字列( ""
)に設定してください。
- pure.mdで新しいアカウントを登録しましょう。登録は無料です。
- ダッシュボードで新しいAPIトークンを生成します
- トークンをコピーし、MCPクライアントの設定ファイルの
PUREMD_API_KEY
値に使用します(下記参照)。
クライアント構成
カーソル
~/.cursor/mcp.json
ファイルに次のコードを追加します。
ウィンドサーフィン
./codeium/windsurf/model_config.json
ファイルに以下を追加します。
クロードデスクトップ
~/Library/Application\ Support/Claude/claude_desktop_config.json
ファイルに以下を追加します。
Smithery経由でインストール
Smithery経由で Claude Desktop 用の puremd-mcp を自動的にインストールするには:
You must be authenticated.
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 サーバー。
Related MCP Servers
- AsecurityAlicenseAqualityA 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 -24TypeScriptMIT License
- AsecurityAlicenseAqualityAn MCP server that retrieves web page content using Playwright headless browser, capable of extracting main content and converting to Markdown format.Last updated -2540699TypeScriptMIT License
- -securityAlicense-qualityAn 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 -1PythonApache 2.0
- -securityAlicense-qualityAn 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 -505PythonMIT License