ContextPods vs time
Side-by-side comparison to help you pick between these two MCP servers.
ContextPods by conorluddy | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 38 | ★ 85,748 |
| 30d uses | — | — |
| Score | 44 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsAI / LLM ToolsOther | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | 9 mo ago | this month |
ContextPods · Summary
ContextPods is a comprehensive MCP development suite that can generate and manage local MCP servers in multiple languages.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
ContextPods · Use cases
- Rapidly create new MCP servers in preferred programming languages with built-in templates
- Convert existing scripts and CLI tools into MCP servers without rewriting code
- Manage multiple MCP servers with validation, analysis, and quality assurance tools
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
ContextPods · Install
Installation
- **Install the CLI:**
``bash npx @context-pods/create # Or install globally npm install -g @context-pods/cli ``
- **Use the CLI:**
``bash context-pods generate context-pods wizard ``
- **To integrate with Claude Desktop:**
Add to your claude_desktop_config.json: ``json { "mcpServers": { "context-pods": { "command": "npx", "args": ["-y", "@context-pods/cli", "server"] } } } ``
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"]
}
}
}