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 | — | — |
| Score | 46 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsAI / LLM ToolsProductivity | ProductivityDeveloper ToolsCommunication |
| Language | PHP | TypeScript |
| Last commit | 5 mo ago | this 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
- Install WP-CLI v2.11 or greater (update with
wp cli update) - Install the AI Services plugin on your WordPress site
- Install the package using:
``bash wp package install mcp-wp/ai-command:dev-main ``
- 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"]
}
}
}