Damien Email Wrestler is an **enterprise-grade AI email intelligence platform** that transforms how you manage email through natural language AI
Damien email wrestler mcp server connects Damien Email Wrestler to AI assistants that speak the Model Context Protocol. Damien Email Wrestler is an enterprise-grade AI email intelligence platform that transforms how you manage email through natural language AI assistants like Claude. Built with hybrid CLI + AWS Lambda architecture, advanced AI intelligence, cost optimization, and seamless MCP integration.
Damien Email Wrestler is an enterprise-grade AI email intelligence platform that transforms how you manage email through natural language AI assistants like Claude. Built with hybrid CLI + AWS Lambda architecture, advanced AI intelligence, cost optimization, and seamless MCP integration.
Setup follows the standard MCP pattern: clone or install the server, then register it in your client's configuration file and restart the client. The configuration snippets on this page cover Claude Desktop, Claude Code and Cursor.
Before the server will start you need to supply 2 environment variables: DAMIEN_MCP_SERVER_URL, DAMIEN_MCP_SERVER_API_KEY. Keep credentials in your client's env block or a secrets manager rather than committing them.
Communication servers earn their keep on volume — summarising channels and threads that would otherwise cost you an hour of scrollback. Damien Email Wrestler sits in that group. Worth comparing against the other communication servers in this directory before you commit to one, since several overlap in scope but differ sharply in setup cost and permissions.
{
"mcpServers": {
"damien-email-wrestler": {
"command": "node",
"args": ["./damien-smithery-adapter/dist/index.js"],
"cwd": "/path/to/damien-email-wrestler",
"env": {
"DAMIEN_MCP_SERVER_URL": "http://localhost:8892",
"DAMIEN_MCP_SERVER_API_KEY": "your-api-key-from-.env"
}
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| DAMIEN_MCP_SERVER_URL | Endpoint or connection string the server talks to. | Yes |
| DAMIEN_MCP_SERVER_API_KEY | Credential the server authenticates with. | Yes |
Your assistant inside the workspace — read channels, search history, post messages and tame the noise.
Inbox intelligence — search, read, draft and send Gmail through your assistant with OAuth auto-setup.
Read and write Jira, Confluence, Bitbucket, JSM and Compass from your AI client — with your own permissions.
Read and send Telegram messages through your assistant — chats, channels and history via the client API.
Enables Discord bot integration with Model Context Protocol (MCP) compatible applications like Claude Desktop.
Exposes REST APIs defined by OpenAPI specifications as Model Context Protocol (MCP) tools, facilitating seamless integration into MCP-based workflows.