Microsoft 365 MCP Server for Cursor
io.github.softeria/ms-365-mcp-server
Interact with Microsoft 365 and Office services through the Microsoft Graph API.
client:Cursor
transport:stdio
runtime:npm
Install Microsoft 365 MCP Server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"ms-365-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@softeria/ms-365-mcp-server"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs