time vs instagram_dm_mcp
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | instagram_dm_mcp by trypeggy | |
|---|---|---|
| Stars | ★ 85,748 | ★ 167 |
| 30d uses | — | — |
| Score | 77 | 45 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | CommunicationMediasocial-media |
| Language | TypeScript | Python |
| Last commit | this month | 9 mo ago |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
instagram_dm_mcp · Summary
Instagram DM MCP server enabling direct messaging, media sharing, and user interaction through Instagram's API.
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
instagram_dm_mcp · Use cases
- Automate Instagram DM interactions for customer service or marketing
- Integrate Instagram messaging into AI-powered workflows
- Download and analyze Instagram DM media and conversations
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"]
}
}
}instagram_dm_mcp · Install
Installation
- Clone the repository:
git clone https://github.com/trypeggy/instagram_dm_mcp.git
cd instagram_dm_mcp- Install dependencies using uv:
uv syncor with pip:
pip install -r requirements.txt- Configure Instagram credentials using the helper script:
python setup_env.py- For Claude Desktop, add to
claude_desktop_config.json:
{
"mcpServers": {
"instagram_dms": {
"command": "uv",
"args": [
"run",
"--directory",
"PATH/TO/instagram_dm_mcp",
"python",
"src/mcp_server.py"
]
}
}
}- Restart Claude Desktop / Cursor.