What is the Outlook SNDS MCP server?
Outlook.com SNDS IP Data and IP Status reports via the OAuth-secured REST API.
How to install Outlook SNDS
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"outlook-snds": {
"command": "https://github.com/optipub/outlook-snds-mcp/releases/download/v1.0.3/outlook-snds.mcpb",
"args": []
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"outlook-snds": {
"command": "https://github.com/optipub/outlook-snds-mcp/releases/download/v1.0.3/outlook-snds.mcpb",
"args": []
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"outlook-snds": {
"command": "https://github.com/optipub/outlook-snds-mcp/releases/download/v1.0.3/outlook-snds.mcpb",
"args": []
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"outlook-snds": {
"type": "stdio",
"command": "https://github.com/optipub/outlook-snds-mcp/releases/download/v1.0.3/outlook-snds.mcpb",
"args": []
}
}
}Claude Code
claude mcp add outlook-snds -- https://github.com/optipub/outlook-snds-mcp/releases/download/v1.0.3/outlook-snds.mcpbRelated MCP servers
Gmail Postmaster Tools v2 — domains, traffic metrics, and compliance via your own Google OAuth.
View repository →