Back to Apps

Sticker MCP
Supports UIby asashiki
Send expressive stickers and memes in AI chat via interactive inline widgets and a web admin page.
0 stars
Works in:ChatGPT
Exposes:ToolsResources
What it does
Sticker MCP allows AI assistants to send expressive stickers directly into the chat conversation. It uses a ui:// MCP Apps widget to render images inline, making AI interactions more emotive and visually engaging. It also includes a standalone web-based administration console for managing the sticker library.
Key features
- Inline Rendering: Renders stickers as rich widgets in Claude.ai and ChatGPT web interfaces.
- Mood-Aware Selection: AI can browse the catalog and proactively pick stickers that match the conversation's emotional tone.
- AI-Driven Growth: The AI can add new stickers to the library using public URLs or direct image uploads.
- Web Admin Console: A dedicated
/adminpage for drag-and-drop uploads, batch adding, and tag management.
Installation
- Claude Desktop: Add to
claude_desktop_config.json:
{
"mcpServers": {
"sticker": {
"command": "node",
"args": ["path/to/sticker-mcp/dist/stdio.js"]
}
}
}
- Claude.ai Web: Connect via custom connector URL:
https://your-domain/mcp/sticker.
Supported hosts
- claude
- chatgpt
Quick install
npm install @asashiki/sticker-mcp && node dist/stdio.jsInformation
- Pricing
- free
- Published
- 7/20/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
claude-ai
Add custom connector with URL https://your-domain/mcp/stickerClaude Desktop
Add the server config to claude_desktop_config.json using node dist/stdio.js





