Mock Screenshots for Cursor
io.github.gamercc-apps/mockscreenshots-mcp
Deep links to pixel-perfect fake chat & screenshot generators (iMessage, WhatsApp & more).
client:Cursor
transport:stdio
runtime:npm
Install Mock Screenshots in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mockscreenshots-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@gamercc-apps/mockscreenshots-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs