Back to Apps

MCP Teams Server
by inditextech
Microsoft Teams integration for AI agents to read, create, and reply to messages and manage channel members.
0 stars
Works in:claude
Exposes:Tools
What it does
Connects AI assistants to Microsoft Teams, enabling them to interact with channels and threads. It allows the AI to act as a collaborator that can monitor conversations and post updates directly into the workplace.
Tools
create_thread: Start a new thread in a channel with a title and contents, including user mentions.update_thread: Reply to existing threads and mention specific team members.read_thread_replies: Retrieve and analyze previous replies within a conversation thread.list_channel_members: Get a list of all members within a specific Teams channel.read_channel_messages: Read historical messages from a channel to gain context.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"mcp-teams": {
"command": "uv",
"args": ["run", "mcp-teams-server"],
"env": {
"TEAMS_APP_ID": "your-app-id",
"TEAMS_APP_PASSWORD": "your-client-secret",
"TEAMS_APP_TYPE": "SingleTenant",
"TEAMS_APP_TENANT_ID": "your-tenant-id",
"TEAM_ID": "your-team-id",
"TEAMS_CHANNEL_ID": "your-channel-id"
}
}
}
}
Supported hosts
- Claude Desktop
Quick install
uv run mcp-teams-serverInformation
- Pricing
- free
- Published
- 4/22/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
Configure environment variables TEAMS_APP_ID, TEAMS_APP_PASSWORD, and TEAM_ID in your claude_desktop_config.json





