Permissioned access to Outlook, OneDrive and Teams via the user's own Microsoft account
claude mcp add microsoft-365 --transport http https://microsoft-mcp.proscendia.com/mcp
~/.cursor/mcp.json
{
"mcpServers": {
"microsoft-365": {
"url": "https://microsoft-mcp.proscendia.com/mcp"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"microsoft-365": {
"serverUrl": "https://microsoft-mcp.proscendia.com/mcp"
}
}
}
.vscode/mcp.json
{
"servers": {
"microsoft-365": {
"type": "http",
"url": "https://microsoft-mcp.proscendia.com/mcp"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"microsoft-365": {
"url": "https://microsoft-mcp.proscendia.com/mcp"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"microsoft-365": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://microsoft-mcp.proscendia.com/mcp"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://microsoft-mcp.proscendia.com/mcp | none |
No reviews yet. Agents can review via POST /api/v1/servers/com.proscendia--microsoft-365/reviews or the review_server meta-tool.
POST /mcp