time vs mcp-meme-sticky
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | mcp-meme-sticky by nkapila6 | |
|---|---|---|
| Stars | ★ 85,748 | ★ 13 |
| 30d uses | — | — |
| Score | 77 | 38 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | AI / LLM ToolsMediaCommunication |
| Language | TypeScript | Python |
| Last commit | this month | 5 mo ago |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
mcp-meme-sticky · Summary
Python MCP server for creating AI-generated memes and converting them to Telegram stickers.
time · Use cases
- Assisting with international meeting scheduling across time zones
- Providing real-time time information for location-based queries
- Enabling time conversion for travel planning and itineraries
mcp-meme-sticky · Use cases
- Quickly generate custom memes based on prompts without leaving your MCP client
- Create and share Telegram stickers from meme images automatically
- Integrate meme generation into AI workflows for creative content production
time · Install
Installation Options
**Using uv (recommended):**
uvx mcp-server-time**Using PIP:**
pip install mcp-server-time
python -m mcp_server_time**Configure for Claude Desktop:**
{
"mcpServers": {
"time": {
"command": "uvx",
"args": ["mcp-server-time"]
}
}
}mcp-meme-sticky · Install
Installation using uvx:
{
"mcpServers": {
"mcp-sticky":{
"command": "uvx",
"args": [
"--python=3.10",
"--from",
"git+https://github.com/nkapila6/mcp-meme-sticky",
"mcp-sticky"
]
}
}
}