MCP server for HTML file preview and analysis - Has been weird with OS but good on Cline so WIP
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-file-preview": {
"command": "npx",
"args": [
"-y",
"seanivore/mcp-file-preview"
]
}
}
}
Run in terminal:
claude mcp add mcp-file-preview npx -y seanivore/mcp-file-preview
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-file-preview": {
"command": "npx",
"args": [
"-y",
"seanivore/mcp-file-preview"
]
}
}
}