Skip to main content
Glama
package.json1.43 kB
{ "name": "m365-copilot-mcp", "version": "0.6.2", "description": "Model Context Protocol (MCP) server providing Claude AI with access to Microsoft 365 Copilot APIs - Retrieval, Search, and Chat capabilities", "main": "build/index.js", "bin": { "m365-copilot-mcp": "build/index.js" }, "type": "module", "engines": { "node": ">=20.0.0" }, "scripts": { "build": "tsc", "watch": "tsc --watch", "start": "node build/index.js", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "model-context-protocol", "microsoft-365", "m365", "copilot", "microsoft-copilot", "graph-api", "microsoft-graph", "sharepoint", "onedrive", "azure", "claude", "anthropic", "ai", "rag", "retrieval", "search", "chat" ], "author": "chenxizhang", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/chenxizhang/m365copilot-mcp.git" }, "bugs": { "url": "https://github.com/chenxizhang/m365copilot-mcp/issues" }, "homepage": "https://github.com/chenxizhang/m365copilot-mcp#readme", "files": [ "build", "README.md", "LICENSE" ], "dependencies": { "@azure/identity": "^4.13.0", "@azure/identity-cache-persistence": "^1.2.0", "@modelcontextprotocol/sdk": "^1.0.4" }, "devDependencies": { "@types/node": "^20.11.0", "typescript": "^5.3.3" } }

Latest Blog Posts

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/chenxizhang/m365copilot-mcp'

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