kaomoji-mcp
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., "@kaomoji-mcpgive me a kaomoji for when I'm feeling happy"
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.
kaomoji-mcp
MCP server that returns a random kaomoji for any mood. 96,000+ unique kaomoji merged from 4 open datasets.
Quick start
npm install
node index.jsRelated MCP server: Cowsay MCP Server
Tools
kaomoji
Get a random kaomoji for a mood.
kaomoji({ mood: "happy" }) → ╰( ̄▽ ̄)╯
kaomoji({ mood: "angry" }) → (╬◣д◢)
kaomoji({ mood: "sleepy" }) → (-_-)zzz
kaomoji({ mood: "love" }) → (♡ε♥)
kaomoji({ mood: "huh" }) → (o_O)?Supports natural language: happy, mad, hmm, zzz, omg, cat, etc.
kaomoji_moods
List all 30 available moods and entry counts.
Available moods
Mood | Count | Examples |
happy | 1,649 | (^▽^) (^o^)/ |
sad | 3,442 | (╥﹏╥) (T_T) |
angry | 2,767 | (╬◣д◢) (#°Д°) |
love | 16,879 | (♡ε♥) (◕ᴗ◕✿) |
cute | 14,108 | (。♡‿♡。) (◕‿◕) |
excited | 536 | \(^o^)/ |
playful | 1,095 | (^.~) ಠ‿↼ |
mischievous | 168 | (¬_¬) ( ̄ω ̄;) |
cool | 132 | (⌐■_■) |
smug | 132 | ( ̄^ ̄) |
embarrassed | 214 | (^^;) m(_ _)m |
shy | 118 | (ᵕ̈) |
surprised | 812 | Σ(゚Д゚) |
worried | 36 | (;`ε´) |
nervous | 995 | (._.;) |
confused | 56 | (o_O)? |
thinking | 157 | (-_-) (..) |
sleepy | 655 | (-_-)zzz (ーωー) |
tired | 118 | ( ̄o ̄) |
chill | 279 | ( ´ω`) |
neutral | 56,782 | (・_・) |
greeting | 953 | (^_^)/ ヾ(^∇^) |
flirty | 941 | (^.~) ಠ‿↼ |
animal | 8,859 | (=^・ω・^=) ʕ•ᴥ•ʔ |
cry | 72 | (╥﹏╥) |
Data sources
Source | Entries | What |
41,596 | 535 Japanese categories | |
5,255 | Emotions, actions, animals | |
62,149 | Tagged emoticons | |
75 | CLI-safe curated |
opencode.json config
{
"mcp": {
"kaomoji": {
"type": "local",
"command": ["node", "/path/to/kaomoji-mcp/index.js"],
"enabled": true
}
}
}Rebuild database
# Requires Python 3.10+ and the cloned source repos in /tmp
python3 build-db.pyLicense
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
Access and interact with anime and manga data seamlessly. Retrieve detailed information about your…
Get a random dad joke or search by keyword to fit any moment. Retrieve specific jokes by ID for re…
Contextual prompts and agent skills for 140+ AI platforms.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceGenerates personalized music playlists based on mood analysis using AI sentiment detection and emoji understanding. Integrates with Last.fm API to create playlists with multi-language support and provides streaming links for Spotify, Apple Music, and YouTube.1Apache 2.0
- AlicenseAqualityDmaintenanceEnables language models to generate fun ASCII art featuring cows and other characters saying or thinking custom messages. Provides access to various cow characters including dragons, penguins, and skeletons for creative text art generation.35 npm2MIT
- AlicenseAqualityCmaintenanceASCII art & kaomoji for AI agents, CLI tools, and chatbots.1127 npm1MIT
- AlicenseNot gradedqualityCmaintenanceEnables AI to display its current mood as a locally generated ASCII face using Stable Diffusion, with a tool feel(emotion) that the AI can call to update the terminal display.MIT