Catalog
MCP Server
Officialby nick-timms · TypeScript
Manage your Gmail shared inbox from Claude, Cursor, or ChatGPT — read, reply, search, organize.
Manage your Gmail shared inbox from Claude, Cursor, or ChatGPT — read, reply, search, organize.
README not available yet.
Install
Configuration
Environment variables
DRAG_API_KEYrequiredsecretYour DragApp API key. Get it from app.dragapp.com → Settings → Integrations.
claude_desktop_config.json
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@dragapp/mcp-server@0.1.3"
],
"env": {
"DRAG_API_KEY": "<YOUR_DRAG_API_KEY>"
}
}
}
}