Elastic Email MCP Server delivers full-scale email capabilities to the next generation of AI agents and MCP-compatible environments. This server speaks the same protocol as your favourite AI tools, giving them super-smooth access to all your email operations.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"elasticemail-mcp-server": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
To work properly, it needs connection to Elastic Email API.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in communication
Asynchronous coordination layer for AI coding agents: identities, inboxes, searchable threads, and advisory file leases over FastMCP + Git + SQLite
An MCP server that securely interfaces with your iMessage database via the Model Context Protocol (MCP), allowing LLMs to query and analyze iMessage conversations. It includes robust phone number validation, attachment processing, contact management, group chat handling, and full support for sending and receiving messages.
Email & SMS infrastructure for AI agents — send and receive real email and text messages programmatically
A Model Context Protocol (MCP) server for interacting with Microsoft 365 and Office services through the Graph API
MCP Security Weekly
Get CVE alerts and security updates for Elasticemail Mcp Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
.NET SDK 10 or higher To work properly, it needs connection to Elastic Email API. Open port 5001 for http.
Use VS Code Open Chat window. Choose 'Agent' mode Use settings.json file to connect to mcp server (open folder containing this file). You should see little controls near "servers". Add a settings file as a context to agent. Open the "Select tools..." window (click on screwdriver and wrench icon) Find mcp server and make sure all tools selected. Click "Start"
"my-server-unique-number": {
"url": "http://localhost:5001/",
"headers": {
"X-Auth-Token": <api_key>
}
}