MCP Catalogs
Home

time vs next-devtools-mcp

Side-by-side comparison to help you pick between these two MCP servers.

time
by modelcontextprotocol
next-devtools-mcp
by vercel
Stars★ 85,748★ 747
30d uses
Score7754
Official
Categories
ProductivityDeveloper ToolsCommunication
Developer ToolsBrowser AutomationAI / LLM Tools
LanguageTypeScriptTypeScript
Last committhis month2 mo ago

time · Summary

A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.

next-devtools-mcp · Summary

Next.js DevTools MCP server providing development tools and utilities for Next.js applications.

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

next-devtools-mcp · Use cases

  • Diagnose runtime errors and issues in Next.js applications
  • Automate browser testing of Next.js applications using Playwright
  • Search and retrieve official Next.js documentation and guides
  • Upgrade and migrate Next.js applications to newer versions

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"]
    }
  }
}

next-devtools-mcp · Install

Installation

Using add-mcp CLI:

npx add-mcp next-devtools-mcp@latest

Manual installation:

{
  "mcpServers": {
    "next-devtools": {
      "command": "npx",
      "args": ["-y", "next-devtools-mcp@latest"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.