mcp-file-preview
15
The MCP File Preview Server is a Model Context Protocol server that allows users to preview HTML files and analyze their structure. It is capable of capturing full-page screenshots, managing local file paths, and saving outputs to a designated directory.
How do I install the MCP File Preview Server?
Clone the repository, install dependencies using npm, and build the project using npm run build.
Where are the screenshots saved?
Screenshots are saved to the 'screenshots/' directory in the project folder.
What platforms are supported for integration?
The server can be integrated with platforms like Claude Desktop App and Cline VSCode Extension.
How can I analyze the HTML content?
Use the 'analyze_content' tool to analyze HTML structure and get counts of headings, paragraphs, images, and links.
What should I do if the tools don't appear in the dropdown?
Check Claude OS logs and use the MCP Inspector for debugging.