time vs toonify-mcp
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | toonify-mcp by PCIRCLE-AI | |
|---|---|---|
| Stars | ★ 85,748 | ★ 63 |
| 30d uses | — | — |
| Score | 77 | 46 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | AI / LLM ToolsDeveloper ToolsProductivity |
| Language | TypeScript | TypeScript |
| Last commit | this month | this month |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
toonify-mcp · Summary
Context compression plugin for Claude Code that trims large JSON, logs, and source files.
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
toonify-mcp · Use cases
- Reducing context window usage when working with large JSON or API responses
- Shortening verbose test failures and stack traces for more efficient debugging
- Compressing large logs or source files without losing important information
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"]
}
}
}toonify-mcp · Install
Install Toonify MCP as a Claude Code plugin:
git clone https://github.com/PCIRCLE-AI/toonify-mcp.git
cd toonify-mcp
npm install
npm run build
npm install -g .
toonify-mcp setup
toonify-mcp doctorFor MCP mode:
toonify-mcp setup mcp
claude mcp listClaude Desktop configuration snippet:
{
"mcpServers": {
"toonify": {
"command": "toonify-mcp",
"args": []
}
}
}