ソース情報
- リポジトリ
- RabbitAI-Lab/rabbit-plugins-mcp
- ソースの最終更新活動
- 2026年7月26日 14:08
- 検出された SKILL.md の言語
- 英語
- スター
- 0
- フォーク
- 0
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
SKILL.md を表示中
SKILL.md
ソースの指示 · 読み取り専用プレビュー- name
- ms-365
- description
- Microsoft 365 suite integration. Use when the agent needs this capability via MCP.
# ms-365
Microsoft 365 suite integration
## When to Activate
- Use **ms-365** from an MCP-aware client
- Communication tasks that ms-365 supports
- Register ms-365 via `claude mcp add` or `.mcp.json`
## Installation
ms-365 is an MCP server (stdio transport). Register it with Claude Code:
```bash
claude mcp add ms-365 -- npx @microsoft/mcp-365
```
Or add to `.mcp.json`:
```json
{
"mcpServers": {
"ms-365": {
"command": "npx",
"args": [
"@microsoft/mcp-365"
]
}
}
}
```
A guided installer is at `scripts/install.sh`.
## Verification
```bash
claude mcp list
```
## Details
- **Server**: `ms-365`
- **Maintainer**: Microsoft
- **Protocol**: stdio
- **Category**: Communication
- **Priority**: Optional
GitHubで見る