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 | — | — |
| Score | 77 | 40 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | ProductivityDeveloper ToolsAI / LLM Tools |
| Language | TypeScript | JavaScript |
| Last commit | this month | 7 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
- Install & Build:
npm install
npm run build
npm start- Configure Claude Desktop:
Add to your Claude Desktop MCP configuration:
{
"mcpServers": {
"autowp": {
"command": "node",
"args": ["/path/to/your/autowp-mcp/build/index.js"]
}
}
}