Locally hosted MCP server giving Claude read email + read/write calendar access to a personal Microsoft (Hotmail/Outlook.com) account via Microsoft Graph.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"claude-hotmail-conne": {
"command": "npx",
"args": [
"-y",
"TGoodhew/Claude-Hotmail-Connector"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add claude-hotmail-conne npx -y TGoodhew/Claude-Hotmail-Connector
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"claude-hotmail-conne": {
"command": "npx",
"args": [
"-y",
"TGoodhew/Claude-Hotmail-Connector"
]
}
}
}
📋 Copy