MCP Catalogs
首页

time vs vibe-marketing

并排对比,帮你在这两个 MCP server 之间做选择。

time
by modelcontextprotocol
vibe-marketing
by synthetic-ci
Stars★ 85,748★ 6
30天用量
综合分7737
官方
分类
效率工具开发者工具沟通协作
AI / LLM 工具效率工具其它
实现语言TypeScriptTypeScript
最近提交本月10 个月前

time · 概述

功能全面的 MCP 服务器,提供时间和时区转换功能,可自动检测系统时区。

vibe-marketing · 概述

专注于营销的MCP服务器,提供社交媒体的钩子、文案框架和内容优化工具。

time · 使用场景

  • 协助安排跨时区的国际会议
  • 为基于位置的查询提供实时时间信息
  • 为旅行计划和行程安排提供时间转换

vibe-marketing · 使用场景

  • 为不同平台创建引人入胜的社交媒体钩子
  • 将经过验证的文案框架应用于营销内容
  • 验证和针对特定社交媒体平台优化内容

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"]
    }
  }
}

vibe-marketing · 安装

安装

您可以从smithery.ai安装此服务器,访问Vibe Marketing [服务器页面](https://smithery.ai/server/@synthetic-ci/vibe-marketing)并按照您客户端的连接说明进行操作。

Claude Desktop配置

将以下内容添加到您的claude_desktop_config.json中:

{
  "mcpServers": {
    "vibe-marketing": {
      "command": "npx",
      "args": ["@synthetic-ci/vibe-marketing"]
    }
  }
}
对比内容由 README + GitHub 公开数据自动生成,定期更新。