Best for
- Developers who need to automate collaboration tasks in Teams
- Teams that want to integrate Teams into AI-driven productivity tools
- Applications that require programmatic access to Microsoft Graph data
This is a feature-rich MCP server that offers extensive integration with Microsoft Teams and Graph APIs, including messaging, user, file, and search capabilities. It requires proper authentication and permissions, making it suitable for developers who need to automate Teams operations.
Teams MCP is a Model Context Protocol (MCP) server that provides seamless integration with Microsoft Graph APIs, enabling AI assistants to interact with Microsoft Teams, users, chats, files, and organizational data. It supports OAuth 2.0 device code authentication, read-only mode, message search, rich formatting (Markdown/HTML), and file uploads/downloads.
npx @floriscornel/teams-mcp@latest authenticate to authenticate. 4. Alternatively, set the environment variable AUTH_TOKEN to a valid Microsoft Graph JWT.{
"mcpServers": {
"teams-mcp": {
"command": "npx",
"args": [
"-y",
"@floriscornel/teams-mcp@latest"
]
}
}
}