Capture web pages as screenshots (returned inline) or PDFs via the Screenshotty API.
claude mcp add screenshotty -- npx -y screenshotty-mcp
claude_desktop_config.json
{
"mcpServers": {
"screenshotty": {
"command": "npx",
"args": [
"-y",
"screenshotty-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"screenshotty": {
"command": "npx",
"args": [
"-y",
"screenshotty-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"screenshotty": {
"command": "npx",
"args": [
"-y",
"screenshotty-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"screenshotty": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"screenshotty-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"screenshotty": {
"command": "npx",
"args": [
"-y",
"screenshotty-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.nihey--screenshotty/reviews or the review_server meta-tool.
POST /mcp