lapras-mcp-server vs time
Side-by-side comparison to help you pick between these two MCP servers.
lapras-mcp-server by lapras-inc | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 101 | ★ 85,748 |
| 30d uses | — | — |
| Score | 46 | 77 |
| Official | — | ✓ |
| Categories | ProductivityAI / LLM ToolsOther | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | 4 mo ago | this month |
lapras-mcp-server · Summary
An official MCP server for Lapras, enabling job search and career management through AI.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
lapras-mcp-server · Use cases
- AI-assisted job search with specific criteria like remote work, salary, and tech stack
- Career profile management through AI analysis and updates to experience and skills
- Resume generation and career planning based on existing work history
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
lapras-mcp-server · Install
Installation
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"lapras": {
"command": "npx",
"args": [
"-y",
"@lapras-inc/lapras-mcp-server"
],
"env": {
"LAPRAS_API_KEY": "<YOUR_LAPRAS_API_KEY>"
}
}
}
}Docker
{
"mcpServers": {
"lapras": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"LAPRAS_API_KEY",
"laprascom/lapras-mcp-server:v0.4.0"
],
"env": {
"LAPRAS_API_KEY": "<YOUR_LAPRAS_API_KEY>"
}
}
}
}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"]
}
}
}