Server data from the Official MCP Registry
Deep links to pixel-perfect fake chat & screenshot generators (iMessage, WhatsApp & more).
Deep links to pixel-perfect fake chat & screenshot generators (iMessage, WhatsApp & more).
This is a well-designed, minimal MCP server with no security vulnerabilities. It has no authentication requirements (appropriate for its stateless design), performs no dangerous operations, contains no hardcoded credentials, and properly validates all inputs. The server is lightweight, dependency-minimal, and honest about its limitations by returning deep links rather than rendering content server-side. Supply chain analysis found 2 known vulnerabilities in dependencies (0 critical, 2 high severity). Package verification found 1 issue.
4 files analyzed · 3 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-gamercc-apps-mockscreenshots-mcp": {
"args": [
"-y",
"@gamercc-apps/mockscreenshots-mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.
An MCP server that lets an AI agent compose a fake chat and get a deep link to the matching Mock Screenshots generator — pre-filled and ready to preview and download.
Output is watermarked and clearly fictional, intended for parody, education, design mockups and fiction. It is not for deception — see the ethics policy.
| Tool | What it does |
|---|---|
generate_fake_chat | Compose a conversation (platform, messages, contact, status, device, dark) → returns a deep link to the generator, pre-filled. |
list_platforms | Lists supported chat apps and their generator URLs. |
list_devices | Lists the iPhone/Android device frames. |
generate_fake_chat input{
"platform": "whatsapp", // imessage | whatsapp | whatsapp-group | instagram | telegram | messenger | snapchat
"contact": "Mom", // header name / username / group name
"status": "typing…", // header status line (optional)
"device": "galaxy-s24", // see list_devices (default iphone-16-pro)
"dark": true, // dark mode (optional)
"messages": [
{ "text": "you home?", "sender": "them", "time": "19:01" },
{ "text": "5 mins!", "sender": "me", "time": "19:02", "ticks": "read" }
]
}
Returns a URL like
https://mockscreenshots.com/fake-whatsapp-chat-generator?s=<state> that opens the
generator with the conversation loaded.
npm install
npm start # stdio server
// claude_desktop_config.json (or: claude mcp add)
{
"mcpServers": {
"mockscreenshots": {
"command": "node",
"args": ["/absolute/path/to/mcp/server.mjs"]
}
}
}
Once published to npm you can instead use npx -y mockscreenshots-mcp.
npm publish the mockscreenshots-mcp package.registry.modelcontextprotocol.io using server.json.awesome-mcp-servers.Each listing is a genuine dofollow dev-domain link + agent discovery — the uncontested distribution channel
The server never renders images. It encodes the conversation into a compact,
URL-safe ?s= parameter that the generator reads on load (src/lib/share.ts). This
keeps the server tiny and dependency-light, and keeps the human in the loop to preview,
tweak and export.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.