# anthropics/claude-for-msft-365-install | Model Context Protocol (MCP) Server > Model Context Protocol (MCP) server configuration and tool manifest for anthropics/claude-for-msft-365-install - **Stars**: ⭐ 0 - **Language**: TypeScript - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "claude-for-msft-365-install": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-claude-for-msft-365-install" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "claude-for-msft-365-install": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-claude-for-msft-365-install" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-claude-for-msft-365-install` - **Docker**: `docker run -i --rm mcp/claude-for-msft-365-install`