Outlook Tools

v1.0.0Communicationstable

A Model Context Protocol server that enables AI assistants to interact with Microsoft Outlook for calendar management, email operations, and search functionality.

mcp-outlook-toolsmcpai-integration
Share:
10
Stars
0
Downloads
0
Weekly
0/5

What is Outlook Tools?

Outlook Tools is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to model context protocol server that enables ai assistants to interact with microsoft outlook for calendar management, email operations, and search functionality.

A Model Context Protocol server that enables AI assistants to interact with Microsoft Outlook for calendar management, email operations, and search functionality.

This server falls under the Communication category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • A Model Context Protocol server that enables AI assistants t

Use Cases

Manage Microsoft Outlook calendar events and meetings.
Search and perform email operations through AI assistants.
Automate calendar and email workflows.
wmoto-ai

Maintainer

LicenseMIT License
Languagepython
Versionv1.0.0
UpdatedMay 7, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx mcp-outlook-tools

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Outlook Tools

MCP Outlook Tools is a Model Context Protocol server that gives AI assistants direct control over Microsoft Outlook on Windows. It exposes tools for creating calendar appointments, retrieving calendar events by date range, sending emails with CC support, and searching emails by date and keyword—including Japanese text encoding support. Requires Windows with Outlook installed.

Prerequisites

  • Windows operating system with Microsoft Outlook installed and configured with an active account
  • Python 3.10 or later
  • uv package manager (https://docs.astral.sh/uv/)
  • Git to clone the repository
  • Claude Desktop or another MCP-compatible client
1

Clone the repository

Clone the mcp-outlook-tools repository to your local machine.

git clone https://github.com/wmoto-ai/mcp-outlook-tools.git
cd mcp-outlook-tools
2

Install the package

Install the package and its dependencies using uv or pip.

# Using uv (recommended)
uv pip install -e .

# Using pip
pip install -e .
3

Add to Claude Desktop configuration

Edit claude_desktop_config.json to register the server. The PYTHONIOENCODING environment variable is required for correct handling of non-ASCII characters in email subjects and bodies.

{
  "mcpServers": {
    "outlook-tools": {
      "command": "uv",
      "args": [
        "--directory", "C:\\Users\\yourname\\mcp-outlook-tools",
        "run", "--with-editable", ".",
        "python", "-m", "mcp_outlook_tools"
      ],
      "cwd": "C:\\Users\\yourname\\mcp-outlook-tools",
      "env": {
        "PYTHONIOENCODING": "utf-8"
      }
    }
  }
}
4

Restart Claude Desktop

Fully quit and reopen Claude Desktop so it picks up the new MCP server configuration. Outlook must be running or at least configured in the Windows profile.

# Close and reopen Claude Desktop
# Then verify by asking:
"What Outlook tools are available?"
5

Run development checks (optional)

If contributing or troubleshooting, run the test suite, type checker, and linter.

pytest test/
pyright src/
ruff check src/

Outlook Tools Examples

Client configuration

Claude Desktop claude_desktop_config.json for MCP Outlook Tools on Windows using uv.

{
  "mcpServers": {
    "outlook-tools": {
      "command": "uv",
      "args": [
        "--directory", "C:\\Projects\\mcp-outlook-tools",
        "run", "--with-editable", ".",
        "python", "-m", "mcp_outlook_tools"
      ],
      "cwd": "C:\\Projects\\mcp-outlook-tools",
      "env": {
        "PYTHONIOENCODING": "utf-8"
      }
    }
  }
}

Prompts to try

Example prompts using the calendar, email, and search tools.

- "Add a meeting called 'Sprint Planning' tomorrow from 10am to 11am in Conference Room B"
- "Show me all my calendar events for next week"
- "Send an email to [email protected] about the project status update"
- "Search my emails from last month that mention 'budget'"
- "Create an out-of-office appointment for December 25th marked as Out of Office"

Troubleshooting Outlook Tools

Server fails to start or COM automation errors appear

MCP Outlook Tools uses Windows COM automation to control Outlook. Ensure Microsoft Outlook is installed via MSI (not just the Microsoft Store app) and is properly configured with at least one email account. Run the script once manually from a terminal to see the raw COM error message.

Email subjects or body text with special characters appear garbled

Confirm PYTHONIOENCODING is set to utf-8 in the env block of your MCP configuration. This is especially important for Japanese, Chinese, or other multibyte character sets.

Calendar events are created with wrong time zone

The server uses the system locale and Outlook's configured time zone. Ensure your Windows system clock and Outlook calendar time zone settings match the intended time zone before creating appointments.

Frequently Asked Questions about Outlook Tools

What is Outlook Tools?

Outlook Tools is a Model Context Protocol (MCP) server that model context protocol server that enables ai assistants to interact with microsoft outlook for calendar management, email operations, and search functionality. It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Outlook Tools?

Follow the installation instructions on the Outlook Tools GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with Outlook Tools?

Outlook Tools works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Outlook Tools free to use?

Yes, Outlook Tools is open source and available under the MIT License license. You can use it freely in both personal and commercial projects.

Browse More Communication MCP Servers

Explore all communication servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "mcp-outlook-tools": { "command": "npx", "args": ["-y", "mcp-outlook-tools"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Outlook Tools?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides