mcp-twikit vs time
并排对比,帮你在这两个 MCP server 之间做选择。
mcp-twikit by adhikasp | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 233 | ★ 85,748 |
| 30天用量 | — | — |
| 综合分 | 43 | 77 |
| 官方 | — | ✓ |
| 分类 | 沟通协作social-media网页抓取 | 效率工具开发者工具沟通协作 |
| 实现语言 | Python | TypeScript |
| 最近提交 | 14 个月前 | 本月 |
mcp-twikit · 概述
一个MCP服务器,提供Twitter搜索、时间线获取和情感分析功能。
time · 概述
功能全面的 MCP 服务器,提供时间和时区转换功能,可自动检测系统时区。
mcp-twikit · 使用场景
- 品牌和客户服务的社交媒体情感分析
- 监控个人Twitter时间线获取最新更新
- 比较多个Twitter账户的公众情感倾向
time · 使用场景
- 协助安排跨时区的国际会议
- 为基于位置的查询提供实时时间信息
- 为旅行计划和行程安排提供时间转换
mcp-twikit · 安装
安装
通过Smithery安装
通过[Smithery](https://smithery.ai/server/mcp-twikit)自动安装Twitter搜索功能用于Claude桌面版:
npx -y @smithery/cli install mcp-twikit --client claude手动安装
添加到Claude桌面版配置:
{
"mcpServer": {
"command": "uvx",
"args": ["--from", "git+https://github.com/adhikasp/mcp-twikit", "mcp-twikit"],
"env": {
"TWITTER_USERNAME": "@example",
"TWITTER_EMAIL": "me@example.com",
"TWITTER_PASSWORD": "secret",
}
}
}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"]
}
}
}