Microsoft teams

Microsoft teams

Microsoft Teams integrates chat, video meetings, and file storage within Microsoft 365, providing virtual collaboration and communication for distributed teams

1287VIEWS
157USERS

Install MCP Server

Paste and run this command in your terminal to set up Cursor with MCP

npx @composio/cli add cursor --app microsoft_teamsnpx @composio/cli add cursor --app microsoft_teamsnpx @composio/cli add cursor --app microsoft_teamsnpx @composio/cli add cursor --app microsoft_teams

After running the command, restart Cursor to start using the MCP Server.

Available Tools

Add Member To Team

Tool to add a user to a microsoft teams team. use when granting or updating membership for a user.

Archive Teams Team

Tool to archive a microsoft teams team. use after confirming the team id; returns 202 if accepted.

Create Online Meeting

Use to schedule a new standalone microsoft teams online meeting, i.e., one not linked to any calendar event.

Create Team

Tool to create a new microsoft teams team. use when you need to provision a team with optional template, channels, and members.

Delete Teams Team

Tool to delete a microsoft teams team. use after confirming the target team id.

Get Team Channel

Tool to get a specific channel in a team. use after obtaining valid team and channel ids to fetch channel details.

Get Chat Message

Tool to get a specific chat message. use after confirming chat id and message id.

Get Team

Tool to get a specific team. use when full details of one team by id are needed.

List Message Replies

Tool to list replies to a channel message. use after obtaining team, channel, and message ids.

List Team Members

Tool to list members of a microsoft teams team. use when you need to retrieve the members of a specific team, for auditing or notifications.

Create Chat

Creates a new chat; if a 'oneonone' chat with the specified members already exists, its details are returned, while 'group' chats are always newly created.

Unarchive Teams Team

Tool to unarchive a microsoft teams team. use when you need to restore an archived team to active state.

Update Teams Channel Message

Tool to update a message in a channel. use when you need to modify an existing channel message after confirming channel and message ids.

Update Teams Chat Message

Tool to update a specific message in a chat. use when you need to correct or modify a sent chat message.

Update Team

Tool to update the properties of a team. use when you need to modify team settings such as member, messaging, or fun settings.

15 actions available