CLI for Microsoft 365 MCP Server
Rank #2,831io.github.pnp/cli-microsoft365-mcp-server
MCP server for CLI for Microsoft 365 to manage your tenant using natural language
CLI for Microsoft 365 MCP Server is a Model Context Protocol (MCP) server published by pnp. It ranks #2,831 of 115,591 servers tracked on MCP Toplist, and its repository has 128 GitHub stars. CLI for Microsoft 365 MCP Server is listed across 4 registries — Official MCP, PulseMCP, mcp.so and Glama, with 3 tracked versions. It was first listed on Apr 18, 2025 and most recently updated on May 7, 2026.
Ranks ahead of 112,760 of 115,591 servers on MCP Toplist.
Use CLI for Microsoft 365 MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add cli-microsoft365-mcp-server -- npx -y @pnp/cli-microsoft365-mcp-server[mcp_servers.cli-microsoft365-mcp-server]
command = "npx"
args = ["-y", "@pnp/cli-microsoft365-mcp-server"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"cli-microsoft365-mcp-server": {
"command": "npx",
"args": [
"-y",
"@pnp/cli-microsoft365-mcp-server"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"cli-microsoft365-mcp-server": {
"command": "npx",
"args": [
"-y",
"@pnp/cli-microsoft365-mcp-server"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"cli-microsoft365-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@pnp/cli-microsoft365-mcp-server"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"cli-microsoft365-mcp-server": {
"command": "npx",
"args": [
"-y",
"@pnp/cli-microsoft365-mcp-server"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"cli-microsoft365-mcp-server": {
"command": "npx",
"args": [
"-y",
"@pnp/cli-microsoft365-mcp-server"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.pnp%2Fcli-microsoft365-mcp-server)<a href="https://mcptoplist.com/server/io.github.pnp%2Fcli-microsoft365-mcp-server"><img src="https://mcptoplist.com/badge/io.github.pnp%2Fcli-microsoft365-mcp-server.svg" alt="MCP Toplist: Top 5% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (3 delisted)
pnp
Available versions (3)
| Version | Published |
|---|---|
| 0.1.21 | May 7, 2026 |
| 0.1.20 | May 7, 2026 |
| 0.1.19 | Apr 12, 2026 |
Frequently asked questions
- Who maintains CLI for Microsoft 365 MCP Server?
- CLI for Microsoft 365 MCP Server is maintained by pnp, which publishes 1 MCP server (3 total versions) tracked on MCP Toplist.
- Is CLI for Microsoft 365 MCP Server listed on the Official MCP Registry?
- Yes — CLI for Microsoft 365 MCP Server is listed on the Official MCP Registry, alongside PulseMCP, mcp.so and Glama.
- How many versions does CLI for Microsoft 365 MCP Server have?
- MCP Toplist tracks 3 versions of CLI for Microsoft 365 MCP Server, most recently published on May 7, 2026.
- Where can I find the source code for CLI for Microsoft 365 MCP Server?
- The source code for CLI for Microsoft 365 MCP Server is hosted at github.com/pnp/cli-microsoft365-mcp-server.