time vs autoapply-mcp
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | autoapply-mcp by preetrajdeo | |
|---|---|---|
| Stars | ★ 85,748 | ★ 0 |
| 30d uses | — | — |
| Score | 77 | 36 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | Browser AutomationProductivityAI / LLM Tools |
| Language | TypeScript | TypeScript |
| Last commit | this month | 2 mo ago |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
autoapply-mcp · Summary
An MCP server that automates job applications by filling forms and uploading resumes via browser automation.
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
autoapply-mcp · Use cases
- Automatically apply to multiple job postings with a single command
- Pre-fill standard application fields from saved profile data
- Auto-upload resumes to application forms
- Handle complex form fields including dropdowns and file uploads
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"]
}
}
}autoapply-mcp · Install
Setup with Smithery (easiest)
npx -y @smithery/cli mcp add preetrajdeo/autoapply-mcpManual configuration
- Open Claude Desktop config file:
- Mac: ~/Library/Application Support/Claude/claude_desktop_config.json - Windows: %APPDATA%\Claude\claude_desktop_config.json
- Add this configuration (merge with existing content):
{
"mcpServers": {
"autoapply": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://autoapply-mcp.onrender.com/sse"]
}
}
}- Fully quit and restart Claude Desktop.