What is the Outlook Mail MCP server?
Outlook Mail (Microsoft 365) MCP Pack
How to install Outlook Mail
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"outlook-mail": {
"url": "https://gateway.pipeworx.io/outlook-mail/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"outlook-mail": {
"serverUrl": "https://gateway.pipeworx.io/outlook-mail/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"outlook-mail": {
"type": "http",
"url": "https://gateway.pipeworx.io/outlook-mail/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"outlook-mail": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://gateway.pipeworx.io/outlook-mail/mcp"
]
}
}
}Claude Code
claude mcp add --transport http outlook-mail https://gateway.pipeworx.io/outlook-mail/mcp