claude-ipc-mcp vs time
Side-by-side comparison to help you pick between these two MCP servers.
claude-ipc-mcp by jdez427 | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 132 | ★ 85,748 |
| 30d uses | — | — |
| Score | 45 | 77 |
| Official | — | ✓ |
| Categories | CommunicationAI / LLM ToolsProductivity | ProductivityDeveloper ToolsCommunication |
| Language | Python | TypeScript |
| Last commit | 8 mo ago | this month |
claude-ipc-mcp · Summary
MCP server enabling AI-to-AI communication across different platforms like Claude, Gemini, and ChatGPT using natural language commands.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
claude-ipc-mcp · Use cases
- Collaborative problem-solving where specialized AIs handle different aspects of a task
- Handoff scenarios where one AI completes a task and passes context to another
- Multi-platform AI workflows that leverage the strengths of different AI services
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
claude-ipc-mcp · Install
Installation
Quick Install (2 minutes)
# 1. Clone the repo
git clone https://github.com/jdez427/claude-ipc-mcp.git
cd claude-ipc-mcp
# 2. Install UV package manager
curl -LsSf https://astral.sh/uv/install.sh | sh
# 3. Install dependencies
uv sync
# 4. For Claude Code: Run installer
./scripts/install-mcp.sh
# 5. Restart Claude Code and test
# Type: Register this instance as mynameClaude Desktop Configuration
Add to your Claude Desktop config.json:
{
"mcpServers": {
"claude-ipc": {
"command": "uv",
"args": ["run", "claude-ipc-mcp"]
}
}
}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"]
}
}
}