Microsoft 365 Mail
About
Microsoft 365 Outlook mail via Graph: read, search, send, reply, forward, draft, move, delete.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
MS_CLIENT_ID MS_CONFIG_DIR MS_ACCOUNT_EMAIL MS_MCP_PACKAGE_ID MICROSOFT_REQUEST_TIMEOUT_MSClaude Code
claude mcp add --env MS_CLIENT_ID= --env MS_CONFIG_DIR= --env MS_ACCOUNT_EMAIL= --env MS_MCP_PACKAGE_ID= --env MICROSOFT_REQUEST_TIMEOUT_MS= mcp-server-microsoft-mail -- npx @mindstone/mcp-server-microsoft-mail
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"mcp-server-microsoft-mail","command":"npx","args":["@mindstone/mcp-server-microsoft-mail"],"env":{"MS_CLIENT_ID":"","MS_CONFIG_DIR":"","MS_ACCOUNT_EMAIL":"","MS_MCP_PACKAGE_ID":"","MICROSOFT_REQUEST_TIMEOUT_MS":""}}'
JSON
{
"mcpServers": {
"mcp-server-microsoft-mail": {
"command": "npx",
"args": [
"@mindstone/mcp-server-microsoft-mail"
],
"env": {
"MS_CLIENT_ID": "",
"MS_CONFIG_DIR": "",
"MS_ACCOUNT_EMAIL": "",
"MS_MCP_PACKAGE_ID": "",
"MICROSOFT_REQUEST_TIMEOUT_MS": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.