Outlook Mail + Calendar + OneDrive + Sharepoint
@Norcim133
关于 Outlook Mail + Calendar + OneDrive + Sharepoint
This MCP server gives Claude Desktop access to your Microsoft 365 mail and Calendar, OneDrive, and Sharepoint using the Microsoft Graph API.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"outlook": {
"command": "uv",
"args": [
"--directory",
"/absolute/path/to/OutlookMCPServer",
"run",
"mcpserver/main.py"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Outlook Mail + Calendar + OneDrive + Sharepoint?
This server provides Claude Desktop and other MCP-compatible agents with access to Microsoft 365 mail using the Microsoft Graph API. It is built for macOS and requires an Azure-registered application with admin consent for Graph scopes.
How to use Outlook Mail + Calendar + OneDrive + Sharepoint?
Set up the environment with uv, create an auth_cache folder and a .env file containing your Azure client ID, tenant ID, and scopes. Run the server via uv run mcp dev mcpserver/server.py for testing, then add the server configuration to your Claude Desktop claude_desktop_config.json with the command uv and args pointing to the project directory.
Key features of Outlook Mail + Calendar + OneDrive + Sharepoint
- Search, filter, and analyze your inbox from MCP-compatible agents
- Uses the modern Microsoft Graph SDK (
msgraph) - Authenticates via DeviceCodeCredential with token caching
- Calendar support is planned (querying, filtering)
- OneDrive support is a possible future direction
Use cases of Outlook Mail + Calendar + OneDrive + Sharepoint
- Analyze email inbox from Claude Desktop without switching context
- Search and filter emails by date, sender, or subject
- Retrieve message details and metadata programmatically
FAQ from Outlook Mail + Calendar + OneDrive + Sharepoint
What dependencies are required?
Python with uv, azure.identity, msgraph SDK, and FastMCP.
What operating system is supported?
Currently macOS only; Windows support is planned.
How is authentication set up?
You must have an Azure-registered application with admin-consented Graph permissions (e.g., Mail.Read, Mail.Send). The server uses DeviceCodeCredential and stores the token in auth_cache/auth_record.json.
Does this server support Calendar or OneDrive yet?
Calendar integration is started but not yet functional; OneDrive is a possible future direction. Only mail access is fully implemented.
Can I use this with other MCP clients besides Claude Desktop?
Yes, the server follows the MCP protocol and can be used with any MCP-compatible agent, though the README targets Claude Desktop specifically.
生产力 分类下的更多 MCP 服务器

Time
modelcontextprotocolModel Context Protocol Servers
Openfate Bazi Mcp
openfate-aiOpenFate Bazi MCP server with deterministic Four Pillars calculation, True Solar Time, branch interactions, and reverse Bazi lookup.
MCPControl
CheffromspaceMCP server for Windows OS automation
Desktop Commander MCP
wonderwhy-erThis is MCP server for Claude that gives it terminal control, file system search and diff file editing capabilities
MCP SAP GUI Server
mario-andreschakMCP server that allows simple SAP GUI interaction for LLM models using simulated mouse clicks and keyboard input.
评论