automcp vs time
Side-by-side comparison to help you pick between these two MCP servers.
automcp by lirantal | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 5 | ★ 85,748 |
| 30d uses | — | — |
| Score | 40 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsAI / LLM ToolsProductivity | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | this month | this month |
automcp · Summary
AutoMCP automatically detects your package.json dependencies and configures MCP servers for your coding agents.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
automcp · Use cases
- Automatically setting up MCP servers for JavaScript/Node.js projects based on dependencies
- Maintaining consistent MCP configurations across multiple projects in a team
- Quickly experimenting with MCP servers for packages in a new project
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
automcp · Install
Installation
Run with npx (no install required):
npx automcpOr add as a dev dependency:
npm add -D automcpUsage
# Basic usage
npx automcp
# Preview changes
npx automcp --dry-run
# Include devDependencies
npx automcp --include-dev
# Target specific agent
npx automcp --agent cursorConfiguration
AutoMCP automatically detects agent configuration files:
- Cursor:
.cursor/mcp.jsonin project directory - VS Code:
.vscode/mcp.jsonin project directory
The tool will add GitMCP servers to your existing configuration without overwriting existing entries.
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"]
}
}
}