outlook assistant for Cursor
io.github.littlebearapps/outlook-assistant
Microsoft Outlook MCP server — 22 tools for email, calendar, contacts, and mailbox management.
client:Cursor
transport:stdio
runtime:npm
Install outlook assistant in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs