MCP server
ms-365-mcp-server
Microsoft Graph server that puts OneDrive files, mail and calendar behind one command.
Add it to your client
CommunityInstall
npx -y @softeria/ms-365-mcp-server
mcpServers
{
"mcpServers": {
"ms-365-mcp": {
"command": "npx",
"args": [
"-y",
"@softeria/ms-365-mcp-server"
]
}
}
}- Transport
- both
- Runtime
- Node
- Auth
- Required
- License
- MIT
Tools
list-drive-itemsdownload-byteslist-sharepoint-siteslist-mail-messagesget-mail-messagelist-calendar-events
A single npx package covers both personal Microsoft accounts and work tenants, reaching OneDrive and SharePoint document libraries alongside Outlook, Excel and OneNote. Sign-in defaults to the device-code flow; an HTTP mode with OAuth exists for hosted deployments, and an already-issued token can be supplied instead. It is community maintained under the MIT licence.
Similar MCP servers
Azure MCP Server
MCP serverOne server covering Azure services, plus a hosted endpoint for Microsoft Learn.
Developer ToolsCloud Platforms & Infrastructure
Vercel MCP
MCP serverHosted endpoint for Vercel docs, projects, deployments and logs.
Developer ToolsCloud Platforms & Infrastructure
GitHub MCP Server
MCP serverGitHub's own server for repos, issues, pull requests and workflow runs
Developer ToolsVersion Control & Repos
Comments(0)
Sign in to comment