Full-control MCP server for a personal Outlook.com mailbox and calendar (Microsoft Graph).
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
mcp-outlook-personal · pypi · 0.1.1
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.salahawad/outlook-personal-mcp",
"description": "Full-control MCP server for a personal Outlook.com mailbox and calendar (Microsoft Graph).",
"title": "Outlook Personal MCP",
"repository": {
"url": "https://github.com/salahawad/outlook-personal-mcp",
"source": "github"
},
"version": "0.1.1",
"packages": [
{
"registryType": "pypi",
"identifier": "mcp-outlook-personal",
"version": "0.1.1",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Azure App Registration client ID (Application ID). Required. Create a free app at https://portal.azure.com — see README for the three-minute setup.",
"isRequired": true,
"name": "OUTLOOK_MCP_CLIENT_ID"
},
{
"description": "Azure AD authority URL. Defaults to https://login.microsoftonline.com/consumers which covers personal Microsoft accounts (Outlook.com, Hotmail, Live). Change only if you target a different tenant.",
"name": "OUTLOOK_MCP_AUTHORITY"
},
{
"description": "Only files under this directory can be read by add_attachment or written by download_attachment. Defaults to ~/.local/share/outlook-personal-mcp/files.",
"name": "OUTLOOK_MCP_FILE_ROOT"
},
{
"description": "Maximum bytes allowed for local attachment reads and attachment downloads. Defaults to 3145728.",
"name": "OUTLOOK_MCP_MAX_FILE_BYTES"
},
{
"description": "Set to 'true' to enable the permanent_delete tool which irrecoverably erases messages (bypasses Deleted Items). Disabled by default for safety.",
"name": "OUTLOOK_MCP_ALLOW_PERMANENT_DELETE"
},
{
"description": "Set to 'true' to enable debug-level logging for Graph API requests and responses.",
"name": "OUTLOOK_MCP_DEBUG"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-06-28T09:42:16.75211Z",
"publishedAt": "2026-06-28T09:42:16.75211Z",
"updatedAt": "2026-06-28T09:42:16.75211Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 0.1.1last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.