Microsoft Apps

Connect Microsoft Teams to your AI agent

One-click hosted OAuth. 15 tools your agent can call from chat. No OAuth plumbing, no API key juggling. ClawLink hosts the connection so your agent can act on Microsoft Teams right away.

15Microsoft Teams tools

Callable the moment you connect. No per-tool setup, no API client to maintain.

List user joined teamsList associated teamsGet team from groupGet channelList channel tabsChats get all chatsGet chatList user chat messages+7 more

Setup

Three steps. About two minutes.

  1. 1

    Install ClawLink

    Add the plugin to your agent once.

  2. 2

    Connect Microsoft Teams

    One-click hosted OAuth in the dashboard.

  3. 3

    Use it from chat

    Ask your agent in plain English.

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.

bash
$npx -y @useclawlink/cli login
$npx -y @useclawlink/cli connect microsoft-teams

Run these in your terminal. The first opens a browser to sign in to ClawLink; the second opens a browser to authorize Microsoft Teams. No API keys to create or paste. Works with any agent that runs shell commands: OpenClaw, Hermes, Claude Code, Cursor, Codex, Cline, and more.

Use cases

What you can do with Microsoft Teams from chat

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.

Capabilities

The Microsoft Teams actions your agent can call

15 Microsoft Teams tools, ready the moment you connect.

  • List user joined teams
  • List associated teams
  • Get team from group
  • Get channel
  • List channel tabs
  • Chats get all chats
  • Get chat
  • List user chat messages
  • List online meetings
  • Get online meeting
  • Create meeting
  • List team members

+ 3 more Microsoft Teams tools after you connect.

Examples

Ask in plain English

These map to real tool calls ClawLink makes against your connected account.

List user joined teams

List the relevant items in Microsoft Teams, group them by priority, and tell me what to do next.

List associated teams

List the relevant items in Microsoft Teams, group them by priority, and tell me what to do next.

Get team from group

Pull the data from Microsoft Teams. Sum it up and flag anything I need to look at.

Get channel

Pull the data from Microsoft Teams. Sum it up and flag anything I need to look at.

ClawLink vs DIY

Building the Microsoft Teams integration yourself, or hosting it?

 
DIY
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

Quick questions

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 15 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 14-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.

Related

More Microsoft Apps integrations

Ready to connect Microsoft Teams?

First integration is free. No credit card.

Connect Microsoft Teams
Community Q&AReddit-style Q&A on Microsoft Teams
Microsoft Teams MCP integration for AI agents | ClawLink