Skip to main content
Glama

Microsoft 365 MCP Server

by Softeria
package.json2.1 kB
{ "name": "@softeria/ms-365-mcp-server", "version": "0.0.0-development", "description": " A Model Context Protocol (MCP) server for interacting with Microsoft 365 and Office services through the Graph API", "type": "module", "main": "dist/index.js", "bin": { "ms-365-mcp-server": "dist/index.js" }, "scripts": { "generate": "node bin/generate-graph-client.mjs", "build": "tsup", "test": "vitest run", "test:watch": "vitest", "dev": "tsx src/index.ts", "dev:http": "tsx --watch src/index.ts --http 3000 -v", "format": "prettier --write \"**/*.{ts,mts,js,mjs,json,md}\"", "format:check": "prettier --check \"**/*.{ts,mts,js,mjs,json,md}\"", "lint": "eslint .", "lint:fix": "eslint . --fix", "verify": "npm run generate && npm run lint && npm run format:check && npm run build && npm run test", "inspector": "npx @modelcontextprotocol/inspector tsx src/index.ts" }, "keywords": [ "microsoft", "365", "mcp", "server" ], "author": "", "license": "MIT", "publishConfig": { "access": "public" }, "dependencies": { "@azure/msal-node": "^2.1.0", "@modelcontextprotocol/sdk": "^1.8.0", "commander": "^11.1.0", "dotenv": "^17.0.1", "express": "^5.1.0", "js-yaml": "^4.1.0", "keytar": "^7.9.0", "winston": "^3.17.0", "zod": "^3.24.2" }, "devDependencies": { "@redocly/cli": "^1.34.3", "@semantic-release/exec": "^7.1.0", "@semantic-release/git": "^10.0.1", "@semantic-release/github": "^11.0.3", "@semantic-release/npm": "^12.0.2", "@types/express": "^5.0.3", "@types/node": "^22.15.15", "@typescript-eslint/eslint-plugin": "^8.38.0", "@typescript-eslint/parser": "^8.38.0", "eslint": "^9.31.0", "globals": "^16.3.0", "prettier": "^3.5.3", "semantic-release": "^24.2.7", "tsup": "^8.5.0", "tsx": "^4.19.4", "typescript": "^5.8.3", "vitest": "^3.1.1" }, "engines": { "node": ">=18" }, "repository": { "type": "git", "url": "https://github.com/softeria/ms-365-mcp-server.git" } }

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/Softeria/ms-365-mcp-server'

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