MCP server for Microsoft Outlook via Graph API. 20 consolidated tools for email, calendar, contacts, folders, rules, categories, settings, and shared mailboxes. Safety controls include dry-run preview, rate limiting, and recipient allowlists.
Tools
auth
list-events
create-event
manage-event
search-emails
read-email
send-email
update-email
attachments
export
folders
manage-rules
manage-contact
search-people
manage-category
apply-category
manage-focused-inbox
mailbox-settings
access-shared-mailbox
find-meeting-rooms
Server Config
{
"mcpServers": {
"outlook-mcp": {
"command": "npx",
"args": [
"-y",
"@littlebearapps/outlook-mcp"
],
"env": {
"OUTLOOK_CLIENT_ID": "your-azure-client-id",
"OUTLOOK_CLIENT_SECRET": "your-azure-client-secret"
}
}
}
}