Back to MCP Servers
Teams
MCP server that integrates Microsoft Teams messaging (read, post, mention, list members and threads)
communication
By InditexTech
Installation
npx -y mcp-teams-serverConfiguration
{
"mcpServers": {
"mcp-teams-server": {
"command": "npx",
"args": ["-y", "mcp-teams-server"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes