MCP Catalogs
Home

mcp-server vs time

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

mcp-server
by cap-js
time
by modelcontextprotocol
Stars★ 96★ 85,748
30d uses
Score4777
Official
Categories
Developer ToolsAI / LLM ToolsKnowledge Graph
ProductivityDeveloper ToolsCommunication
LanguageJavaScriptTypeScript
Last committhis monththis month

mcp-server · Summary

MCP server for AI-assisted development of CAP applications with model and documentation search capabilities.

time · Summary

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

mcp-server · Use cases

  • AI assistants answering questions about CDS services, entities, and their relationships in CAP projects
  • Developers receiving context-aware suggestions while modifying CDS models
  • Locating documentation for specific CAP APIs without leaving the development environment

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

mcp-server · Install

Installation

  1. Install the server globally:
npm i -g @cap-js/mcp-server
  1. Use in your MCP client with the command npx -y @cap-js/mcp-server
Claude Desktop Configuration

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "cds-mcp": {
      "command": "npx",
      "args": ["-y", "@cap-js/mcp-server"],
      "env": {}
    }
  }
}
VS Code with Cline Configuration

Add to your VS Code settings:

{
  "mcpServers": {
    "cds-mcp": {
      "command": "npx",
      "args": ["-y", "@cap-js/mcp-server"],
      "env": {}
    }
  }
}

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.