Email MCP Server — Gmail and Microsoft Graph for sending, reading, and managing email
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-email": {
"command": "cargo",
"args": [
"run",
"--",
"mcp-email"
]
}
}
}
Run in terminal:
claude mcp add mcp-email cargo run -- mcp-email
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-email": {
"command": "cargo",
"args": [
"run",
"--",
"mcp-email"
]
}
}
}