Email & SMS infrastructure for AI agents — send and receive real email and text messages programmatically
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"agenticmail": {
"command": "npx",
"args": [
"-y",
"agenticmail/agenticmail"
]
}
}
}
Run in terminal:
claude mcp add agenticmail npx -y agenticmail/agenticmail
Add to .cursor/mcp.json:
{
"mcpServers": {
"agenticmail": {
"command": "npx",
"args": [
"-y",
"agenticmail/agenticmail"
]
}
}
}