Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
mintmcp avatar

Outlook Email

  • 8 repo stars
  • Updated September 10, 2025
  • mintmcp/servers

com.mintmcp/outlook-email is a MCP server that lets agents search, read, and draft Outlook email and replies over streamable HTTP.

About

com.mintmcp/outlook-email is an MCP server that gives AI agents structured access to Outlook mail: search, read messages, and draft emails and replies. developers on Microsoft 365 often treat the inbox as the front line for support, billing questions, and partnership threads; this server keeps that work inside the same MCP session as code and docs. Configuration is a streamable-http remote—no local Exchange daemon—so setup is closer to registering a URL than shipping an integration microservice. Intermediate confidence applies because sending policies, OAuth scopes, and draft-vs-send behavior depend on MintMCP and tenant settings you should verify before automating customer-facing mail. Ideal when you want the agent to summarize overnight support mail or prepare reply drafts you approve; poor fit if you need Gmail, full marketing automation, or unsupervised auto-send without human review.

  • Search Outlook mail, read threads, and draft emails and replies via MCP
  • Streamable HTTP remote at outlook-email.mintmcp.com (v1.0.1)
  • MintMCP Outlook bridge with GitHub source at mintmcp/servers
  • Pairs naturally with mintmcp Outlook Calendar for schedule plus inbox in one agent stack

Outlook Email by the numbers

  • Data as of Jul 7, 2026 (Skillselion catalog sync)
terminal
claude mcp add --transport http outlook-email https://outlook-email.mintmcp.com/mcp

Add your badge

Show developers this MCP server is listed on Skillselion. Paste this into your README.

Listed on Skillselion
repo stars8
TransportHTTP
AuthNone
Last updatedSeptember 10, 2025
Repositorymintmcp/servers

What it does

Search, read, and draft Outlook email and replies from your agent while handling customer questions and founder inbox without context-switching.

Who is it for?

Outlook-based founders who want agent-assisted inbox triage and reply drafting during support and partner email.

Skip if: Google Workspace-only shops, bulk cold outreach pipelines, or workflows that require sending mail without human approval.

What you get

Your agent can search and read Outlook messages and produce draft replies you send or edit, all through MCP tools.

  • Search results and read message bodies from Outlook via agent
  • Draft emails and replies generated through MCP tools
  • Configured remote MCP server at v1.0.1

By the numbers

  • Server version 1.0.1 per server.schema.json
  • One streamable-http remote
  • Documented flows: search, read, draft emails and replies
README.md

MintMCP

MintMCP is a product from the Lutra team; we create tools to help connect AI to data and apps. The MCP servers here from MintMCP make it easy to connect your favorite AI agent (Claude, Cursor, Windsurf, ChatGPT) to email and calendar apps.

When you connect to one of our servers, you will be asked to login using either your Google or Microsoft accounts, and it directly gets you access to all the tools below.

MCP Servers Available

Google Calendar

  • Server URL: https://gcal.mintmcp.com/mcp
  • Tools:
    • create_event
    • delete_event
    • get_calendar_events
    • get_next_availability
    • list_calendars
    • update_event

Configuration:

{
  "mcpServers": {
    "google-calendar": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "https://gcal.mintmcp.com/mcp"
      ]
    }
  }
}

Gmail

  • Server URL: https://gmail.mintmcp.com/mcp
  • Tools:
    • draft_email
    • draft_reply
    • get_email
    • search_email
    • send_draft

Configuration:

{
  "mcpServers": {
    "gmail": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "https://gmail.mintmcp.com/mcp"
      ]
    }
  }
}

Outlook Calendar

Manage event listing, reading, and updates.

  • Server URL: https://outlook-calendar.mintmcp.com/mcp
  • Tools:
    • create_event
    • delete_event
    • get_calendar_events
    • get_next_availability
    • list_calendars
    • update_event

Configuration:

{
  "mcpServers": {
    "outlook-calendar": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "https://outlook-calendar.mintmcp.com/mcp"
      ]
    }
  }
}

Outlook

Search, read, and draft emails and replies.

  • Server URL: https://outlook-email.mintmcp.com/mcp
  • Tools:
    • draft_email
    • draft_reply
    • get_email
    • search_email
    • send_email

Configuration:

{
  "mcpServers": {
    "outlook-email": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "https://outlook-email.mintmcp.com/mcp"
      ]
    }
  }
}

MCP Gateway

For teams using MCP servers, managing authentication, monitoring, and configuration across multiple servers becomes operationally complex. It can be hard to understand which MCP servers your team is using, how they are using it, and whether the servers are secure. MCP gateways help by providing a control plane for your organization which give you the telemetry and governance you need. Learn more at https://mintmcp.com

Recommended MCP Servers

How it compares

MCP Outlook mail bridge, not an email marketing platform or a copywriting skill.

FAQ

Who is com.mintmcp/outlook-email for?

Developers using Outlook who want search, read, and draft-reply capabilities exposed to Claude Code, Cursor, or other MCP clients.

When should I use com.mintmcp/outlook-email?

Use it in Grow support when you triage user mail, draft answers from specs or runbooks, and want the agent to pull exact thread context from Outlook.

How do I add com.mintmcp/outlook-email to my agent?

Register https://outlook-email.mintmcp.com/mcp as a streamable-http MCP remote, complete Outlook authentication per MintMCP, and reload tools in your agent.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.