Integrations
Utilizes Cloudflare's Browser Rendering and AI capabilities for website analysis and content extraction.
Enables deployment of the MCP server on Cloudflare Workers infrastructure for serverless execution.
Provides the mcp-remote proxy package for connecting local MCP clients to the remote MCP server.
Cloudflare 上でリモート MCP サーバーを構築する (認証なし)
この例では、Cloudflare Workers上で認証を必要としないリモートMCPサーバーをデプロイできます。このサーバーには、Cloudflareのブラウザレンダリング機能とAI機能を利用したウェブサイト分析およびコンテンツ抽出ツールが含まれています。
始めましょう:
これにより、MCP サーバーが次のような URL にデプロイされます: remote-mcp-server-authless.<your-account>.workers.dev/sse
あるいは、以下のコマンド ラインを使用して、ローカル マシンにリモート MCP サーバーを作成することもできます。
利用可能なツール
ウェブサイト分析ツール
- ウェブサイトを分析する
- Cloudflareのブラウザレンダリングを使用してウェブサイトをスクレイピングして分析する
- Cloudflare AIを使用してウェブサイトのコンテンツの概要を提供します
- 入力:
url
(文字列) - 分析するウェブサイトのURL - 例:
[tool] analyze_website(url: "https://example.com")
- ウェブサイトについて質問する
- ウェブサイトをスクレイピングし、そのコンテンツに関する特定の質問に答えます
- Cloudflare AIを使用して、ウェブサイトに関する質問を理解し、回答します
- 入力:
url
(文字列) - 分析するウェブサイトのURLquestion
(文字列) - ウェブサイトのコンテンツに関する質問
- 例:
[tool] ask_q_about_website(url: "https://example.com", question: "What services does this company offer?")
MCPサーバーのカスタマイズ
独自のツールを MCP サーバーに追加するには、 this.server.tool(...)
を使用してsrc/index.ts
のinit()
メソッド内で各ツールを定義します。
Cloudflare AI Playgroundに接続する
リモート MCP クライアントである Cloudflare AI Playground から MCP サーバーに接続できます。
- https://playground.ai.cloudflare.com/にアクセスしてください
- デプロイされた MCP サーバーの URL を入力します (
remote-mcp-server-authless.<your-account>.workers.dev/sse
) - MCP ツールをプレイグラウンドから直接使用できるようになりました。
Claude DesktopをMCPサーバーに接続する
mcp-remote プロキシを使用して、ローカル MCP クライアントからリモート MCP サーバーに接続することもできます。
Claude Desktop から MCP サーバーに接続するには、 Anthropic のクイックスタートに従い、Claude Desktop 内で [設定] > [開発] > [構成の編集] に移動します。
次の構成で更新します。
Claude を再起動すると、ツールが利用可能になるはずです。
要件
ウェブサイト分析ツールを使用するには、次のものが必要です。
- ブラウザバインディングが有効になっているCloudflare Workers
- Cloudflare AIバインディングが構成されました
- 両方のバインディングに適切な権限
wrangler.jsonc
に以下の内容が含まれていることを確認します。
This server cannot be installed
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.
Cloudflare のブラウザ レンダリングと AI 機能を使用して、Web サイトに関する情報を収集、分析し、質問に回答するためのツールを提供する、認証のない Cloudflare Workers サーバーです。
Related MCP Servers
- -securityFlicense-qualityA Model Context Protocol server that runs on Cloudflare Workers with OAuth login, allowing AI assistants like Claude to execute tools remotely through HTTP connections.Last updated -TypeScript
- -securityFlicense-qualityA Model Context Protocol server for Cloudflare Workers that integrates with Claude AI, enabling tool usage through OAuth login and SSE connections.Last updated -14TypeScript
- AsecurityAlicenseAqualityA server that leverages Playwright for automated browser testing and integrates with Cloudflare Workers, enabling AI assistants to control web browsers for navigation, interaction, and screenshots.Last updated -2160,27137TypeScriptApache 2.0
- -securityFlicense-qualityA Cloudflare Workers-based server implementing the Model Context Protocol that enables AI assistants like Claude to securely access external tools through OAuth authentication.Last updated -14TypeScript