MCP Catalogs
Home

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
Score3377
Official
Categories
DatabaseDeveloper ToolsAI / LLM Tools
ProductivityDeveloper ToolsCommunication
LanguageTypeScriptTypeScript
Last committhis monththis 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

  1. Clone the repository
  2. Install dependencies: npm install
  3. Set up your database: Add DATABASE_URL to .env pointing to your Week 3 Neon database
  4. Push database schema: npx prisma db push
  5. 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"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.