Claude Outlook MCP Tool

{ "name": "claude-outlook-mcp", "version": "1.0.0", "module": "index.ts", "type": "module", "description": "A Claude MCP tool to interact with Microsoft Outlook for macOS", "author": "Syed Azhar", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/syedazharmbnr1/claude-outlook-mcp.git" }, "keywords": [ "mcp", "claude", "outlook", "microsoft365" ], "scripts": { "dev": "bun run index.ts", "start": "bun run index.ts" }, "dependencies": { "@jxa/global-type": "^1.3.6", "@jxa/run": "^1.3.6", "@modelcontextprotocol/sdk": "^1.5.0", "run-applescript": "^7.0.0" }, "devDependencies": { "@types/bun": "latest", "@types/node": "^22.13.4" } }