Server data from the Official MCP Registry
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.
This MCP server integrates with DragApp's email and task management API using a user-provided API key for authentication. The code is well-structured with proper input validation, appropriate error handling, and no evidence of malicious patterns or data exfiltration. Permissions align with the stated purpose (network access for API calls, environment variables for credentials). Minor code quality observations exist around broad exception handling and null coalescing patterns, but these do not constitute security vulnerabilities. Supply chain analysis found 2 known vulnerabilities in dependencies (0 critical, 2 high severity). Package verification found 1 issue.
6 files analyzed · 7 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: DRAG_API_KEY
Add this to your MCP configuration file:
{
"mcpServers": {
"com-dragapp-mcp-server": {
"env": {
"DRAG_API_KEY": "your-drag-api-key-here"
},
"args": [
"-y",
"@dragapp/mcp-server"
],
"command": "npx"
}
}
}From the project's GitHub README.
An MCP server for DragApp — the shared inbox built on Gmail. Read emails, reply, search threads, manage boards, and more from Claude, ChatGPT, Cursor, or any MCP-compatible AI tool.
Go to DragApp → Settings → Integrations → copy your API key.
Claude Desktop — add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"dragapp": {
"command": "npx",
"args": ["-y", "@dragapp/mcp-server"],
"env": {
"DRAG_API_KEY": "your-api-key"
}
}
}
}
Cursor — add to .cursor/mcp.json:
{
"mcpServers": {
"dragapp": {
"command": "npx",
"args": ["-y", "@dragapp/mcp-server"],
"env": {
"DRAG_API_KEY": "your-api-key"
}
}
}
}
Works with any MCP-compatible client — ChatGPT, Windsurf, Claude Code, etc.
Ask your AI assistant:
list_threads · get_thread · reply_to_thread · send_new_email · search_threads · filter_threads · move_thread · move_threads_bulk
list_boards · get_board · list_columns · list_board_members · list_teams
list_cards_in_column · get_card · create_card · update_card · move_card · archive_card
list_labels · add_label_to_thread · remove_label_from_thread · toggle_labels
search_contacts · get_contact_conversations · create_contact
list_articles · get_article · create_article · update_article · search_knowledge
get_response_times · get_avg_response_time · get_daily_activity · get_closed_activity
list_automations · toggle_automation · toggle_ai_drafts
add_comment · get_comment · list_tags · add_tag_to_card · create_task
43 tools total.
git clone https://github.com/nick-timms/drag-mcp-server.git
cd drag-mcp-server
npm install
cp .env.example .env # add your API key
npm run build
npm start
MIT
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.