MCP Catalogs
Home

dottedsign-mcp vs time

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

dottedsign-mcp
by DottedSign-Official
time
by modelcontextprotocol
Stars★ 116★ 85,748
30d uses
Score4777
Official
Categories
ProductivityCommunicationDeveloper Tools
ProductivityDeveloper ToolsCommunication
LanguageTypeScript
Last commit1 mo agothis month

dottedsign-mcp · Summary

An MCP server enabling AI assistants to manage DottedSign document signing tasks and templates through natural language.

time · Summary

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

dottedsign-mcp · Use cases

  • Automate document signing workflows through AI assistants
  • Track signing status of contracts without leaving the conversation
  • Create and send signing requests directly from AI chat interfaces

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

dottedsign-mcp · Install

Installation

Claude Desktop/claude.ai

  1. Click your account icon → **Settings**
  2. Select **Connectors** → **Add Connector**
  3. Paste the following URL:

`` https://mcp.dottedsign.com/dottedsign-api/mcp ``

  1. Claude will walk you through signing in to DottedSign to authorize access

Claude Code

Run the following command in your terminal:

claude mcp add --transport http dottedsign https://mcp.dottedsign.com/dottedsign-api/mcp

ChatGPT

  1. Go to [chatgpt.com](https://chatgpt.com), click your account icon → **Settings**
  2. Select **Connectors** → **Add Connector**
  3. Paste the following URL:

`` https://mcp.dottedsign.com/dottedsign-api/mcp ``

  1. Sign in to DottedSign to complete authorization

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.