outlook assistant for Grok
io.github.littlebearapps/outlook-assistant
Microsoft Outlook MCP server — 22 tools for email, calendar, contacts, and mailbox management.
client:Grok
transport:stdio
runtime:npm
Install outlook assistant in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"outlook-assistant": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@littlebearapps/outlook-assistant"
],
"env": {
"OUTLOOK_CLIENT_ID": "<OUTLOOK_CLIENT_ID>",
"OUTLOOK_CLIENT_SECRET": "<OUTLOOK_CLIENT_SECRET>"
}
}
}
}
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