MCP Catalogs
Home

time vs postman-mcp-server

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

time
by modelcontextprotocol
postman-mcp-server
by postmanlabs
Stars★ 85,748★ 240
30d uses
Score7751
Official
Categories
ProductivityDeveloper ToolsCommunication
Developer ToolsAI / LLM ToolsProductivity
LanguageTypeScriptTypeScript
Last committhis monththis month

time · Summary

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

postman-mcp-server · Summary

Postman MCP Server connects AI tools to Postman APIs for testing, collections management, and code generation.

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

postman-mcp-server · Use cases

  • Automated API testing using Postman collections
  • Natural language management of workspaces and environments
  • Client code generation from API definitions

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

postman-mcp-server · Install

Remote Server (Recommended)

For Claude Desktop, add to claude_desktop_config.json:

{
  "mcpServers": {
    "postman": {
      "command": "http",
      "args": ["https://mcp.postman.com/minimal"]
    }
  }
}

For VS Code, use the [Install in VS Code](https://insiders.vscode.dev/redirect/mcp/install?name=postman_mcp_server&config=%7B%22type%22%3A%20%22http%22%2C%22url%22%3A%20%22https%3A%2F%2Fmcp.postman.com%2Fminimal%22%2C%22headers%22%3A%7B%22Authorization%22%3A%22Bearer%20YOUR_API_KEY%22%7D%7D) button or configure manually in .vscode/mcp.json.

Comparison generated from public README + GitHub signals. Last updated automatically.