MCP Catalogs
Home

claudeus-wp-mcp vs time

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

claudeus-wp-mcp
by deus-h
time
by modelcontextprotocol
Stars★ 142★ 85,748
30d uses
Score5077
Official
Categories
Developer ToolsProductivityOther
ProductivityDeveloper ToolsCommunication
LanguageTypeScriptTypeScript
Last commit2 mo agothis month

claudeus-wp-mcp · Summary

A comprehensive MCP server with 145 WordPress management tools for content, media, users, and site operations.

time · Summary

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

claudeus-wp-mcp · Use cases

  • Automate WordPress content creation and management workflows
  • Monitor and diagnose site health issues proactively
  • Integrate WordPress operations with Claude AI for intelligent site management

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

claudeus-wp-mcp · Install

Installation

Via NPM (Recommended):

npm install -g claudeus-wp-mcp

For Development:

git clone https://github.com/deus-h/claudeus-wp-mcp
cd claudeus-wp-mcp
pnpm install
pnpm build

Configuration

  1. Create a wp-sites.json file with your WordPress sites configuration:
{
  "default_test": {
    "URL": "https://your-site.com",
    "USER": "admin",
    "PASS": "your-application-password",
    "authType": "basic"
  }
}
  1. Add to Claude Desktop configuration:
{
  "mcpServers": {
    "claudeus-wp-mcp": {
      "command": "npx",
      "args": ["-y", "claudeus-wp-mcp"],
      "env": {
        "WP_SITES_PATH": "/absolute/path/to/your/wp-sites.json"
      }
    }
  }
}

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.