MCP Server that provides CLI-safe kaomoji for AI Agents at key interaction points
Connect Kaomoji to Claude, Cursor or any other MCP client and it stops being a tab you switch to. MCP Server that provides CLI-safe kaomoji for AI Agents at key interaction points. The kaomoji mcp server is what makes that connection.
A Model Context Protocol (MCP) server that gives AI agents expressive kaomoji (ASCII emoticons) at key moments — thinking, celebrating, and apologizing. All kaomoji are CLI-safe: no full-width characters, no decorative Unicode, no rendering surprises in any terminal.
kaomoji-mcp on npm is all you need. Most clients run it directly, so configuration is a few lines and a restart.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
subtle — gentle fix, formal context → (^-^)moderate — regular task done → (^o^)/intense — major breakthrough → (^∀^)/not_found — search returned no resultserror — unexpected error occurreddissatisfied — user expressed unhappinessthinking_kaomoji — Before each sub-task or reasoning phasecelebrate_kaomoji — After a task completes successfullyapologize_kaomoji — On no-results, error, or user dissatisfactionTools — The Tools tool exposed by this serverPrompt — The Prompt tool exposed by this serverResource — The Resource tool exposed by this serverAmong the planning and project tracking options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Kaomoji's toolset — subtle, moderate, intense and 11 more — is a fair guide to whether it matches your workflow. It is maintained by frankunderwood-w; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| subtle | gentle fix, formal context → (^-^) |
| moderate | regular task done → (^o^)/ |
| intense | major breakthrough → \(^∀^)/ |
| not_found | search returned no results |
| error | unexpected error occurred |
| dissatisfied | user expressed unhappiness |
| thinking_kaomoji | **Before** each sub-task or reasoning phase |
| celebrate_kaomoji | **After** a task completes successfully |
| apologize_kaomoji | On no-results, error, or user dissatisfaction |
| Tools | The Tools tool exposed by this server. |
| Prompt | The Prompt tool exposed by this server. |
| Resource | The Resource tool exposed by this server. |
| Requirements | The Requirements tool exposed by this server. |
| Cursor | Or via the Cursor UI: **Settings → Cursor Settings → MCP** → click **+ Add new MCP server** and enter the command above. |
Or, if you cloned the repo locally:
```json
{
"mcpServers": {
"kaomoji": {
"command": "node",
"args": ["/absolute/path/to/kaomoji-mcp/build/index.js"]
}
}
}Configuration as documented by the project. Restart the client after saving.
Your workspace, on speaking terms with AI — search, read and write Notion pages and databases.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Search and read your Drive — Docs, Sheets and files become context your assistant can actually use.
Your assistant inside the workspace — read channels, search history, post messages and tame the noise.
Metabase ships its own MCP endpoint — search your BI content, build and run queries, and save questions and dashboards without leaving the chat.
Stop letting your assistant hallucinate n8n node parameters — this server hands it the real schemas, templates and validation.