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
55 lines (54 loc) • 1.43 kB
JSON
{
"name": "outlook-mcp",
"version": "2.4.2",
"description": "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",
"main": "index.js",
"bin": {
"outlook-mcp": "./index.js"
},
"scripts": {
"start": "node index.js",
"auth-server": "node outlook-auth-server.js",
"test-mode": "USE_TEST_MODE=true node index.js",
"inspect": "npx @modelcontextprotocol/inspector node index.js",
"test": "jest"
},
"keywords": [
"claude",
"outlook",
"teams",
"mcp",
"microsoft-graph",
"email",
"calendar",
"contacts",
"tasks",
"meetings"
],
"author": {
"name": "Asan Stefanski",
"email": "69960390+stefanskiasan@users.noreply.github.com",
"url": "https://github.com/stefanskiasan"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/stefanskiasan/outlook-mcp.git"
},
"bugs": {
"url": "https://github.com/stefanskiasan/outlook-mcp/issues"
},
"homepage": "https://github.com/stefanskiasan/outlook-mcp#readme",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.1.0",
"dotenv": "^16.5.0"
},
"devDependencies": {
"@modelcontextprotocol/inspector": "^0.16.1",
"jest": "^29.7.0",
"supertest": "^7.0.0"
},
"engines": {
"node": ">=14.0.0"
}
}