MCP Catalogs
Home

ai-command vs time

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

ai-command
by mcp-wp
time
by modelcontextprotocol
Stars★ 116★ 85,748
30d uses
Score4677
Official
Categories
Developer ToolsAI / LLM ToolsProductivity
ProductivityDeveloper ToolsCommunication
LanguagePHPTypeScript
Last commit5 mo agothis month

ai-command · Summary

WordPress MCP server enabling AI-powered site management through WP-CLI integration.

time · Summary

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

ai-command · Use cases

  • AI-powered WordPress content creation and management during development
  • Automated site configuration and setup through AI commands
  • Integration of AI capabilities into existing WordPress development workflows

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

ai-command · Install

  1. Install WP-CLI v2.11 or greater (update with wp cli update)
  2. Install the AI Services plugin on your WordPress site
  3. Install the package using:

``bash wp package install mcp-wp/ai-command:dev-main ``

  1. Configure MCP connection in your client (e.g., Claude Desktop) with:

```json { "mcpServers": { "wordpress": { "command": "wp", "args": ["ai", "mcp"] } } }

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.