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 | — | — |
| Score | 58 | 45 |
| Official | — | — |
| Categories | ProductivityCommunicationDeveloper Tools | CommunicationMediasocial-media |
| Language | Python | Python |
| Last commit | this month | 9 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
- Install the package via pip:
pip install workspace-mcp- Set up OAuth credentials in Google Cloud Console
- Launch the server:
uvx workspace-mcp --tool-tier coreClaude Desktop Configuration
Add to your Claude Desktop config.json:
{
"mcpServers": {
"google-workspace": {
"command": "uvx",
"args": ["workspace-mcp", "--transport", "stdio"]
}
}
}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.