Loading...
npx @softeria/ms-365-mcp-server --toon{
"mcpServers": {
"ms365": {
"command": "npx",
"args": [
"-y",
"@softeria/ms-365-mcp-server"
]
}
}
}list-mail-messagesLists email messages in a mailbox.
Read-only operation.
send-mailSends an email message.
Can be used to send unwanted or malicious emails.
create-calendar-eventCreates a new calendar event.
Could potentially spam users with unwanted events.
delete-onedrive-fileDeletes a file from OneDrive.
Destructive operation that can lead to data loss.
list-usersLists users in the organization.
Read-only access to user information.
send-chat-messageSends a message to a Teams or chat channel.
Can be used to send unwanted messages to a channel.
update-calendar-eventUpdates an existing calendar event.
Can modify existing calendar entries.
search-queryExecutes a search query across Microsoft 365 services.
Read-only search operation.
This MCP server offers a balance of read and write capabilities for Microsoft 365 services. It's relatively safe in read-only mode or when used with personal accounts. However, enabling organization mode and using tools that modify data requires careful permission management and awareness of potential risks.