MCP (Model Context Protocol) for Microsoft 365. Includes support for Microsoft Graph and other services
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"lokka": {
"command": "npx",
"args": [
"-y",
"merill/lokka"
]
}
}
}
Run in terminal:
claude mcp add lokka npx -y merill/lokka
Add to .cursor/mcp.json:
{
"mcpServers": {
"lokka": {
"command": "npx",
"args": [
"-y",
"merill/lokka"
]
}
}
}