MCP Catalogs
Home

time vs pluggedin-app

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

time
by modelcontextprotocol
pluggedin-app
by VeriTeknik
Stars★ 85,748★ 94
30d uses
Score7748
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.

pluggedin-app · Summary

A unified, self-hostable web interface for discovering, configuring, and managing MCP servers.

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

pluggedin-app · Use cases

  • Centralizing AI conversations and knowledge from multiple AI models and platforms
  • Managing and versioning AI-generated content with proper attribution
  • Providing a unified interface for accessing and configuring MCP servers across different AI clients

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

pluggedin-app · Install

Docker Installation (Recommended)

git clone https://github.com/VeriTeknik/pluggedin-app.git
cd pluggedin-app
cp .env.example .env

docker compose up --build -d

Visit http://localhost:12005 after installation.

Claude Desktop Integration

Add the following to Claude Desktop's claude_desktop_config.json:

{
  "mcpServers": {
    "pluggedin": {
      "command": "docker",
      "args": ["run", "--rm", "-i", "veriteknik/pluggedin:latest", "mcp"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.