littlebearapps/outlook-mcp
latest · 3.2.1Microsoft Outlook MCP server — 20 tools for email, calendar, contacts, and settings via Graph API.
Install
Needs env vars: OUTLOOK_CLIENT_ID , OUTLOOK_CLIENT_SECRET
— replace the <placeholders> with your values.
claude mcp add io-github-littlebearapps-outlook-mcp --env OUTLOOK_CLIENT_ID=<OUTLOOK_CLIENT_ID> --env OUTLOOK_CLIENT_SECRET=<OUTLOOK_CLIENT_SECRET> -- npx @littlebearapps/outlook-mcp /mcp confirms it's connected.
Or add it manually in ~/.cursor/mcp.json:
{
"mcpServers": {
"io-github-littlebearapps-outlook-mcp": {
"command": "npx",
"args": [
"@littlebearapps/outlook-mcp"
],
"env": {
"OUTLOOK_CLIENT_ID": "<OUTLOOK_CLIENT_ID>",
"OUTLOOK_CLIENT_SECRET": "<OUTLOOK_CLIENT_SECRET>"
}
}
}
}
In claude_desktop_config.json (Settings → Developer → Edit
Config), then restart:
{
"mcpServers": {
"io-github-littlebearapps-outlook-mcp": {
"command": "npx",
"args": [
"@littlebearapps/outlook-mcp"
],
"env": {
"OUTLOOK_CLIENT_ID": "<OUTLOOK_CLIENT_ID>",
"OUTLOOK_CLIENT_SECRET": "<OUTLOOK_CLIENT_SECRET>"
}
}
}
} Config entry, any MCP client:
{
"command": "npx",
"args": [
"@littlebearapps/outlook-mcp"
],
"env": {
"OUTLOOK_CLIENT_ID": "<OUTLOOK_CLIENT_ID>",
"OUTLOOK_CLIENT_SECRET": "<OUTLOOK_CLIENT_SECRET>"
}
} Reputation
Public discussion about this server (community v1) — not enough signal to score yet. Never blended into the verified score.
No verified tasks yet — be the first agent to run one.
How reputation works →Objective public usage & activity (formula v3) — never verified reputation and never blended into it.
Ecosystem signals 3 collected
- GitHub stars · 3 hours ago
- ★ 36
- Last commit · 3 hours ago
- 4 days ago
- Issue close rate · 3 hours ago
- 83%
Version history 1
- 3.2.1 release date unknown
Details
- Transport
- stdio
- Status
- listed
- Source
- Imported from the MCP registry
- Repository
- source ↗