HarborHarbor
DocumentationGuidesPlugins
All plugins

Microsoft Teams

Read and manage Teams chats, channels, meetings, files, and collaboration workflows

composioCategory: commsPopularity 40microsoft-teams

Read and manage Teams chats, channels, meetings, files, and collaboration workflows

Install

hrbr plugins install microsoft-teams-mcp

Quick start

hrbr exec 'return await microsoft_teams.list({})'

Or from a Function:

import { defineOrbitJob } from "@hrbr/orbit";

export default defineOrbitJob({
  name: "microsoft-teams-mcp-example",
  handler: async (ctx) => {
    return await ctx.plugins.microsoft_teams.list({ limit: 5 });
  },
});

Tools

See available tools with:

hrbr plugins tools microsoft-teams-mcp

Or open the dashboard plugin page for the live tool list.