outlook-mcp
Version:
Comprehensive MCP server for Claude to access Microsoft Outlook and Teams via Microsoft Graph API - including Email, Calendar, Contacts, Tasks, Teams, Chats, and Online Meetings
24 lines • 532 B
JSON
{
"permissions": {
"allow": [
"Bash(mkdir:*)",
"Bash(git config:*)",
"Bash(npm:*)",
"Bash(rm:*)",
"Bash(find:*)",
"Bash(grep:*)",
"Bash(node:*)",
"Bash(git add:*)",
"Bash(git commit:*)",
"Bash(git push:*)",
"Bash(git tag:*)",
"Bash(npx:*)",
"Bash(timeout 5 npx outlook-mcp@2.1.1)",
"Bash(gtimeout:*)",
"Bash(chmod:*)",
"WebFetch(domain:docs.microsoft.com)",
"WebFetch(domain:learn.microsoft.com)"
],
"deny": []
}
}