MCP Catalogs
Home

wp-mcp vs time

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

wp-mcp
by Adi-ty
time
by modelcontextprotocol
Stars★ 2★ 85,748
30d uses
Score3277
Official
Categories
E-commerceAI / LLM ToolsDeveloper Tools
ProductivityDeveloper ToolsCommunication
LanguageTypeScriptTypeScript
Last commit10 mo agothis month

wp-mcp · Summary

WordPress MCP server enables AI agents to manage WordPress content through natural language commands.

time · Summary

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

wp-mcp · Use cases

  • AI-powered content creation and publishing for WordPress blogs
  • Voice-controlled website management through AI assistants
  • Automated content generation with direct WordPress publishing

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

wp-mcp · Install

npm install @adi.lib/wp-mcp

Add to your client configuration:

{
  "servers": {
    "wp-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": ["-y", "@adi.lib/wp-mcp"],
      "env": {
        "WP_BASE_URL": "https://your-site.com",
        "WP_USERNAME": "admin",
        "WP_APP_PASSWORD": "abc1 def2 ghi3 jkl4"
      }
    }
  }
}

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.