MCP File Preview Server

by seanivore
Verified

preview_file

Preview local HTML file and capture screenshot

Input Schema

NameRequiredDescriptionDefault
filePathYesPath to local HTML file
heightNoViewport height
widthNoViewport width

Input Schema (JSON Schema)

{ "properties": { "filePath": { "description": "Path to local HTML file", "type": "string" }, "height": { "default": 768, "description": "Viewport height", "type": "number" }, "width": { "default": 1024, "description": "Viewport width", "type": "number" } }, "required": [ "filePath" ], "type": "object" }

You must be authenticated.

Other Tools