ai-agent-dev-week4-mcp-server vs time
Side-by-side comparison to help you pick between these two MCP servers.
ai-agent-dev-week4-mcp-server by jmjmlang | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 0 | ★ 85,748 |
| 30d uses | — | — |
| Score | 33 | 77 |
| Official | — | ✓ |
| Categories | DatabaseDeveloper ToolsAI / LLM Tools | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | this month | this month |
ai-agent-dev-week4-mcp-server · Summary
An MCP server exposing a Person database with CRUD operations for AI agents using Next.js and Prisma.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
ai-agent-dev-week4-mcp-server · Use cases
- Personal CRM assistant that can manage contact information
- Team management tool integrated with AI agents
- Automated contact sync between different systems
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
ai-agent-dev-week4-mcp-server · Install
Installation
- Clone the repository
- Install dependencies:
npm install - Set up your database: Add
DATABASE_URLto.envpointing to your Week 3 Neon database - Push database schema:
npx prisma db push - Run development server:
npm run dev
The server will be available at http://localhost:3000/api/mcp
API Key Setup
Generate an API key for a user:
npm run issue-key -- user@example.com "my laptop"Claude Desktop Configuration
Add to your Claude Desktop config:
{
"mcpServers": {
"ai-agent-dev-week4": {
"command": "npx",
"args": ["ai-agent-dev-week4-mcp-server"],
"env": {
"DATABASE_URL": "your_database_url"
}
}
}
}VS Code Configuration
Copy .vscode/mcp.json into your workspace.
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"]
}
}
}