Skip to content
Cursor

Agent Email for Cursor

io.github.usejunior/email-agent-mcp

Local email connectivity for AI agents — read, draft, send, and organize Outlook mail via MCP

client:Cursor transport:stdio runtime:npm

Install Agent Email in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "email-agent-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "email-agent-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Agent Email in other clients