MCP Catalogs
Home

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
Score7745
Official
Categories
ProductivityDeveloper ToolsCommunication
CommunicationMediasocial-media
LanguageTypeScriptPython
Last committhis month9 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

  1. Clone the repository:
git clone https://github.com/trypeggy/instagram_dm_mcp.git
cd instagram_dm_mcp
  1. Install dependencies using uv:
uv sync

or with pip:

pip install -r requirements.txt
  1. Configure Instagram credentials using the helper script:
python setup_env.py
  1. 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"
      ]
    }
  }
}
  1. Restart Claude Desktop / Cursor.
Comparison generated from public README + GitHub signals. Last updated automatically.