{ "name": "m365-attachment-reader-mcp-local", "version": "0.2.0", "description": "A local stdio MCP server for Claude Desktop that reads and parses Outlook email attachments (PDF, OCR-scanned PDF, Word, PowerPoint, Excel, images, archives, MSG) and sends local files such as PPTX as Outlook attachments via the Microsoft Graph API.", "type": "module", "main": "server.mjs", "bin": { "m365-attachment-reader-mcp-local": "./server.mjs" }, "scripts": { "start": "node server.mjs", "dev": "node --watch server.mjs", "check": "node --check server.mjs" }, "files": [ "server.mjs", "README.md", "LICENSE", "glama.json", "server.json", "manifest.json", ".env.example" ], "keywords": [ "mcp", "model-context-protocol", "claude-desktop", "stdio", "mcpb", "microsoft-365", "outlook", "email-attachments", "send-email", "sendmail", "ocr", "powerpoint", "pptx", "images", "zip", "rar", "7z", "msg", "microsoft-graph" ], "author": "Zacccck", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/Zacccck/Claude-MCP-Read-Email-Attachments.git", "directory": "MCP_local" }, "homepage": "https://github.com/Zacccck/Claude-MCP-Read-Email-Attachments", "bugs": { "url": "https://github.com/Zacccck/Claude-MCP-Read-Email-Attachments/issues" }, "engines": { "node": ">=20" }, "dependencies": { "@azure/msal-node": "^5.1.2", "@kenjiuno/msgreader": "^1.24.0", "@modelcontextprotocol/sdk": "^1.29.0", "7zip-bin": "^5.2.0", "adm-zip": "^0.5.17", "cfb": "^1.2.2", "dotenv": "^17.4.1", "exceljs": "^4.4.0", "mammoth": "^1.12.0", "node-7z": "^3.0.0", "node-unrar-js": "^1.0.0", "pdf-parse": "^1.1.1", "pdf-to-img": "^6.0.0", "sharp": "^0.34.5", "tesseract.js": "^6.0.1", "zod": "^4.3.6" } }