xclaude-plugin vs time
Side-by-side comparison to help you pick between these two MCP servers.
xclaude-plugin by conorluddy | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 152 | ★ 85,748 |
| 30d uses | — | — |
| Score | 49 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsAI / LLM ToolsProductivity | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | 3 mo ago | this month |
xclaude-plugin · Summary
Modular iOS development automation with 8 workflow-specific MCP servers for Claude Code, enabling focused token usage and efficient workflows.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
xclaude-plugin · Use cases
- Build validation and error checking using the lightweight xc-build MCP
- Rapid development loop combining xc-build for compilation and xc-launch for app installation
- UI testing workflows using xc-interact for accessibility tree queries without rebuilding
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
xclaude-plugin · Install
Installation
From GitHub (Recommended)
/plugin marketplace add conorluddy/xclaude-plugin
/plugin install xclaude-pluginFrom Local Development
/plugin marketplace add /path/to/xclaude-plugin
/plugin install xclaude-pluginClaude Desktop configuration:
{
"mcpServers": {
"xc-build": {
"command": "node",
"args": ["${CLAUDE_PLUGIN_ROOT}/mcp-servers/xc-build/dist/index.js"]
},
"xc-launch": {
"command": "node",
"args": ["${CLAUDE_PLUGIN_ROOT}/mcp-servers/xc-launch/dist/index.js"]
}
}
}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"]
}
}
}