MCP Catalogs
Home

google_workspace_mcp vs instagram_dm_mcp

Side-by-side comparison to help you pick between these two MCP servers.

google_workspace_mcp
by taylorwilsdon
instagram_dm_mcp
by trypeggy
Stars★ 2,410★ 167
30d uses
Score5845
Official
Categories
ProductivityCommunicationDeveloper Tools
CommunicationMediasocial-media
LanguagePythonPython
Last committhis month9 mo ago

google_workspace_mcp · Summary

Comprehensive Google Workspace MCP server for Gmail, Calendar, Drive, Docs, Sheets, and more with OAuth 2.1 support.

instagram_dm_mcp · Summary

Instagram DM MCP server enabling direct messaging, media sharing, and user interaction through Instagram's API.

google_workspace_mcp · Use cases

  • Automate email and calendar management through AI assistants
  • Manage Google Drive files and permissions programmatically
  • Create and edit documents, spreadsheets, and presentations through natural language commands

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

google_workspace_mcp · Install

Installation

  1. Install the package via pip:
pip install workspace-mcp
  1. Set up OAuth credentials in Google Cloud Console
  1. Launch the server:
uvx workspace-mcp --tool-tier core

Claude Desktop Configuration

Add to your Claude Desktop config.json:

{
  "mcpServers": {
    "google-workspace": {
      "command": "uvx",
      "args": ["workspace-mcp", "--transport", "stdio"]
    }
  }
}

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.