# Connect Microsoft Teams to your AI agent

> Yes — ClawLink is a hosted Microsoft Teams MCP server. 153 tools your agent can call from chat, with one-click hosted OAuth and nothing to run locally.

Web version: https://claw-link.dev/hub/microsoft-teams

ClawLink hosts a managed Microsoft Teams MCP server that exposes 153 tools to your AI agent. You connect Microsoft Teams in one click, and your agent can read, create, and update Microsoft Teams data from chat without you building or running a local MCP server.

## Quick facts

- 153 tools callable from chat
- One-click hosted OAuth
- Works with OpenClaw, Hermes, Claude Code, Cursor, Codex, and any MCP client
- No local server or config files

## Overview

The usual path is: build auth, handle token refresh, wire up the tools. With ClawLink you connect Microsoft Teams once and start using the real actions from the agent.

## Setup

Microsoft Teams uses OAuth. You connect it in the browser: click Connect, sign in, approve. ClawLink stores the token and refreshes it on its own. You never touch a key or wire up a redirect URL.

Authentication: hosted OAuth

## What you can do

- **Work across the Microsoft stack from chat** — Read, create, and update Microsoft Teams items without opening the app first.
- **Collaborate faster** — The agent pulls Microsoft Teams context like files, chats, or meetings into the conversation.
- **Cut the routine admin** — Status updates, scheduling, and record edits in Microsoft Teams stop interrupting your flow.

## Microsoft Teams tools

153 Microsoft Teams tools, ready the moment you connect.

- `microsoft_teams_chats_get_all_chats` — Retrieve all chats a user is part of
- `microsoft_teams_create_meeting` — Create a new online meeting
- `microsoft_teams_get_channel` — Get details of a specific channel within a team
- `microsoft_teams_get_chat` — Get details of a specific chat
- `microsoft_teams_get_my_profile` — Get the current user's Teams profile
- `microsoft_teams_get_online_meeting` — Get details of a specific online meeting
- `microsoft_teams_get_shift` — Get details of a specific shift
- `microsoft_teams_get_team_from_group` — Get team details from a group ID
- `microsoft_teams_list_associated_teams` — List teams that a user is associated with (direct or shared channel)
- `microsoft_teams_list_channel_tabs` — List tabs configured in a channel
- `microsoft_teams_list_online_meetings` — List online meetings
- `microsoft_teams_list_shifts` — List shifts in a team schedule
- `microsoft_teams_list_team_members` — List members of a team
- `microsoft_teams_list_user_chat_messages` — List messages in a user chat
- `microsoft_teams_list_user_joined_teams` — List the Teams that a specified user is a direct member of
- `microsoft_teams_get_call_operation` — Get a specific commsOperation for a call
- `microsoft_teams_get_channel_message` — Retrieves a specific message from a Microsoft Teams channel using its Team, Channel, and
- `microsoft_teams_get_channel_message_reply` — Retrieve a single reply to a message in a channel
- `microsoft_teams_get_chat_member` — Get a specific conversation member from a Microsoft Teams chat
- `microsoft_teams_get_chat_message` — Get a specific chat message
- `microsoft_teams_get_day_note` — Retrieve a specific day note from a team's schedule
- `microsoft_teams_get_files_folder` — Get the files folder (DriveItem) metadata for a specific channel in a Microsoft Teams team
- `microsoft_teams_get_meeting_transcript_content` — Retrieve the raw text/vtt content for a Microsoft Teams meeting transcript
- `microsoft_teams_get_offer_shift_request` — Get a specific offer shift request from a Microsoft Teams schedule
- `microsoft_teams_get_open_shift` — Get a specific open shift from a Microsoft Teams schedule
- `microsoft_teams_get_open_shift_change_request` — Retrieve a specific open shift change request from a Microsoft Teams team's schedule
- `microsoft_teams_get_presence` — Get a specific user's presence information
- `microsoft_teams_get_primary_channel` — Get the default (General) channel of a team
- `microsoft_teams_get_schedule` — Retrieve the properties and relationships of a schedule object
- `microsoft_teams_get_scheduling_group` — Retrieve a specific scheduling group from a Microsoft Teams team's schedule

## Example prompts

- **Chats get all chats:** Use Microsoft Teams to chats get all chats and walk me through it.
- **Create meeting:** Create it in Microsoft Teams. Confirm the key fields with me before you finish.
- **Get channel:** Pull the data from Microsoft Teams. Sum it up and flag anything I need to look at.
- **Get chat:** Pull the data from Microsoft Teams. Sum it up and flag anything I need to look at.

## ClawLink vs. building it yourself

| | Manual | ClawLink |
|---|---|---|
| Connection | Build it yourself. You register a developer app with Microsoft Teams, set up redirect URLs, handle the consent screen, store and refresh access tokens, and redo the wiring when scopes change. | Hosted hosted OAuth. Connect once in the browser. ClawLink owns the lifecycle. |
| Maintenance | Token refresh, permission debugging, env config, every edge case. All yours. | ClawLink handles the plumbing. You focus on the workflow. |
| Time to first call | Days to weeks. Auth, storage, tool wiring, testing. Then the agent can act. | About two minutes from sign-up to the agent calling Microsoft Teams. |

## FAQ

### How do I connect Microsoft Teams to my AI agent?

Install ClawLink, open the dashboard, click Connect next to Microsoft Teams, and finish the hosted OAuth flow. Your agent can call Microsoft Teams from the next message. Two minutes, total.

### Is there a Microsoft Teams MCP server I can use?

Yes. ClawLink exposes Microsoft Teams as 153 tools your agent calls through a hosted MCP-compatible runtime. You don't run a local server or edit a config file. The tools are there the moment you connect.

### Do I need Microsoft Teams API credentials?

No separate API key. You sign in to Microsoft Teams through the normal OAuth flow and ClawLink handles the token after that.

### How much does it cost?

Your first integration is free, plus a 7-day trial of the full catalog. Paid plans unlock the rest of the library.

### Can I set this up from the terminal instead of the dashboard?

Yes. Run npx -y @useclawlink/cli login, then npx -y @useclawlink/cli connect microsoft-teams. The first opens a browser to sign in to ClawLink. The second opens a browser to authorize Microsoft Teams. No API keys to create. Works with OpenClaw, Hermes, Claude Code, Cursor, Codex, and any agent that runs shell commands.
