Microsoft Teams Connector
Send messages, schedule meetings, and manage team collaboration with seamless Microsoft 365 integration.Installation
npm install mcp-teams
# Register Azure AD application
mcp-teams --tenant YOUR_TENANT_ID
Collaboration Features
- Messaging: Send chat messages and announcements
- Meeting Management: Schedule and organize video calls
- File Sharing: Access SharePoint and OneDrive integration
- Channel Administration: Manage team structures
Microsoft Graph Permissions
Permission | Scope |
---|---|
Chat.ReadWrite | Send and receive messages |
Calendars.ReadWrite | Schedule meetings |
Files.ReadWrite | Access shared documents |
Team.ReadWrite | Manage team settings |
Key Actions
sendMessage
: Communicate with team membersscheduleMeeting
: Organize video conferencesshareFile
: Distribute documentscreateChannel
: Organize team discussionsaddMember
: Manage team roster
Productivity Benefits
Streamlines internal communication, automates meeting scheduling, enhances document collaboration, and integrates with entire Microsoft 365 ecosystem for unified workplace productivity.