cli-microsoft365-mcp-server
Manage Microsoft 365 using MCP server
File Explorer
Download Latest Version (.zip)- bug-report.yml
- feature-request.yml
- sample.yml
- SKILL.md
- SKILL.md
- dependabot.yml
- pull_request_template.md
- logo.png
- mcp-example-1.png
- mcp-example-2.png
- mcp-example-3.png
- mcp-example-4.png
- index.ts
- util.ts
- .gitignore
- .npmignore
- best-practices.md
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- glama.json
- LICENSE
- manifest.json
- package-lock.json
- package.json
- README.md
- SECURITY.md
- server.json
- tsconfig.json
# Installation Guide
1. Get the code
git clone https://github.com/pnp/cli-microsoft365-mcp-server
Downloads the entire project code from GitHub to your computer.
cd cli-microsoft365-mcp-server
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm run build
Builds optimized production files.
npm run start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
