MCP.so
登录

Outlook MCP Server

@Wallisking1991

关于 Outlook MCP Server

暂无概览

基本信息

分类

沟通协作

运行时

python

传输方式

stdio

发布者

Wallisking1991

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "outlook-mcp-server": {
      "command": "python",
      "args": [
        "outlook_mcp_server.py"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Outlook MCP Server?

Outlook MCP Server is a Model Context Protocol (MCP) server that provides access to Microsoft Outlook email functionality, allowing LLMs and other MCP clients to read, search, and manage emails through a standardized interface. It is designed for users on Windows with Outlook installed and an active email account.

How to use Outlook MCP Server?

Install dependencies (mcp>=1.2.0 and pywin32>=305), then configure your MCP client (e.g., Claude Desktop) by adding the server to its configuration file. Start the server directly with python outlook_mcp_server.py or let the client launch it. Use natural language commands to list folders, view recent emails, search, read details, reply, or compose emails.

Key features of Outlook MCP Server

  • Folder management: lists all available mail folders
  • Email listing: retrieves emails from specified time periods
  • Email search: searches by contact name, keywords, or phrases with OR operators
  • Email details: views complete email content including attachments
  • Email composition: creates and sends new emails
  • Email replies: replies to existing emails

Use cases of Outlook MCP Server

  • An assistant reading and summarizing recent emails from the last few days
  • Searching for specific emails about a project or from a contact
  • Replying to an email without manually opening Outlook
  • Composing and sending a new email directly from a chat interface

FAQ from Outlook MCP Server

What are the system requirements?

Windows operating system, Python 3.10 or later, Microsoft Outlook installed and configured with an active account, and an MCP-compatible client such as Claude Desktop.

How do I fix connection or permission errors?

Ensure Outlook is running and properly configured. The script must have permission to access Outlook. Check that the email ID is valid and accessible.

Does it support HTML emails?

No, currently it supports text emails only (not HTML).

What is the maximum email history accessible?

Email history is limited to 30 days.

Can it manage calendar or contacts?

No, the server only supports basic email functions (no calendar, contacts, etc.).

评论

沟通协作 分类下的更多 MCP 服务器