time vs agent-twitter-client-mcp
并排对比,帮你在这两个 MCP server 之间做选择。
time by modelcontextprotocol | agent-twitter-client-mcp by ryanmac | |
|---|---|---|
| Stars | ★ 85,748 | ★ 28 |
| 30天用量 | — | — |
| 综合分 | 77 | 44 |
| 官方 | ✓ | — |
| 分类 | 效率工具开发者工具沟通协作 | 沟通协作AI / LLM 工具效率工具 |
| 实现语言 | TypeScript | TypeScript |
| 最近提交 | 本月 | 1 个月前 |
time · 概述
功能全面的 MCP 服务器,提供时间和时区转换功能,可自动检测系统时区。
agent-twitter-client-mcp · 概述
功能全面的 Twitter MCP 服务器,支持推文管理、用户交互和 Grok AI 集成。
time · 使用场景
- 协助安排跨时区的国际会议
- 为基于位置的查询提供实时时间信息
- 为旅行计划和行程安排提供时间转换
agent-twitter-client-mcp · 使用场景
- 社交媒体管理,AI 代理用于发布、监控和分析 Twitter 内容
- 与 AI 模型集成,通过 Grok 提供实时 Twitter 数据和趋势话题
- 无需直接 Twitter API 访问即可实现自动化内容创作和互动
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"]
}
}
}agent-twitter-client-mcp · 安装
安装
# 全局安装
npm install -g agent-twitter-client-mcp
# 或本地安装
npm install agent-twitter-client-mcpClaude Desktop 配置
{
"mcpServers": {
"agent-twitter-client-mcp": {
"command": "npx",
"args": ["-y", "agent-twitter-client-mcp"],
"env": {
"AUTH_METHOD": "cookies",
"TWITTER_COOKIES": "[\"auth_token=YOUR_AUTH_TOKEN; Domain=.twitter.com\", \"ct0=YOUR_CT0_VALUE; Domain=.twitter.com\", \"twid=u%3DYOUR_USER_ID; Domain=.twitter.com\"]"
}
}
}
}