Lokka is a Microsoft Graph MCP server that allows users to query and manage resources in their Microsoft 365 tenant using natural language through AI. It supports all Microsoft Graph APIs, including update operations, limited by the permissions granted to the app.
Lokka is a Microsoft Graph MCP server that allows users to query and manage resources in their Microsoft 365 tenant using natural language through AI. It supports all Microsoft Graph APIs, including update operations, limited by the permissions granted to the app.
Install Node.js, clone the Lokka repository, create an Entra application, and grant permissions to Microsoft Graph.Add this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"lokka": {
"command": "npx",
"args": [
"-y",
"Install Node.js, clone the Lokka repository, create an Entra application, and grant permissions to Microsoft Graph."
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from Lokka?"
No configuration required. This server works out of the box.
"What resources are available in Lokka?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in Lokka"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in Lokka with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
See what tools in your stack can connect to AI.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.