Lockally Email for Claude Desktop
com.lockally/email
Stateful email for AI agents — read inboxes, reply in-thread, draft with approval.
client:Claude Desktop
transport:streamable-http
Install Lockally Email in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"email": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.lockally.com/"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs