MCP.so
Sign In
W

Web Renderer

@zys5945

About Web Renderer

No overview available yet

Basic information

Category

Other

Transports

stdio

Publisher

zys5945

Submitted by

Shawn L

Config

Add this server to your MCP-compatible client using the configuration below.

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

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

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

Comments

More Other MCP servers