mcp-expose-abilities vs time
Side-by-side comparison to help you pick between these two MCP servers.
mcp-expose-abilities by bjornfix | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 25 | ★ 85,748 |
| 30d uses | — | — |
| Score | 44 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsProductivityWeb Scraping | ProductivityDeveloper ToolsCommunication |
| Language | PHP | TypeScript |
| Last commit | 1 mo ago | this month |
mcp-expose-abilities · Summary
WordPress MCP server with 61+ core abilities and 12+ add-ons for content, SEO, and site management via AI agents.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
mcp-expose-abilities · Use cases
- Automate content fixes across multiple WordPress posts and pages
- Update menus, media, and plugin settings through AI commands
- Perform site maintenance tasks like SEO optimization and security checks
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
mcp-expose-abilities · Install
Installation
- Install and activate the required plugins:
- Abilities API: https://github.com/WordPress/abilities-api/releases/latest - MCP Adapter: https://github.com/WordPress/mcp-adapter
- Download the latest release from [Releases](https://github.com/bjornfix/mcp-expose-abilities/releases)
- Upload via WordPress Admin → Plugins → Add New → Upload Plugin
- Activate the plugin
- (Optional) Install add-on plugins for vendor-specific features
Claude Desktop Configuration
Add to your claude_desktop_config.json:
{
"mcpServers": {
"wordpress": {
"command": "npx",
"args": ["@modelcontextprotocol/server-wordpress"],
"env": {
"WORDPRESS_URL": "https://your-site.com",
"WORDPRESS_USERNAME": "your-username",
"WORDPRESS_APPLICATION_PASSWORD": "your-app-password"
}
}
}
}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"]
}
}
}