payloadcmsmcp vs time
Side-by-side comparison to help you pick between these two MCP servers.
payloadcmsmcp by disruption-hub | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 114 | ★ 85,748 |
| 30d uses | — | — |
| Score | 41 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsDatabaseE-commerce | ProductivityDeveloper ToolsCommunication |
| Language | HTML | TypeScript |
| Last commit | 14 mo ago | this month |
payloadcmsmcp · Summary
Specialized MCP server for Payload CMS 3.0 providing code validation, template generation, and project scaffolding tools.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
payloadcmsmcp · Use cases
- Validate Payload CMS collections and configurations against best practices
- Generate code templates for collections, fields, hooks, and other components
- Scaffold complete Payload CMS projects with database setup and authentication
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
payloadcmsmcp · Install
Installation
Using Cursor
- Open Cursor Settings
- Go to MCP Servers section
- Add a new MCP server
- Name it "Payload CMS 3.0 MCP"
- Set Transport Type to "Command"
- Set Command to:
railway run --service=YOUR_SERVICE_ID - Save the configuration
General Setup
Ensure you have Node.js 18+ and an active Railway account with API token.
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"]
}
}
}