loading…
Search for a command to run...
loading…
Emoji AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
Emoji AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
Emoji AI MCP Server Emoji search, suggestion, and analysis tools powered by MEOK AI Labs.
| Tool | Description |
|---|---|
search_emoji |
Search for emojis by keyword or name. |
suggest_for_text |
Suggest relevant emojis for a given text based on sentiment/content. |
emoji_to_text |
Convert emojis in text to their text descriptions. |
count_emojis |
Count and categorize emojis in text. |
pip install meok-emoji-ai-mcp
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"emoji-ai": {
"command": "python",
"args": ["-m", "meok_emoji_ai_mcp.server"]
}
}
}
from mcp.server.fastmcp import FastMCP
# This server exposes 4 tool(s) via MCP
# See server.py for full implementation
MIT © MEOK AI Labs
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"emoji-ai-mcp": {
"command": "npx",
"args": []
}
}
}