ghost-mcp vs time
并排对比,帮你在这两个 MCP server 之间做选择。
ghost-mcp by MFYDev | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 186 | ★ 85,748 |
| 30天用量 | — | — |
| 综合分 | 50 | 77 |
| 官方 | — | ✓ |
| 分类 | 沟通协作效率工具AI / LLM 工具 | 效率工具开发者工具沟通协作 |
| 实现语言 | TypeScript | TypeScript |
| 最近提交 | 1 个月前 | 本月 |
ghost-mcp · 概述
一个通过 Claude 等 LLM 界面管理 Ghost CMS 的 MCP 服务器,提供全面的博客管理工具。
time · 概述
功能全面的 MCP 服务器,提供时间和时区转换功能,可自动检测系统时区。
ghost-mcp · 使用场景
- 内容创作者通过 Claude 中的自然语言命令管理 Ghost 博客
- 通过 LLM 交互实现自动化博客发布和内容管理
- 无需使用网页界面进行 Ghost CMS 管理
time · 使用场景
- 协助安排跨时区的国际会议
- 为基于位置的查询提供实时时间信息
- 为旅行计划和行程安排提供时间转换
ghost-mcp · 安装
使用 npm 安装 Ghost MCP 服务器:
npm install -g @fanyangmeng/ghost-mcp在您的 claude_desktop_config.json 中使用以下 JSON 配置 Claude Desktop:
{
"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 · 安装
安装选项
**使用 uv(推荐):**
uvx mcp-server-time**使用 PIP:**
pip install mcp-server-time
python -m mcp_server_time**为 Claude Desktop 配置:**
{
"mcpServers": {
"time": {
"command": "uvx",
"args": ["mcp-server-time"]
}
}
}