ghost-mcp vs time
Side-by-side comparison to help you pick between these two MCP servers.
ghost-mcp by MFYDev | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 186 | ★ 85,748 |
| 30d uses | — | — |
| Score | 50 | 77 |
| Official | — | ✓ |
| Categories | CommunicationProductivityAI / LLM Tools | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | 1 mo ago | this month |
ghost-mcp · Summary
An MCP server for managing Ghost CMS through LLM interfaces like Claude with comprehensive blog management tools.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
ghost-mcp · Use cases
- Content creators managing Ghost blogs through natural language commands in Claude
- Automated blog publishing and content management via LLM interactions
- Ghost CMS administration without using the web interface
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
ghost-mcp · Install
Install the Ghost MCP server using npm:
npm install -g @fanyangmeng/ghost-mcpConfigure Claude Desktop with this JSON in your claude_desktop_config.json:
{
"mcpServers": {
"ghost-mcp": {
"command": "npx",
"args": ["-y", "@fanyangmeng/ghost-mcp"],
"env": {
"GHOST_API_URL": "https://yourblog.com",
"GHOST_ADMIN_API_KEY": "your_admin_api_key",
"GHOST_API_VERSION": "v5.0"
}
}
}
}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"]
}
}
}