MCP.so
ログイン
W

Web Renderer

@zys5945

Web Renderer について

概要はまだありません

基本情報

カテゴリ

その他

トランスポート

stdio

公開者

zys5945

投稿者

Shawn L

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "WebRenderer": {
      "command": "npx",
      "args": [
        "web-renderer-mcp"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Web Renderer?

Web Renderer is an MCP server that renders HTML content using Playwright. It takes an HTML string and a page identifier and produces a rendered output.

How to use Web Renderer?

Install by adding the configuration to your MCP client: command "npx" with args ["web-renderer-mcp"]. Use the renderHTML tool with a pageId (string) and html (string).

Key features of Web Renderer

  • Renders HTML using Playwright
  • Provides renderHTML tool with pageId and HTML parameters
  • Simple installation via npx command

Use cases of Web Renderer

FAQ from Web Renderer

コメント

「その他」の他のコンテンツ