msexchange-mcp
Version:
MCP server for Microsoft Exchange/Outlook email operations via Microsoft Graph API
25 lines (24 loc) • 628 B
JSON
{
"accounts": [
{
"id": "olivier",
"email": "olivier@surge.management",
"displayName": "Olivier - Primary Account"
},
{
"id": "billing",
"email": "billing@surge.management",
"displayName": "Billing - Shared Mailbox"
},
{
"id": "hello",
"email": "hello@surge.management",
"displayName": "Hello - Shared Mailbox"
},
{
"id": "legal",
"email": "legal@surge.management",
"displayName": "Legal - Shared Mailbox"
}
]
}