ms-365-mcp-server
ms-365-mcp-server is a TypeScript MCP server for Claude Desktop with npx, docker, remote URL. A Model Context Protocol (MCP) server for interacting with Microsoft 365 and Office services through the Graph API
How to use ms-365-mcp-server
Install or run
npx @softeria/ms-365-mcp-server --toonClient configuration
{
"value": [
{
"id": "1",
"displayName": "Alice Johnson",
"mail": "alice@example.com",
"jobTitle": "Software Engineer"
}
]
}
```
### (experimental) TOON Format
[Token-Oriented Object Notation](https://github.com/toon-format/toon) for efficient LLM token usage:
```
value[1]{id,displayName,mail,jobTitle}:
"1",Alice Johnson,alice@example.com,Software Engineer
```
**Benefits:**
- 30-60% fewer tokens vs JSON
- Best for uniform array data (lists of emails, calendar events, files, etc.)
- Ideal for cost-sensitive applications at scale
**Usage:**
(experimental) Enable TOON format globally:
Via CLI flag:
```bash
npx @softeria/ms-365-mcp-server --toon
```
Via Claude Desktop configuration:
```json
{
"mcpServers": {
"ms365": {
"command": "npx",
"args": ["-y", "@softeria/ms-365-mcp-server", "--toon"]
}
}
}Compatible clients
What is ms-365-mcp-server?
ms-365-mcp-server is a TypeScript MCP server for Claude Desktop with npx, docker, remote URL. A Model Context Protocol (MCP) server for interacting with Microsoft 365 and Office services through the Graph API This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Tool access support
- Shell commands support
- Browser use support
- Document generation support
- OpenAI provider support
- Anthropic provider support
- package.json config support
Available tools
Technical details
Install or run ms-365-mcp-server using npx. Check Softeria/ms-365-mcp-server for the latest setup command.
- Built for TypeScript
- Built for Node.js
- Built for Docker
- Built for Go
- Install or run with npx
- Install or run with docker
- Install or run with remote URL
- Works with Claude Desktop
Requirements and access
Security and permissions
Review permissions before connecting any MCP server to an agent. Pay special attention to whether it can read local files, write data, call external services, or perform destructive actions.
When to use ms-365-mcp-server
- Use it for connecting agents to external tools and data.
- Use it for integrations workflows.
- Use it for coding workflows.
- Use it for data workflows.
- Use it for claude desktop users.
Built with
Explore related resources
Frequently asked questions
What is ms-365-mcp-server?
ms-365-mcp-server is a TypeScript MCP server for Claude Desktop with npx, docker, remote URL. A Model Context Protocol (MCP) server for interacting with Microsoft 365 and Office services through the Graph API
Who is ms-365-mcp-server best for?
ms-365-mcp-server is best for connecting agents to external tools and data, integrations workflows, coding workflows, data workflows, claude desktop users.
How do I install ms-365-mcp-server?
Install or run ms-365-mcp-server using npx. Check ms-365-mcp-server for the latest setup command.
Is ms-365-mcp-server actively maintained?
ms-365-mcp-server may need a closer maintenance check before production use.
Auto-fetched from GitHub.