Servers

DragApp — Gmail & Whatsapp For AI Tools (Shared Inbox MCP Server)
@nick-timms
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"dragapp": {
"command": "npx",
"args": [
"-y",
"@dragapp/mcp-server"
],
"env": {
"DRAG_API_KEY": "your-api-key"
}
}
}
}