MCP Server
MCP
io.github.littlebearapps/outlook-mcp
Microsoft Outlook MCP server — 20 tools for email, calendar, contacts, and settings via Graph API.
Install
npx -y @littlebearapps/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@littlebearapps/outlook-mcp",
"version": "3.2.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Azure AD application client ID",
"isRequired": true,
"format": "string",
"name": "OUTLOOK_CLIENT_ID"
},
{
"description": "Azure AD application client secret value",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "OUTLOOK_CLIENT_SECRET"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment