MCP Catalogs
Home

mcp-rest-api vs time

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

mcp-rest-api
by dkmaker
time
by modelcontextprotocol
Stars★ 95★ 85,748
30d uses
Score4777
Official
Categories
Developer ToolsMonitoringWeb Scraping
ProductivityDeveloper ToolsCommunication
LanguageJavaScriptTypeScript
Last commit1 mo agothis month

mcp-rest-api · Summary

TypeScript MCP server for testing REST APIs through MCP clients like Cline.

time · Summary

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

mcp-rest-api · Use cases

  • Testing API endpoints during development
  • Debugging API responses and error handling
  • Validating API sequences and request/response formats

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-rest-api · Install

Installation

Install the package globally:

npm install -g dkmaker-mcp-rest-api

Configuration

Add to your MCP client configuration (example for Cline):

{
  "mcpServers": {
    "rest-api": {
      "command": "node",
      "args": [
        "C:/Users/<YourUsername>/AppData/Roaming/npm/node_modules/dkmaker-mcp-rest-api/build/index.js"
      ],
      "env": {
        "REST_BASE_URL": "https://api.example.com",
        "AUTH_BEARER": "your-token"
      }
    }
  }
}```

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.