# Connect Outlook to your AI agent

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

Web version: https://claw-link.dev/hub/outlook

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

## Quick facts

- 270 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 Outlook once and start using the real actions from the agent.

## Setup

Outlook 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 Outlook items without opening the app first.
- **Collaborate faster** — The agent pulls Outlook context like files, chats, or meetings into the conversation.
- **Cut the routine admin** — Status updates, scheduling, and record edits in Outlook stop interrupting your flow.

## Outlook tools

270 Outlook tools, ready the moment you connect.

- `outlook_calendar_create_event` — Create a new Outlook calendar event
- `outlook_create_contact` — Create a new Outlook contact
- `outlook_create_draft` — Create a new draft Outlook email
- `outlook_get_message` — Get a specific Outlook message
- `outlook_get_profile` — Get the connected Outlook user profile
- `outlook_list_calendars` — List Outlook calendars
- `outlook_list_mail_folders` — List Outlook mail folders
- `outlook_list_messages` — List Outlook messages
- `outlook_list_user_contacts` — List Outlook contacts
- `outlook_query_emails` — Query Outlook emails with filters
- `outlook_reply_email` — Reply directly to an Outlook message
- `outlook_search_messages` — Search Outlook messages
- `outlook_send_email` — Send a new Outlook email
- `outlook_download_outlook_attachment` — Downloads a specific file attachment from an email message in a Microsoft Outlook mailbox; the
- `outlook_find_meeting_times` — Suggests meeting times based on organizer and attendee availability, time constraints, and
- `outlook_get_calendar_event` — Retrieve a specific event from a specified calendar
- `outlook_get_calendar_event_attachment` — Retrieve a specific attachment from an event within a calendar
- `outlook_get_calendar_from_event` — Retrieve the parent calendar that contains a specific event
- `outlook_get_calendar_from_group` — Retrieve a specific calendar from a calendar group in Microsoft Outlook
- `outlook_get_calendar_group` — Retrieve the properties and relationships of a calendar group object
- `outlook_get_calendar_group_calendar_event_extension` — Retrieve an open extension from a calendar event within a specific calendar group and calendar
- `outlook_get_calendar_group_schedule` — Retrieve free/busy schedule information for a specific user's calendar within a calendar group
- `outlook_get_calendar_permission` — Retrieve a specific calendar permission for a user's calendar
- `outlook_get_calendar_permission_from_calendar` — Retrieve a specific calendar permission from a user's calendar
- `outlook_get_calendar_schedule` — Get free/busy schedule information for users, distribution lists, or resources
- `outlook_get_calendar_view` — Get events ACTIVE during a time window (includes multi-day events)
- `outlook_get_child_folder_message` — Retrieve a specific email message from a child mail folder
- `outlook_get_child_folder_message_content` — Get the MIME content of a message from a child mail folder
- `outlook_get_child_mail_folder` — Retrieve a specific child mail folder from a parent mail folder
- `outlook_get_contact_extension` — Retrieve an open extension from a contact in Microsoft Graph

## Example prompts

- **Calendar create event:** Use Outlook to calendar create event and walk me through it.
- **Create contact:** Create it in Outlook. Confirm the key fields with me before you finish.
- **Create draft:** Create it in Outlook. Confirm the key fields with me before you finish.
- **Get message:** Pull the data from Outlook. 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 Outlook, 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 Outlook. |

## FAQ

### How do I connect Outlook to my AI agent?

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

### Is there a Outlook MCP server I can use?

Yes. ClawLink exposes Outlook as 270 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 Outlook API credentials?

No separate API key. You sign in to Outlook 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 outlook. The first opens a browser to sign in to ClawLink. The second opens a browser to authorize Outlook. No API keys to create. Works with OpenClaw, Hermes, Claude Code, Cursor, Codex, and any agent that runs shell commands.
