Favicon of ms-365-mcp-server

ms-365-mcp-server

MCP ServerCode & Developer ToolsTypeScriptOpen source

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

Decision snapshot

Is this a fit?

Best for

Connecting agents to external tools and data, Integrations workflows, Coding workflows, Data workflows

Works with

Claude Desktop, TypeScript, Node.js, Docker

Access

Permission behavior not yet detected.

Setup

npm, Local or self-hosted

Project health

4 months ago · MIT license

Considerations

Access note: API key required. Access note: OAuth. Access note: Local files.

How to use ms-365-mcp-server

Install or run

npx -y @softeria/ms-365-mcp-server

Client 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

Claude Desktop

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.

Trust signal
80/100
Maintenance signal
75/100
Adoption signal
71/100

Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement. See how SkillIndex evaluates profiles.

Key capabilities

  • Tool access support
  • Shell commands support
  • Browser use support
  • Document generation support
  • OpenAI provider support
  • Anthropic provider support
  • package.json config support

Compatibility and setup

Install or run ms-365-mcp-server using npx. Check Softeria/ms-365-mcp-server for the latest setup command.

npmClaude Desktopstdio
  • Built for TypeScript
  • Built for Node.js
  • Built for Docker
  • Install or run with npm
  • Works with Claude Desktop
  • Uses stdio transport
  • API key required
  • OAuth

MCP metadata is retained with field-level source and confidence evidence. Undetected values remain unknown.

Requirements and access

API key requiredOAuthLocal filesNetwork 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.

Local or self-hosted

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

TypeScriptNode.jsDockernpmClaude Desktopstdio

Verified compatibility and discovery

Frequently asked questions

What is ms-365-mcp-server?

ms-365-mcp-server is a TypeScript MCP server for Claude Desktop with npm. 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 npm. 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.

Share:

Stars
735
Forks
294
Last commit
4 months ago
Last verified
Sep 7, 2026
Metadata fetched
Sep 7, 2026
Repository age
1 year
License
MIT

Project health auto-fetched from the source repository.

Maintain this resource?

Review this source-backed profile, send a correction with evidence, or link to it from your documentation. Claims verify your relationship to the project; profile facts still require source evidence and editorial review.

Alternatives to ms-365-mcp-server