communication

Mcp

An MCP server to create inboxes on the fly to send, receive, and take actions on email. We aren't AI agents for email, but email for AI Agents.

python
communication
0
View on GitHub

Installation

npx -y agentmail-toolkit/mcp

Configuration

Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):

{
  "name": "mcp",
  "command": "npx",
  "args": [
    "-y",
    "agentmail-toolkit/mcp"
  ]
}

About This MCP Server

agentmail-toolkit/mcp

An MCP server to create inboxes on the fly to send, receive, and take actions on email. We aren't AI agents for email, but email for AI Agents.

GitHub: https://github.com/agentmail-to/agentmail-toolkit/tree/main/mcp

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub