outlook for VS Code
io.github.rlrghb/outlook
Outlook & OneDrive MCP: personal & enterprise tools for mail, calendar, contacts, tasks, files
client:VS Code
transport:stdio
runtime:npm
Install outlook in VS Code
.vscode/mcp.json
{
"servers": {
"outlook": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"olkcli"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs