general MCP Server
MCP (Model Context Protocol) for Microsoft 365. Includes support for Microsoft Graph and other services
Discovered via unknown and last synced 3mo ago.
1. Install the package
npx -y @merill/lokka
2. Add to claude_desktop_config.json
{
"mcpServers": {
"lokka": {
"command": "npx",
"args": [
"lokka"
]
}
}
}Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)
(string): HTTP method to use (e.g., get, post, put, patch, delete)
(string, optional): Token expiration time in ISO format
(string): Azure Resource Management API version (required for apiType Azure)
Microsoft Graph & Azure APIs. Supports querying Azure and Microsoft 365 tenants. Updates are also supported if permissions are provided.
Authentication mode, readiness status, and capabilities
`accessToken` (string): The access token obtained from Microsoft Graph authentication
(string): The Azure or Graph API URL path to call (e.g. '/users', '/groups', '/subscriptions').
(string): Azure Subscription ID (for Azure Resource Management).
(string): Array of query parameters like $filter, $select, etc. All parameters are strings.
or update an access token for Microsoft Graph authentication when using client-provided token mode.
the current authentication status and mode of the MCP Server
(JSON): The request body (for POST, PUT, PATCH)