MCP Catalogs
Home

keyshade-mcp vs time

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

keyshade-mcp
by keyshade-xyz
time
by modelcontextprotocol
Stars★ 8★ 85,748
30d uses
Score3777
Official
Categories
Developer ToolsSecurityProductivity
ProductivityDeveloper ToolsCommunication
LanguageJavaScriptTypeScript
Last commit5 mo agothis month

keyshade-mcp · Summary

Keyshade MCP server provides secure API access to manage secrets and keys within development environments.

time · Summary

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

keyshade-mcp · Use cases

  • Securely retrieving API keys and secrets during development
  • Automating credential management in CI/CD pipelines
  • Accessing sensitive environment variables without hardcoding

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

keyshade-mcp · Install

Installation

  1. Clone the repository:
git clone https://github.com/keyshade-xyz/keyshade-mcp.git
cd keyshade-mcp
  1. Install dependencies:
pnpm install
  1. Build the project:
pnpm build

Configuration for Claude Desktop

Add the following to your claude_desktop_config.json:

{
  "mcpServers": {
    "keyshade": {
      "command": "node",
      "args": [
        "YOUR_ABSOLUTE_PATH_TO/build/index.js"
      ],
      "env": {
        "KEYSHADE_API_KEY": "YOUR_KEYSHADE_API_KEY"
      }
    }
  }
}

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.