Mock Screenshots MCP Server
Allows generating fake iMessage chat screenshots with customizable messages, contact, device, and dark mode.
Allows generating fake Instagram chat screenshots with customizable messages, contact, device, and dark mode.
Allows generating fake Facebook Messenger chat screenshots with customizable messages, contact, device, and dark mode.
Allows generating fake Snapchat chat screenshots with customizable messages, contact, device, and dark mode.
Allows generating fake Telegram chat screenshots with customizable messages, contact, device, and dark mode.
Allows generating fake WhatsApp chat screenshots (including group chats) with customizable messages, contact, device, and dark mode.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Mock Screenshots MCP Servergenerate a fake WhatsApp chat with Mom saying 'you home?'"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Mock Screenshots MCP server
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.
Tools
Tool | What it does |
| Compose a conversation (platform, messages, contact, status, device, dark) → returns a deep link to the generator, pre-filled. |
| Lists supported chat apps and their generator URLs. |
| 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.
Related MCP server: iMessage Max
Run
npm install
npm start # stdio serverUse with Claude Desktop / Claude Code
// 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.
Publishing / distribution
npm publishthemockscreenshots-mcppackage.Register on
registry.modelcontextprotocol.iousingserver.json.Submit to mcp.so, Smithery, PulseMCP, Glama, and open a PR to
awesome-mcp-servers.
Each listing is a genuine dofollow dev-domain link + agent discovery — the uncontested distribution channel
How it works
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.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/gamercc-apps/mockscreenshots-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server