What is the PageShot MCP MCP server?
Capture webpage screenshots with format, viewport, and dark mode options
How to install PageShot MCP
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"pageshot-mcp": {
"command": "npx",
"args": [
"-y",
"pageshot-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"pageshot-mcp": {
"command": "npx",
"args": [
"-y",
"pageshot-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"pageshot-mcp": {
"command": "npx",
"args": [
"-y",
"pageshot-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"pageshot-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"pageshot-mcp"
]
}
}
}Claude Code
claude mcp add pageshot-mcp -- npx -y pageshot-mcpRelated MCP servers
Deploy and manage instant HTML sites with paste, upload, and ZIP deploy
View repository →