Claude Outlook MCP Tool
クロード Outlook MCP ツール
これは、Claude が macOS 用 Microsoft Outlook と対話できるようにするモデル コンテキスト プロトコル (MCP) ツールです。
特徴
郵便:
未読メールと通常のメールを読む
キーワードでメールを検索する
宛先、CC、BCC の受信者を指定してメールを送信する
HTML形式のメールを送信する
メールにファイルを添付する
メールフォルダの一覧
カレンダー:
今日のイベントを見る
今後のイベントを見る
イベントを検索
新しいカレンダーイベントを作成する
連絡先:
連絡先リスト
名前で連絡先を検索
Related MCP server: Enhanced Outlook MCP Server
前提条件
Apple Silicon (M1/M2/M3) または Intel チップを搭載した macOS
Microsoft Outlook for Macがインストールおよび設定されている
バンがインストールされました
Claudeデスクトップアプリがインストールされました
インストール
このリポジトリをクローンします:
git clone https://github.com/syedazharmbnr1/claude-outlook-mcp.git
cd claude-outlook-mcp依存関係をインストールします:
bun installスクリプトが実行可能であることを確認します。
chmod +x index.tsClaude Desktop の設定を更新します。
このツールを含めるように、 claude_desktop_config.jsonファイル ( ~/Library/Application Support/Claude/claude_desktop_config.jsonにあります) を編集します。
{
"mcpServers": {
"outlook-mcp": {
"command": "/Users/YOURUSERNAME/.bun/bin/bun",
"args": ["run", "/path/to/claude-outlook-mcp/index.ts"]
}
}
}YOURUSERNAME実際の macOS ユーザー名に置き換え、このリポジトリのクローンを作成した場所へのパスを調整してください。
Claudeデスクトップアプリを再起動します
権限を付与する:
システム環境設定 > プライバシーとセキュリティ > プライバシーに移動します
ターミナル(またはお好みのターミナルアプリ)にアクセシビリティ機能へのアクセスを許可する
ツールを初めて使用するときに許可を求めるプロンプトが表示される場合があります
使用法
インストールが完了すると、次のような質問をすることで、Claude から直接 Outlook ツールを使用できるようになります。
「Outlook で未読メールを確認できますか?」
「四半期レポートをOutlookのメールから検索する」
「「明日の会議」という件名でjohn@example.comにメールを送信してください」
「今日のカレンダーには何が入ってるの?」
「明日の午後2時に会議を作成」
「ジェーン・スミスの連絡先情報を見つける」
例
メール操作
Check my unread emails in OutlookSend an email to alex@example.com with subject "Project Update" and the following body: Here's the latest update on our project. We've completed phase 1 and are moving on to phase 2.Send an HTML email to team@example.com with subject "Weekly Report" and attach the quarterly_results.pdf fileSearch my emails for "budget meeting"カレンダー操作
What events do I have today?Create a calendar event for a team meeting tomorrow from 2pm to 3pmShow me my upcoming events for the next 2 weeks連絡先
List all my Outlook contactsSearch for contact information for Jane Smith高度な機能
HTML メールサポート
isHtmlパラメータを true に設定すると、リッチ HTML 形式の電子メールを送信できます。
Send an HTML email to john@example.com with the subject "Project Update" and body "<h1>Project Update</h1><p>We've made <b>significant progress</b> on the project.</p>"ファイル添付
attachmentsファイルパラメータにファイルパスを指定することで、メールにファイルを添付できます。
Send an email to jane@example.com with subject "Monthly Report" and attach the reports/march_2025.pdf file添付ファイルで最良の結果を得るには:
可能な場合は絶対ファイルパスを使用する
MCPツールを実行しているプロセスがファイルにアクセスできることを確認します。
添付ファイルは強力なエラー検出機能で自動的に処理されます
トラブルシューティング
添付ファイルで問題が発生した場合:
ファイルが存在し、読み取り可能かどうかを確認します
相対パスではなく絶対ファイルパスを使用する
プロセスを実行しているユーザーにファイルの読み取り権限があることを確認してください
Cannot find module '@modelcontextprotocol/sdk/server/index.js'エラーが発生した場合:
すべての依存関係をインストールするには、
bun install実行したことを確認してください。MCP SDK を明示的にインストールしてみてください。
bun add @modelcontextprotocol/sdk@^1.5.0モジュールが node_modules ディレクトリに存在するかどうかを確認します。
ls -la node_modules/@modelcontextprotocol/sdk/server/
エラーが解決しない場合は、Bun を使用して新しいプロジェクトを作成してみてください。
mkdir -p ~/yourpath/claude-outlook-mcp
cd ~/yourpath/claude-outlook-mcp
bun init -y次に、package.json ファイルと index.ts ファイルを新しいディレクトリにコピーして、次を実行します。
bun install
bun run index.ts新しい場所を指すように claude_desktop_config.json を更新します。
ライセンス
マサチューセッツ工科大学
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceThe Outlook Calendar MCP enables Claude to directly manage Microsoft Outlook calendars on Windows systems, offering a privacy-focused solution that keeps all data local. Users can view events, create meetings, find free time slots, and manage multiple calendars without their data leaving their machi76440MIT
- FlicenseNot gradedqualityDmaintenanceConnects Claude with Microsoft Outlook through the Graph API, providing comprehensive email, calendar, folder management, and rules creation capabilities.19
- AlicenseNot gradedqualityCmaintenanceConnects Claude to Microsoft Outlook through the Microsoft Graph API, enabling email management (list, search, read, send) and calendar operations (list, create, accept, decline, delete events) via OAuth 2.0 authentication.1MIT
- AlicenseBqualityBmaintenanceEnables interaction with Microsoft Outlook services (Tasks, Calendar, Email, Contacts, and Teams) via the Microsoft Graph API, providing 39 tools for Claude Desktop with natural language and JSON output.39MIT
Related MCP Connectors
Let ChatGPT, Claude & Cursor use your Mac: email, calendar, iMessage, Teams, files. Local, free.
Search, read, and write your Apple Notes from ChatGPT/Claude via a local Mac agent + MCP relay.
Read, search, send, organize, draft and schedule email across your inboxes from any MCP client.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/syedazharmbnr1/claude-outlook-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server