What is the com.proscendia/microsoft-365 MCP server?
Permissioned access to Outlook, OneDrive and Teams via the user's own Microsoft account
How to install com.proscendia/microsoft-365
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"microsoft-365": {
"url": "https://microsoft-mcp.proscendia.com/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"microsoft-365": {
"serverUrl": "https://microsoft-mcp.proscendia.com/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"microsoft-365": {
"type": "http",
"url": "https://microsoft-mcp.proscendia.com/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"microsoft-365": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://microsoft-mcp.proscendia.com/mcp"
]
}
}
}Claude Code
claude mcp add --transport http microsoft-365 https://microsoft-mcp.proscendia.com/mcpRelated MCP servers
Permissioned access to Gmail, Drive and Calendar via the user's own Google account