Microsoft 365 MCP Server
ms-365-mcp-サーバー
Microsoft 365 MCP サーバー
Graph API を介して Microsoft 365 サービスと対話するためのモデル コンテキスト プロトコル (MCP) サーバー。
前提条件
Node.js >= 14
Related MCP server: Microsoft Graph MCP Server
特徴
Microsoft 認証ライブラリ (MSAL) による認証
Excelファイル操作
カレンダーイベント管理
メール操作
OneDriveファイル管理
OneNote のノートブックとページ
やるべきタスクとタスクリスト
プランナーの計画とタスク
Outlookの連絡先
ユーザー管理
Microsoft Graph OpenAPI 仕様に基づく動的ツール
モデルコンテキストプロトコルに基づいて構築
クイックスタートの例
Claude Desktop でのログインをテストします。
例
統合
クロードデスクトップ
この MCP サーバーを Claude Desktop に追加するには:
「設定」>「開発者」で設定ファイルを編集します。
{
"mcpServers": {
"ms365": {
"command": "npx",
"args": [
"-y",
"@softeria/ms-365-mcp-server"
]
}
}
}クロード・コード CLI
claude mcp add ms365 -- npx -y @softeria/ms-365-mcp-serverMCP をサポートするその他のインターフェースについては、正しい統合方法についてそれぞれのドキュメントを参照してください。
認証
⚠️ ツールを使用する前に認証する必要があります。
MCPクライアントログイン:
loginツールを呼び出す(既存のトークンを自動チェック)必要に応じてURL+コードを取得し、ブラウザでアクセスしてください
確認するには
verify-loginツールを使用してください
オプションのCLIログイン:
npx @softeria/ms-365-mcp-server --loginターミナルの URL とコードプロンプトに従います。
トークンは OS 資格情報ストアに安全にキャッシュされます (ファイルにフォールバックします)。
ライセンス
MIT © 2025 ソフテリア
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
- AlicenseAqualityDmaintenanceA Model Context Protocol server that provides AI assistants with access to Microsoft Teams, enabling interaction with teams, channels, chats, and organizational data through Microsoft Graph APIs.19664124MIT
- Alicense-qualityDmaintenanceA comprehensive server that enables AI applications to interact with Microsoft 365 and Azure AD services through standardized Model Context Protocol interfaces.3MIT
- Flicense-qualityDmaintenanceA Model Context Protocol server that connects AI assistants to SharePoint via Microsoft Graph API, enabling natural language queries for documents, lists, and site management.79
- Alicense-qualityBmaintenanceModel Context Protocol servers for Microsoft 365, enabling AI assistants to interact with Calendar, Contacts, OneDrive, Outlook, and SharePoint via the Microsoft Graph API.MIT
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
Official Microsoft MCP Server to query Microsoft Entra data using natural language
A Model Context Protocol server for Wix AI tools
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/Softeria/ms-365-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server