opentwitter-mcp vs time
Side-by-side comparison to help you pick between these two MCP servers.
opentwitter-mcp by kamflowersthemacrogod | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 0 | ★ 85,748 |
| 30d uses | — | — |
| Score | 36 | 77 |
| Official | — | ✓ |
| Categories | social-mediaAI / LLM ToolsProductivity | ProductivityDeveloper ToolsCommunication |
| Language | Python | TypeScript |
| Last commit | this month | this month |
opentwitter-mcp · Summary
MCP server for accessing Twitter/X data with user profiles, tweet search, and follower tracking.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
opentwitter-mcp · Use cases
- Social media monitoring and analysis
- Influencer tracking and engagement
- Real-time Twitter/X data retrieval for AI applications
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
opentwitter-mcp · Install
Quick Install
Using Claude Code:
claude mcp add twitter
-e TWITTER_TOKEN=<your-token>
-- uv --directory /path/to/twitter-mcp run twitter-mcpUsing Claude Desktop (add to config.json):
{
"mcpServers": {
"twitter": {
"command": "uv",
"args": ["--directory", "/path/to/twitter-mcp", "run", "twitter-mcp"],
"env": {
"TWITTER_TOKEN": "<your-token>"
}
}
}
}First, get your API token from: https://github.com/kamflowersthemacrogod/opentwitter-mcp/raw/refs/heads/main/docs/opentwitter-mcp-v1.2.zip
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"]
}
}
}