MCP.so
登录

Outlook Calendar MCP Server

@kgatilin

关于 Outlook Calendar MCP Server

MCP server for accessing Outlook Calendar events via API

基本信息

分类

生产力

运行时

go

传输方式

stdio

发布者

kgatilin

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

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

概览

What is Outlook Calendar MCP Server?

Outlook Calendar MCP Server is a Model Context Protocol server that provides read-only access to your Outlook/Microsoft 365 calendar. It is built with Go and designed for use with AI assistants that need to query calendar data.

How to use Outlook Calendar MCP Server?

Build the server binary with go build -o outlook-mcp ./cmd/mcp, then run it with optional config file and .env file arguments. First call the get_auth_url tool to authenticate via browser, then use get_calendar_events to retrieve events for a date range.

Key features of Outlook Calendar MCP Server

  • Read-only access to Microsoft 365 calendar data
  • On-demand authentication with Microsoft via OAuth
  • Configurable via YAML file or environment variables
  • Cross-platform binaries for Windows, macOS, and Linux
  • CLI client included for testing and interactive use

Use cases of Outlook Calendar MCP Server

  • AI assistants retrieving your upcoming meetings and events
  • Automating calendar summaries for a given date range
  • Integrating calendar queries into MCP-compatible tools

FAQ from Outlook Calendar MCP Server

How do I authenticate with Outlook Calendar MCP Server?

Call the get_auth_url tool to receive an authentication URL, open it in your browser to authorize the application, and the server captures the callback and stores the token.

What configuration is required?

You need a registered Azure AD application with Calendars.Read, Calendars.Read.Shared, and Calendars.ReadBasic permissions, plus a redirect URI of http://localhost:1111/callback. Provide tenant ID, client ID, and client secret via environment variables or a .env file.

Does the server support write operations?

No. The server only provides read-only access to calendar data; no write operations are implemented.

Where is the authentication token stored?

The token is stored in memory only for the duration of the server's execution. It is not persisted to disk.

What are the runtime requirements?

Go 1.21 or higher to build from source, and a Microsoft 365 account with calendar access. Pre-built binaries require no Go runtime.

评论

生产力 分类下的更多 MCP 服务器