Skip to main content
Glama

Office MCP Server

by walkingzzzy
package.json1.67 kB
{ "name": "office-ai-addin", "version": "1.0.0", "description": "AI-powered Office Add-in for Word, Excel, and PowerPoint", "main": "index.js", "scripts": { "build": "webpack --mode production", "build:dev": "webpack --mode development", "dev": "webpack serve --mode development", "start": "webpack serve --mode development --open", "lint": "eslint src --ext .ts,.tsx", "lint:fix": "eslint src --ext .ts,.tsx --fix", "type-check": "tsc --noEmit", "test": "jest", "test:watch": "jest --watch", "test:coverage": "jest --coverage" }, "keywords": [ "office", "add-in", "ai", "word", "excel", "powerpoint" ], "author": "", "license": "MIT", "dependencies": { "axios": "^1.6.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { "@testing-library/jest-dom": "^6.1.0", "@testing-library/react": "^14.1.0", "@testing-library/user-event": "^14.5.0", "@types/jest": "^29.5.0", "@types/office-js": "^1.0.0", "@types/react": "^18.2.0", "@types/react-dom": "^18.2.0", "@typescript-eslint/eslint-plugin": "^6.0.0", "@typescript-eslint/parser": "^6.0.0", "css-loader": "^6.8.0", "eslint": "^8.50.0", "eslint-plugin-react": "^7.33.0", "eslint-plugin-react-hooks": "^4.6.0", "html-webpack-plugin": "^5.5.0", "identity-obj-proxy": "^3.0.0", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "style-loader": "^3.3.0", "ts-jest": "^29.1.0", "ts-loader": "^9.5.0", "typescript": "^5.2.0", "webpack": "^5.89.0", "webpack-cli": "^5.1.0", "webpack-dev-server": "^4.15.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/walkingzzzy/office-mcp'

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