mockscreenshots-mcp
Allows generation of fake iMessage chat conversations with customizable messages, contact, status, and device, returning a pre-filled deep link to the Mock Screenshots generator.
Allows generation of fake Instagram chat conversations with customizable messages, contact, status, and device, returning a pre-filled deep link to the Mock Screenshots generator.
Allows generation of fake Messenger chat conversations with customizable messages, contact, status, and device, returning a pre-filled deep link to the Mock Screenshots generator.
Allows generation of fake Snapchat chat conversations with customizable messages, contact, status, and device, returning a pre-filled deep link to the Mock Screenshots generator.
Allows generation of fake Telegram chat conversations with customizable messages, contact, status, and device, returning a pre-filled deep link to the Mock Screenshots generator.
Allows generation of fake WhatsApp chat conversations (including group chats) with customizable messages, contact, status, and device, returning a pre-filled deep link to the Mock Screenshots generator.
Click on "Deploy 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., "@mockscreenshots-mcpcompose a fake iMessage chat with Sarah about meeting for coffee"
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: WAHA MCP Server
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 deployed
Maintenance
Related MCP Connectors
Generate logos, social posts, app screenshots, comic panels & visual-novel assets from prompts.
Generate images, videos, voiceovers, and captions from a chat prompt.
Build, version, review, and export websites, web apps, and games from a conversation.
Give your AI agents a real WhatsApp number to send and receive messages.
Related MCP Servers
- AlicenseAqualityDmaintenanceEnables AI models to interact with messages from various messaging platforms (Mobile, Mail, WhatsApp, LinkedIn, Slack, Twitter, Telegram, Instagram, Messenger) through a standardized interface.316MIT
- AlicenseBqualityBmaintenanceBridges the WhatsApp HTTP API with AI assistants to enable full control over messaging, chat management, and interactive workflows through 63 specialized tools. It allows users to automate WhatsApp tasks and receive real-time AI feedback directly on their mobile devices.6318 npm5MIT
- AlicenseAqualityDmaintenanceConnects AI assistants to the official Meta WhatsApp Cloud API for managing conversations and sending various message types through natural language. It provides tools for media management, template messages, and real-time webhook processing without the risk of account bans.183 npm23MIT
- AlicenseNot gradedqualityBmaintenanceGenerate and refine AI images/audio/video through natural conversation.408Apache 2.0