★ 0 stars
TypeScript
📁 File System
Updated today
MCP server for Microsoft 365 — Mail, Calendar, Files, Teams, OneNote, Excel, Word, PowerPoint via Microsoft Graph. Alpha.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"microsoft365-mcp-ser": {
"command": "npx",
"args": [
"-y",
"lucasgfsvd/microsoft365-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add microsoft365-mcp-ser npx -y lucasgfsvd/microsoft365-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"microsoft365-mcp-ser": {
"command": "npx",
"args": [
"-y",
"lucasgfsvd/microsoft365-mcp-server"
]
}
}
}