@mukundakatta/emoji-mcp
v0.1.0
Published
MCP server: convert between emoji characters and shortcodes, with metadata.
Maintainers
Readme
emoji-mcp
MCP server: convert between emoji characters and shortcodes. Backed by
node-emoji (GitHub-style names).
Tools
from_shortcode—"hello :smile:"→"hello [emoji]"to_shortcode—"[emoji]"→":smile:"info— shortcode + Unicode code points for an emoji character
Unknown shortcodes and non-emoji characters pass through unchanged.
Configure
{ "mcpServers": { "emoji": { "command": "npx", "args": ["-y", "@mukundakatta/emoji-mcp"] } } }License
MIT.
