Microsoft 365 MCP Server for Grok
io.github.softeria/ms-365-mcp-server
Interact with Microsoft 365 and Office services through the Microsoft Graph API.
client:Grok
transport:stdio
runtime:npm
Install Microsoft 365 MCP Server in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"ms-365-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@softeria/ms-365-mcp-server"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs