time vs sysplant
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | sysplant by x42en | |
|---|---|---|
| Stars | ★ 85,748 | ★ 130 |
| 30d uses | — | — |
| Score | 77 | 48 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | SecurityDeveloper ToolsAI / LLM Tools |
| Language | TypeScript | Nim |
| Last commit | this month | this month |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
sysplant · Summary
SysPlant is a syscall hooking factory that provides multiple syscall retrieval methods with MCP server integration for AI coding assistants.
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
sysplant · Use cases
- Security researchers and pentesters analyzing syscall techniques
- Developers needing to generate custom syscall implementations for bypassing security controls
- AI coding assistants generating syscall code directly in chat interfaces
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"]
}
}
}sysplant · Install
# Install SysPlant
pip install sysplant
# Run the MCP server
python bridge_mcp_sysplant.py
# For web-based clients (SSE or Streamable HTTP)
python bridge_mcp_sysplant.py --transport sse --port 9090For Claude Desktop, add this to your claude_desktop_config.json:
{
"mcpServers": {
"sysplant": {
"command": "python",
"args": ["/path/to/bridge_mcp_sysplant.py"]
}
}
}