sticker-mcp
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., "@sticker-mcpsend a sticker for my happy mood"
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.
sticker-mcp
An MCP Server that allows AI to send expressive stickers based on conversation context, with a built-in MCP App UI for sticker management.
Features
Built-in UI: Manage your stickers directly from compatible MCP clients (like Claude Desktop) using MCP Apps.
AI Contextual Stickers: AI can evaluate the conversation and pick the most appropriate sticker based on emotions/tags.
Simple Storage: Uses local JSON and filesystem storage. No database required.
Related MCP server: Simple Memory MCP
Installation
Clone this repository
Run
npm installRun
npm run buildto build the UIAdd to your MCP client configuration
Claude Desktop Configuration
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"sticker": {
"command": "node",
"args": [
"path/to/sticker-mcp/node_modules/tsx/dist/cli.mjs",
"path/to/sticker-mcp/src/index.ts"
]
}
}
}Usage
Once installed, the AI will have access to the send_sticker tool.
You can open the "Sticker Admin UI" from your client to upload images and assign them emotions or tags (e.g., "happy", "confused", "dog").
When the AI uses the send_sticker tool, it will return the sticker image directly in the chat.
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
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/asashiki/sticker-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server