MCP Catalogs
Home

time vs autowpmcp

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

time
by modelcontextprotocol
autowpmcp
by Njengah
Stars★ 85,748★ 21
30d uses
Score7740
Official
Categories
ProductivityDeveloper ToolsCommunication
ProductivityDeveloper ToolsAI / LLM Tools
LanguageTypeScriptJavaScript
Last committhis month7 mo ago

time · Summary

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

autowpmcp · Summary

AutoWP MCP server connects Claude to WordPress sites for automated content creation and 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

autowpmcp · Use cases

  • Automated blog post creation and publishing directly from Claude conversations
  • Bulk media management including uploading, organizing and optimizing images
  • WordPress site management through AI including user, taxonomy and content operations

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

autowpmcp · Install

Installation

  1. Install & Build:
npm install
npm run build
npm start
  1. Configure Claude Desktop:

Add to your Claude Desktop MCP configuration:

{
  "mcpServers": {
    "autowp": {
      "command": "node",
      "args": ["/path/to/your/autowp-mcp/build/index.js"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.