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 | — | — |
| Score | 47 | 77 |
| Official | — | ✓ |
| Categories | ProductivityCommunicationDeveloper Tools | ProductivityDeveloper ToolsCommunication |
| Language | — | TypeScript |
| Last commit | 1 mo ago | this 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
- Click your account icon → **Settings**
- Select **Connectors** → **Add Connector**
- Paste the following URL:
`` https://mcp.dottedsign.com/dottedsign-api/mcp ``
- 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/mcpChatGPT
- Go to [chatgpt.com](https://chatgpt.com), click your account icon → **Settings**
- Select **Connectors** → **Add Connector**
- Paste the following URL:
`` https://mcp.dottedsign.com/dottedsign-api/mcp ``
- 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"]
}
}
}