MCP Hub
Back to servers

emojihub

EmojiHub MCP — wraps EmojiHub API (free, no auth)

Registry
Updated
Apr 2, 2026

mcp-emojihub

MCP server for emoji lookup by category and group via EmojiHub API. No authentication required.

Tools

ToolDescription
random_emojiGet a random emoji
get_by_categoryGet all emojis in a given category
get_by_groupGet all emojis in a given group

Quickstart via Pipeworx Gateway

Call any tool through the hosted gateway with zero setup:

curl -X POST https://gateway.pipeworx.io/mcp \
  -H "Content-Type: application/json" \
  -d '{
    "jsonrpc": "2.0",
    "id": 1,
    "method": "tools/call",
    "params": {
      "name": "emojihub_random_emoji",
      "arguments": {}
    }
  }'

License

MIT

Reviews

No reviews yet

Sign in to write a review