An MCP server that provides AI assistants with screenshot capabilities — both web page capture via Puppeteer and cross-platform system screenshots using native OS tools.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-screenshot-serve": {
"command": "npx",
"args": [
"-y",
"sethbang/mcp-screenshot-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add mcp-screenshot-serve npx -y sethbang/mcp-screenshot-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-screenshot-serve": {
"command": "npx",
"args": [
"-y",
"sethbang/mcp-screenshot-server"
]
}
}
}
📋 Copy