MCP Catalogs
Home

context-compose-mcp vs time

Side-by-side comparison to help you pick between these two MCP servers.

context-compose-mcp
by lazylagom
time
by modelcontextprotocol
Stars★ 1★ 85,748
30d uses
Score3177
Official
Categories
Developer ToolsAI / LLM ToolsProductivity
ProductivityDeveloper ToolsCommunication
LanguageTypeScriptTypeScript
Last commit11 mo agothis month

context-compose-mcp · Summary

Context Compose MCP server enables task-specific context composition for LLM interactions using YAML-based contexts.

time · Summary

A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.

context-compose-mcp · Use cases

  • Frontend development with React components using expert personas and TypeScript rules
  • Backend API development with security guidelines and clean code principles
  • Code reviews with standardized checklists and architecture expert perspectives

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

context-compose-mcp · Install

{
  "mcpServers": {
    "context-compose": {
      "command": "npx",
      "args": ["-y", "@noanswer/context-compose@latest"]
    }
  }
}
  1. Initialize your project: npx @noanswer/context-compose init
  2. Create context files in .contextcompose/ directory
  3. Start a context: npx @noanswer/context-compose start-context <context-name>

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"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.