Remote MCP Server for Website Analysis

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 サーバーを作成することもできます。

npm create cloudflare@latest -- my-mcp-server --template=cloudflare/ai/demos/remote-mcp-authless

利用可能なツール

ウェブサイト分析ツール

  1. ウェブサイトを分析する
    • Cloudflareのブラウザレンダリングを使用してウェブサイトをスクレイピングして分析する
    • Cloudflare AIを使用してウェブサイトのコンテンツの概要を提供します
    • 入力: url (文字列) - 分析するウェブサイトのURL
    • 例: [tool] analyze_website(url: "https://example.com")
  2. ウェブサイトについて質問する
    • ウェブサイトをスクレイピングし、そのコンテンツに関する特定の質問に答えます
    • Cloudflare AIを使用して、ウェブサイトに関する質問を理解し、回答します
    • 入力:
      • url (文字列) - 分析するウェブサイトのURL
      • question (文字列) - ウェブサイトのコンテンツに関する質問
    • 例: [tool] ask_q_about_website(url: "https://example.com", question: "What services does this company offer?")

MCPサーバーのカスタマイズ

独自のツールを MCP サーバーに追加するには、 this.server.tool(...)を使用してsrc/index.tsinit()メソッド内で各ツールを定義します。

Cloudflare AI Playgroundに接続する

リモート MCP クライアントである Cloudflare AI Playground から MCP サーバーに接続できます。

  1. https://playground.ai.cloudflare.com/にアクセスしてください
  2. デプロイされた MCP サーバーの URL を入力します ( remote-mcp-server-authless.<your-account>.workers.dev/sse )
  3. MCP ツールをプレイグラウンドから直接使用できるようになりました。

Claude DesktopをMCPサーバーに接続する

mcp-remote プロキシを使用して、ローカル MCP クライアントからリモート MCP サーバーに接続することもできます。

Claude Desktop から MCP サーバーに接続するには、 Anthropic のクイックスタートに従い、Claude Desktop 内で [設定] > [開発] > [構成の編集] に移動します。

次の構成で更新します。

{ "mcpServers": { "calculator": { "command": "npx", "args": [ "mcp-remote", "http://localhost:8787/sse" // or remote-mcp-server-authless.your-account.workers.dev/sse ] } } }

Claude を再起動すると、ツールが利用可能になるはずです。

要件

ウェブサイト分析ツールを使用するには、次のものが必要です。

  1. ブラウザバインディングが有効になっているCloudflare Workers
  2. Cloudflare AIバインディングが構成されました
  3. 両方のバインディングに適切な権限

wrangler.jsoncに以下の内容が含まれていることを確認します。

{ "browser": { "binding": "BROWSER" }, "ai": { "binding": "AI" } }
-
security - not tested
F
license - not found
-
quality - not tested

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 サーバーです。

  1. 始めましょう:
    1. 利用可能なツール
      1. ウェブサイト分析ツール
    2. MCPサーバーのカスタマイズ
      1. Cloudflare AI Playgroundに接続する
        1. Claude DesktopをMCPサーバーに接続する
          1. 要件

            Related MCP Servers

            • -
              security
              F
              license
              -
              quality
              A 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
            • -
              security
              F
              license
              -
              quality
              A Model Context Protocol server for Cloudflare Workers that integrates with Claude AI, enabling tool usage through OAuth login and SSE connections.
              Last updated -
              14
              TypeScript
            • A
              security
              A
              license
              A
              quality
              A 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 -
              21
              60,271
              37
              TypeScript
              Apache 2.0
            • -
              security
              F
              license
              -
              quality
              A 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 -
              14
              TypeScript

            View all related MCP servers

            ID: se9d08cr51