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 を自動的にインストールするには:
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
- -securityFlicense-qualityA 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 -79TypeScript
- AsecurityFlicenseAqualityAn 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 -771Python
- -securityAlicense-qualityA 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 -2PythonMIT License
- AsecurityAlicenseAqualityAn 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 -41PythonMIT License