Lokka

general MCP Server

MCP (Model Context Protocol) for Microsoft 365. Includes support for Microsoft Graph and other services

Install Ready
generalgeneral
4 views262 stars69 forksMIT

Why This Matters

Discovered via unknown and last synced 3mo ago.

Install Ready
Source
unknown
Stars
262
Last synced
3mo ago
Install
Instructions detected

Install

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)

12
Tools
0
Resources
0
Prompts
Standard I/O
Transport

Available Tools (12)

method

(string): HTTP method to use (e.g., get, post, put, patch, delete)

expiresOn

(string, optional): Token expiration time in ISO format

apiVersion

(string): Azure Resource Management API version (required for apiType Azure)

Call

Microsoft Graph & Azure APIs. Supports querying Azure and Microsoft 365 tenants. Updates are also supported if permissions are provided.

Returns

Authentication mode, readiness status, and capabilities

Input

`accessToken` (string): The access token obtained from Microsoft Graph authentication

path

(string): The Azure or Graph API URL path to call (e.g. '/users', '/groups', '/subscriptions').

subscriptionId

(string): Azure Subscription ID (for Azure Resource Management).

queryParams

(string): Array of query parameters like $filter, $select, etc. All parameters are strings.

Set

or update an access token for Microsoft Graph authentication when using client-provided token mode.

Check

the current authentication status and mode of the MCP Server

body

(JSON): The request body (for POST, PUT, PATCH)