Outlook
Outlook integration with OAuth, message search, batch operations, and calendar management
The record the registry holds
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.mcp-z/mcp-outlook",
"description": "Outlook integration with OAuth, message search, batch operations, and calendar management",
"title": "Outlook",
"version": "1.0.13",
"websiteUrl": "https://github.com/mcp-z/mcp-outlook#readme",
"packages": [
{
"registryType": "npm",
"identifier": "@mcp-z/mcp-outlook",
"version": "1.0.13",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"runtimeArguments": [
{
"type": "named",
"name": "-y"
}
],
"packageArguments": [
{
"description": "Authentication mode",
"choices": [
"loopback-oauth",
"device-code"
],
"type": "named",
"name": "--auth"
},
{
"description": "Microsoft tenant ID (overrides MS_TENANT_ID env var)",
"type": "named",
"name": "--tenant-id"
},
{
"description": "Disable browser auto-open, return auth URL instead",
"type": "named",
"name": "--headless"
},
{
"description": "OAuth redirect URI (default: ephemeral loopback)",
"type": "named",
"name": "--redirect-uri"
},
{
"description": "Override resource store URI for CSV export files",
"type": "named",
"name": "--resource-store-uri"
},
{
"description": "Override base URL for HTTP transport (used for OAuth/DCR endpoints and file links)",
"type": "named",
"name": "--base-url"
},
{
"description": "Override logging level",
"choices": [
"debug",
"info",
"warn",
"error"
],
"type": "named",
"name": "--log-level"
}
],
"environmentVariables": [
{
"description": "Microsoft OAuth client ID (required for OAuth authentication modes)",
"isRequired": true,
"placeholder": "12345678-abcd-1234-abcd-123456789abc",
"name": "MS_CLIENT_ID"
},
{
"description": "Microsoft tenant ID (required for OAuth authentication)",
"isRequired": true,
"placeholder": "common",
"name": "MS_TENANT_ID"
},
{
"description": "Microsoft OAuth client secret (optional for public clients)",
"isSecret": true,
"placeholder": "abc~123DEF.456ghi-789JKL_012mno",
"name": "MS_CLIENT_SECRET"
},
{
"description": "Authentication mode",
"value": "loopback-oauth",
"placeholder": "loopback-oauth",
"choices": [
"loopback-oauth",
"device-code"
],
"name": "AUTH_MODE"
},
{
"description": "Disable browser auto-open, return auth URL instead (true/false)",
"default": "false",
"placeholder": "false",
"name": "HEADLESS"
},
{
"description": "OAuth redirect URI (optional, default: ephemeral loopback)",
"placeholder": "http://localhost:{PORT}/oauth/callback",
"name": "REDIRECT_URI"
},
{
"description": "Resource store URI for CSV export files (file://)",
"value": "file://~/.mcp-z/mcp-outlook/files",
"placeholder": "file://~/.mcp-z/mcp-outlook/files",
"name": "RESOURCE_STORE_URI"
},
{
"description": "HTTP server port (overrides --port)",
"placeholder": "3000",
"name": "PORT"
},
{
"description": "Base URL for HTTP transport (used for OAuth/DCR endpoints and file links)",
"placeholder": "http://localhost:{PORT}",
"name": "BASE_URL"
},
{
"description": "Logging level",
"value": "info",
"placeholder": "info",
"choices": [
"debug",
"info",
"warn",
"error"
],
"name": "LOG_LEVEL"
}
]
},
{
"registryType": "npm",
"identifier": "@mcp-z/mcp-outlook",
"version": "1.0.13",
"runtimeHint": "npx",
"transport": {
"type": "streamable-http",
"url": "http://localhost:{PORT}/mcp"
},
"runtimeArguments": [
{
"type": "named",
"name": "-y"
}
],
"packageArguments": [
{
"description": "HTTP server port",
"value": "9003",
"type": "named",
"name": "--port"
},
{
"description": "Authentication mode",
"choices": [
"loopback-oauth",
"device-code",
"dcr"
],
"type": "named",
"name": "--auth"
},
{
"description": "Microsoft tenant ID (overrides MS_TENANT_ID env var)",
"type": "named",
"name": "--tenant-id"
},
{
"description": "Disable browser auto-open, return auth URL instead",
"type": "named",
"name": "--headless"
},
{
"description": "OAuth redirect URI (default: ephemeral loopback)",
"type": "named",
"name": "--redirect-uri"
},
{
"description": "DCR mode",
"choices": [
"self-hosted",
"external"
],
"type": "named",
"name": "--dcr-mode"
},
{
"description": "External verification endpoint URL (required for external DCR mode)",
"type": "named",
"name": "--dcr-verify-url"
},
{
"description": "DCR client storage URI (for self-hosted DCR mode)",
"type": "named",
"name": "--dcr-store-uri"
},
{
"description": "Override resource store URI for CSV export files",
"type": "named",
"name": "--resource-store-uri"
},
{
"description": "Override base URL for HTTP transport (used for OAuth/DCR endpoints and file links)",
"type": "named",
"name": "--base-url"
},
{
"description": "Override logging level",
"choices": [
"debug",
"info",
"warn",
"error"
],
"type": "named",
"name": "--log-level"
}
],
"environmentVariables": [
{
"description": "Microsoft OAuth client ID (required for OAuth authentication modes)",
"isRequired": true,
"placeholder": "12345678-abcd-1234-abcd-123456789abc",
"name": "MS_CLIENT_ID"
},
{
"description": "Microsoft tenant ID (required for OAuth authentication)",
"isRequired": true,
"placeholder": "common",
"name": "MS_TENANT_ID"
},
{
"description": "Microsoft OAuth client secret (optional for public clients)",
"isSecret": true,
"placeholder": "abc~123DEF.456ghi-789JKL_012mno",
"name": "MS_CLIENT_SECRET"
},
{
"description": "Authentication mode",
"value": "loopback-oauth",
"placeholder": "loopback-oauth",
"choices": [
"loopback-oauth",
"device-code",
"dcr"
],
"name": "AUTH_MODE"
},
{
"description": "Disable browser auto-open, return auth URL instead (true/false)",
"default": "false",
"placeholder": "false",
"name": "HEADLESS"
},
{
"description": "OAuth redirect URI (optional, default: ephemeral loopback)",
"placeholder": "http://localhost:{PORT}/oauth/callback",
"name": "REDIRECT_URI"
},
{
"description": "Dynamic Client Registration mode",
"default": "self-hosted",
"placeholder": "self-hosted",
"choices": [
"self-hosted",
"external"
],
"name": "DCR_MODE"
},
{
"description": "External verification endpoint URL (required for external DCR mode)",
"placeholder": "https://example.com/verify",
"name": "DCR_VERIFY_URL"
},
{
"description": "DCR client storage URI (for self-hosted DCR mode)",
"default": "file://~/.mcp-z/mcp-outlook/dcr.json",
"placeholder": "file://~/.mcp-z/mcp-outlook/dcr.json",
"name": "DCR_STORE_URI"
},
{
"description": "Resource store URI for CSV export files (file://)",
"value": "file://~/.mcp-z/mcp-outlook/files",
"placeholder": "file://~/.mcp-z/mcp-outlook/files",
"name": "RESOURCE_STORE_URI"
},
{
"description": "HTTP server port (overrides --port)",
"placeholder": "3000",
"name": "PORT"
},
{
"description": "Base URL for HTTP transport (used for OAuth/DCR endpoints and file links)",
"placeholder": "http://localhost:{PORT}",
"name": "BASE_URL"
},
{
"description": "Logging level",
"value": "info",
"placeholder": "info",
"choices": [
"debug",
"info",
"warn",
"error"
],
"name": "LOG_LEVEL"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-01-10T14:22:19.253826Z",
"publishedAt": "2026-01-10T14:22:19.253826Z",
"updatedAt": "2026-01-10T14:22:19.253826Z",
"isLatest": true
}
}
}
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.
MCP server
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.
The publisher's own address
https://github.com/mcp-z/mcp-outlook#readme
The address the publisher put in their registry record, printed as they wrote it. Nobody here has opened it.