Loading MCP server directory, please wait...
Tidy a large Outlook / Hotmail mailbox. Folder subtree moves, bulk ops with dry run, never sends.
npx @getmcp/cli add io.github.ma2no4413/outlook-mcpRequires Docker Engine. Community-contributed server. Review source before installing.
OUTLOOK_CLIENT_IDApplication (client) ID from the Azure app registration. See docs/AZURE.en.md for how to obtain one.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.ma2no4413/outlook-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"OUTLOOK_CLIENT_ID",
"-e",
"OUTLOOK_TOKEN_CACHE",
"-e",
"OUTLOOK_TENANT",
"-e",
"OUTLOOK_READONLY",
"ghcr.io/ma2no4413/outlook-mcp:0.2.7"
],
"env": {
"OUTLOOK_CLIENT_ID": "",
"OUTLOOK_TOKEN_CACHE": "",
"OUTLOOK_TENANT": "",
"OUTLOOK_READONLY": ""
}
}
}
}Rust MCP server and CLI for Apprise notification fan-out across dozens of delivery backends.
Rust MCP server and CLI for Gotify push notifications and message management.
Apprise notifications over MCP and CLI with authenticated stdio and HTTP transports.
Gotify notifications and app, client, and message management over MCP and CLI.