Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
npx claudepluginhub inoshinichi/bootcamp-company --plugin companyCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"ms-365": {
"command": "npx",
"args": [
"-y",
"@softeria/ms-365-mcp-server"
],
"env": {
"_NOTE": "Microsoft基盤ユーザー向け。Outlook(メール+カレンダー)+ OneDrive + Teams が一括で使える統合MCP。Azure ADでパブリッククライアントとしてアプリ登録、Mail.ReadWrite/Calendars.ReadWrite/Files.ReadWrite/Chat.ReadWrite 権限を付与。MS365_MCP_CLIENT_ID 環境変数 or ~/.config/ms-365-mcp/.env で設定。"
}
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Environment variables set when the server starts
_NOTE=Microsoft基盤ユーザー向け。Outlook(メール+カレンダー)+ OneDrive + Teams が一括で使える統合MCP。Azure ADでパブリッククライアントとしてアプリ登録、Mail.ReadWrite/Calendars.ReadWrite/Files.ReadWrite/Chat.ReadWrite 権限を付与。MS365_MCP_CLIENT_ID 環境変数 or ~/.config/ms-365-mcp/.env で設定。Share bugs, ideas, or general feedback.