zys5945/WebRendererMCP
3.2
If you are the rightful owner of WebRendererMCP and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
WebRendererMCP is a server that utilizes Playwright to render HTML and exposes it as a Model Context Protocol (MCP) server.
Tools
1
Resources
0
Prompts
0
WebRendererMCP
Description
WebRendererMCP renders HTML using Playwright and exposes it as an MCP server.
Installation
{
"mcpServers": {
"WebRenderer": {
"command": "npx",
"args": ["web-renderer-mcp"]
}
}
}
Tools provided
renderHTML(pageId: string, html: string)