damien_mcp_server
If you are the rightful owner of damien_mcp_server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcpreview.com.
MCP Server for Damien-CLI functionalities, enabling AI assistants to interact with Gmail management capabilities.
The Damien MCP Server acts as a bridge between AI assistants and the Damien-CLI core functionalities. It exposes Damien's Gmail management capabilities as MCP tools that can be used by AI assistants through a standardized API. The server supports the Model Context Protocol for seamless integration, provides tools for managing emails and rules, maintains session context using DynamoDB, and ensures secure authentication with Gmail.
Features
- MCP Protocol Support: Implements the Model Context Protocol for seamless integration with AI assistants.
- Gmail Management: Provides tools for listing, trashing, labeling, and managing emails.
- Rule Management: Allows creating, listing, and applying Gmail filtering rules.
- Session Context: Maintains conversation context using DynamoDB for multi-turn interactions.
- Secure Authentication: Uses existing Damien-CLI token-based authentication with Gmail.
Tools
damien_list_emails
Lists emails from your Gmail account based on query parameters.
damien_get_email_details
Retrieves detailed information about a specific email.
damien_trash_emails
Moves specified emails to the trash folder.
damien_label_emails
Adds or removes labels from specified emails.
damien_mark_emails
Marks emails as read or unread.
damien_apply_rules
Applies email filtering rules to your Gmail account.
damien_list_rules
Lists all email filtering rules.
damien_add_rule
Adds a new email filtering rule.
damien_delete_rule
Deletes an existing rule by ID or name.
damien_delete_emails_permanently
Permanently deletes emails (cannot be recovered).