Open Source · Higher Education

AI tools for your campus,
secured by Azure SSO

Lantern connects Microsoft 365 and your institution's systems to Claude — with department-level access control, full audit logging, and zero credential management for end users.


Three steps to AI-powered M365
1

Sign in with Azure

Use your existing institution credentials — no new accounts, no passwords to remember. Azure Entra ID SSO handles authentication.

2

Get access

Your department memberships in Azure AD determine which MCP tools you can use. Admins control the allowlist — you just show up.

3

Connect Claude

Add a single line to Claude Desktop's config. OAuth 2.1 + PKCE handles the token negotiation automatically — no API keys to copy.


Available MCP Servers
Microsoft 365
Microsoft
Available

User management, mailboxes, Teams, OneDrive, licensing, and security posture — powered by Microsoft Graph.

User ManagementMailbox & EmailTeams AdministrationOneDriveLicensing

Connect Claude Desktop

Claude Desktop

Add this to your claude_desktop_config.json. Sign in when prompted — your browser will handle the rest.

{ "mcpServers": { "m365": { "command": "npx", "args": [ "-y", "mcp-remote", "https://lantern.chattstate.edu/v1/m365/mcp" ] } } }

Claude Code (mcp-remote)

Add the MCP server directly to your Claude Code session using the mcp add command.

claude mcp add m365 \ --transport http \ https://lantern.chattstate.edu/v1/m365/mcp

Ready to get started?

Sign in with your institution account to connect Claude to your Microsoft 365 environment.

Sign in with Azure