{ "name": "microsoft-teams-mcp-server", "version": "1.0.2", "description": "Microsoft Teams MCP Server for Claude — Read/send messages, list channels, search across Teams. Works with Claude Cowork, Desktop & Code.", "type": "module", "main": "dist/index.js", "bin": { "teams-mcp-server": "dist/index.js" }, "files": [ "dist/**/*.js", "dist/**/*.d.ts", "README.md", "LICENSE", ".env.example" ], "scripts": { "build": "tsc", "start": "node dist/index.js", "start:stdio": "TRANSPORT_MODE=stdio node dist/index.js", "start:http": "TRANSPORT_MODE=http node dist/index.js", "dev": "tsc --watch", "clean": "rm -rf dist", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "mcp-server", "microsoft-teams", "teams", "claude", "claude-code", "claude-cowork", "claude-desktop", "connector", "model-context-protocol", "ai", "microsoft-graph", "microsoft-365", "oauth", "enterprise" ], "author": "SurgeEnterpriseAI (https://github.com/SurgeEnterpriseAI)", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/SurgeEnterpriseAI/teams-mcp-server.git" }, "mcpName": "io.github.SurgeEnterpriseAI/teams-mcp-server", "homepage": "https://github.com/SurgeEnterpriseAI/teams-mcp-server", "bugs": { "url": "https://github.com/SurgeEnterpriseAI/teams-mcp-server/issues" }, "engines": { "node": ">=18.0.0" }, "dependencies": { "@azure/msal-node": "^2.16.0", "@modelcontextprotocol/sdk": "^1.12.1", "cors": "^2.8.5", "dotenv": "^17.4.1", "express": "^4.21.0", "open": "^10.1.0", "zod": "^3.24.0" }, "devDependencies": { "@types/cors": "^2.8.17", "@types/express": "^5.0.0", "@types/node": "^22.0.0", "typescript": "^5.7.0" } }