Cli Microsoft365
Freeby MCP Community
Model Context Protocol (MCP) server for CLI for Microsoft 365 that allows to use natural language to manage your Microsoft 365 tenant.
v0.1.18Added Apr 12, 2026
Microsoft365SharePointOnlinemcpmodel-context-protocolai-assistant
Cli Microsoft365 MCP Server
Model Context Protocol (MCP) server for CLI for Microsoft 365 that allows to use natural language to manage your Microsoft 365 tenant.
Installation
Reviews
Installation
Quick install
npx -y @pnp/cli-microsoft365-mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"cli-microsoft365": {
"command": "npx",
"args": ["-y", "@pnp/cli-microsoft365-mcp-server"]
}
}
}