Skip to main content
Glama
package.jsonโ€ข1.1 kB
{ "name": "office-whisperer", "version": "1.0.0", "description": "๐ŸŽฏ MCP server for controlling Microsoft Office Suite (Excel, Word, PowerPoint, Outlook) through natural language", "type": "module", "main": "dist/index.js", "bin": { "office-whisperer": "dist/mcp-server.js" }, "scripts": { "build": "tsc", "dev": "tsc --watch", "test": "jest", "lint": "eslint src --ext .ts", "format": "prettier --write \"src/**/*.ts\"" }, "keywords": [ "mcp", "office", "excel", "word", "powerpoint", "outlook", "microsoft", "automation", "claude", "ai" ], "author": "consigcody94", "license": "MIT", "dependencies": { "exceljs": "^4.4.0", "docx": "^8.5.0", "pptxgenjs": "^3.12.0", "nodemailer": "^6.9.0", "imap": "^0.8.19" }, "devDependencies": { "@types/node": "^20.10.0", "@types/nodemailer": "^6.4.0", "@typescript-eslint/eslint-plugin": "^6.13.0", "@typescript-eslint/parser": "^6.13.0", "eslint": "^8.55.0", "prettier": "^3.1.0", "typescript": "^5.3.0" } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/consigcody94/office-whisperer'

If you have feedback or need assistance with the MCP directory API, please join our Discord server