Kameron/m365-bookings-mcp
Built by Metorial, the integration platform for agentic AI.
Kameron/m365-bookings-mcp
Server Summary
List Bookings businesses
Get staff members for a business
Get services offered by a business
Get appointments for a business
An MCP server that provides tools for interacting with Microsoft Bookings through the Microsoft Graph API.
To install Microsoft 365 Bookings for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @DynamicEndpoints/m365-bookings-mcp --client claude
Create an Azure AD application registration:
Create a .env file with the following variables:
MICROSOFT_GRAPH_CLIENT_ID=your-client-id
MICROSOFT_GRAPH_CLIENT_SECRET=your-client-secret
MICROSOFT_GRAPH_TENANT_ID=your-tenant-id
npm install
npm run build
Get a list of all Bookings businesses in the organization.
Get staff members for a specific Bookings business.
Get services offered by a specific Bookings business.
Get appointments for a specific Bookings business.