Integrate Zoho Bookings with AI using MCP - Zoho Bookings Help

Integrate Zoho Bookings with AI using MCP

In a nutshell

MCP Server lets you connect Zoho Bookings with AI agents and LLMs to automate scheduling tasks such as booking, rescheduling, and managing appointments using simple prompts.

1. Overview

Zoho MCP (Model Context Protocol) Server brings AI-powered automation to appointment management. It acts as a bridge between Zoho Bookings and AI agents such as ChatGPT, Claude, and other LLM-based tools, enabling them to interact with Bookings in a structured and secure way.



The MCP server is built on the Model Context Protocol (MCP), a standardized interface that allows AI systems to understand, process, and execute actions within business applications. By setting up the Zoho Bookings MCP server, you enable AI agents to perform booking actions on your behalf using simple prompts. With MCP integration, you can perform booking-related actions directly within your AI tool without navigating to Zoho Bookings. This allows you to create, manage, or update appointments from your AI interface, making scheduling faster and more seamless. 
For example, instead of manually managing appointments, you can use prompts like:

  • “Book an appointment” 
  • “Show my availability for tomorrow” 
  • “Display today’s upcoming appointments” 
  • “Cancel all post-lunch appointments” 
  • “Reassign all my appointments for today to Tina” 
  • “Mark yesterday’s appointments as completed” 

Once connected, the AI interprets these prompts and interacts with Zoho Bookings to execute the requested actions. This setup is especially useful for:

  • Automating repetitive scheduling tasks 
  • Managing appointments using conversational inputs 
  • Integrating booking workflows with external AI tools 
  • Improving efficiency for teams handling large volumes of bookings 

By combining AI capabilities with scheduling, Zoho Bookings MCP Server helps streamline scheduling workflows, reduce manual effort, and enable smarter booking experiences.

2. Use case

Zylker, a consulting firm, uses Zoho Bookings to manage client meetings and internal schedules. To improve efficiency and reduce time spent on manual scheduling, they set up the Zoho Bookings MCP Server and connect it with AI assistants such as Claude and Cursor.

With this setup, their team can perform booking actions directly from these AI tools using simple prompts. For example, when a client requests a meeting, the team can ask the AI to check availability, schedule the appointment, or reschedule existing bookings without navigating to Zoho Bookings. They also use prompts to cancel appointments, reassign meetings to other team members, and mark completed sessions.

This approach helps Zylker manage scheduling more efficiently, especially during busy hours. By reducing the need to switch between applications and automating repetitive tasks, the team saves time, minimizes errors, and ensures a smoother booking experience for both customers and internal users.

3. Configuring and connecting Zoho MCP server

To set up and connect your Zoho MCP server to enable AI-driven scheduling in Zoho Bookings:

  1. Click the Admin Center icon in the top-right corner of Bookings. Select AI & Automations under Integrations

  2. Select the Zoho MCP card, then click Setup

  3. You’ll be redirected to the Zoho MCP console. (mcp.zoho.com)

  4. Click Create MCP server and provide a name for your MCP server.

  5. Click Add Tools to add the required tools. 

  6. Choose Zoho Bookings from the list. You will see a list of tools that provide the required context and access to perform actions based on prompts.  Note: You can use the search bar to find specific tools.

  7. Click Add Now after selecting the required tools to perform API-based actions.


All selected tools will be added, and an MCP URL will be generated.

3.1 MCP URL

A unique and secure MCP URL is generated each time you create a server. This URL acts as the endpoint used by your AI client to execute prompts.
To copy the MCP URL:

  1. Navigate to the Connect tab in the sidebar and click the copy icon next to the URL. 



You can now use this URL to integrate your MCP server with your AI client such as Claude, Cursor, Windsurf, VS Code, or any other MCP-compatible client. Once connected, the AI agent can securely interact with Zoho Bookings and perform scheduling operations based on user prompts.

NotesNote: Click API Key Re-Generate to create a new MCP URL.

4. Configure your MCP client

After obtaining the MCP URL, you can connect your MCP server with your preferred MCP client. Here are four examples below about the steps to configure Zoho Bookings MCP with your AI client.

Connecting Zoho Bookings MCP Server with Claude
Ensure you have created your Zoho MCP server and copied your MCP URL.

To connect with
Claude:
  1. Click on your profile and navigate to Settings option.

  2. Click Connectors and select Add custom connector to create a new connector. Provide a name title for the connector (e.g., Zylker-Bookings-MCP) and paste the MCP URL provided by your Zoho MCP setup.

  3. Click Add. The MCP service will now be integrated into your AI assistant.

  4. You will be taken to an OAuth screen that details all required permissions and now Click Accept.

     

The Zoho Bookings MCP server will now be connected with Claude, and you can start invoking booking actions using prompts.



Connecting Zoho Bookings MCP Server with Cursor

Ensure you have created your Zoho MCP server and copied your MCP URL.

 

To connect with Cursor:
  1. Navigate to the Tools & Integrations tab in the Settings section in Cursor, and click Add Custom MCP.
  2. You will be directed to the mcp_config.json file. Paste the following code snippet in the file:


    Ensure you provide your MCP URL as the value to the mcp-remote key.

    1. {

    2.   "mcpServers": {

    3.     "command": "npx",

    4.     "args": [

    5.       {

    6.         "mcp-remote": "your-MCP-URL"

    7.       }

    8.     ]

    9.   }

    10. }


  3. Once you click Save, you will be directed to the Zoho MCP authorization screen in your local host. Click Allow.
Now, you will be able to invoke your Zoho MCP server with Cursor acting as the MCP client.
Connecting Zoho Bookings MCP Server with Windsurf

Ensure you have created your Zoho MCP server and copied your MCP URL.

To connect with Windsurf:
  1. Navigate to the Settings option.
  2. Now search for "mcp" in the Settings search bar, and click Manage Plugins.
  3. Now, click View Raw Config.
  4. You will be directed to the mcp_config.json file.


    Copy and paste the following code snippet in this file and provide your MCP URL as the value for the mcp-remote json key.

    1. {

    2.   "mcpServers": {

    3.     "github": {

    4.       "command": "npx",

    5.       "args": [

    6.         {

    7.           "mcp-remote": "your-MCP-URL"

    8.         }

    9.       ]

    10.     }

    11.   }

    12. }


  5. Once you click Save, you will be directed to the Zoho MCP authorization screen in your local host. Click Allow.
Now, you will be able to invoke your Zoho MCP server with Windsurf acting as the MCP client.
Connecting Zoho Bookings MCP Server with Copilot
Ensure you have created your Zoho MCP server and copied your MCP URL.

To connect with Copilot:
  1. Enable Copilot in your VS Code, and search for MCP server in the VS Code search bar, and click +Add MCP Server.
  2. Now, choose to add your MCP server through HTTP rather than npx. You can connect through npx; we are using the HTTP method solely for demonstration purposes.
  3. You will be directed to the settings.json file; replace the following code in the mcp json key value pairs:


    Ensure you provide your MCP URL as the value to the url key.

    1. {

    2.   "mcp": {

    3.     "servers": {

    4.       "zoho-mcp": {

    5.         "type": "http",

    6.         "url": "your-mcp-url"

    7.       }

    8.     }

    9.   }

    10. }


  4. You will be directed to the Zoho MCP authorization screen in your local host; click Allow.

Now, you will be able to invoke your Zoho MCP server with Copilot acting as the MCP client.



InfoInfo: For other AI assistants, refer to their respective documentation for configuration steps.

5. Points to note

  • MCP server must be configured before connecting to any AI agent. 
  • Actions performed via AI are subject to your booking configuration and availability rules. 
  • Always verify AI-triggered actions for accuracy.

6. Related links



        Create. Review. Publish.

        Write, edit, collaborate on, and publish documents to different content management platforms.

        Get Started Now


          Access your files securely from anywhere

            Zoho CRM Training Programs

            Learn how to use the best tools for sales force automation and better customer engagement from Zoho's implementation specialists.

            Zoho CRM Training
              Redefine the way you work
              with Zoho Workplace

                Zoho DataPrep Personalized Demo

                If you'd like a personalized walk-through of our data preparation tool, please request a demo and we'll be happy to show you how to get the best out of Zoho DataPrep.

                Zoho CRM Training

                  Create, share, and deliver

                  beautiful slides from anywhere.

                  Get Started Now


                    Zoho Sign now offers specialized one-on-one training for both administrators and developers.

                    BOOK A SESSION







                                Quick LinksWorkflow AutomationData Collection
                                Web FormsEnterpriseOnline Data Collection Tool
                                Embeddable FormsBankingBegin Data Collection
                                Interactive FormsWorkplaceData Collection App
                                CRM FormsCustomer ServiceAccessible Forms
                                Digital FormsMarketingForms for Small Business
                                HTML FormsEducationForms for Enterprise
                                Contact FormsE-commerceForms for any business
                                Lead Generation FormsHealthcareForms for Startups
                                Wordpress FormsCustomer onboardingForms for Small Business
                                No Code FormsConstructionRSVP tool for holidays
                                Free FormsTravelFeatures for Order Forms
                                Prefill FormsNon-Profit

                                Intake FormsLegal
                                Mobile App
                                Form DesignerHR
                                Mobile Forms
                                Card FormsFoodOffline Forms
                                Assign FormsPhotographyMobile Forms Features
                                Translate FormsReal EstateKiosk in Mobile Forms
                                Electronic Forms
                                Drag & drop form builder

                                Notification Emails for FormsAlternativesSecurity & Compliance
                                Holiday FormsGoogle Forms alternative GDPR
                                Form to PDFJotform alternativeHIPAA Forms
                                Email FormsFormstack alternativeEncrypted Forms

                                Wufoo alternativeSecure Forms

                                TypeformWCAG

                                  Zoho FSM Video Tutorials


                                        All-in-one knowledge management and training platform for your employees and customers.

                                                  Create. Review. Publish.

                                                  Write, edit, collaborate on, and publish documents to different content management platforms.

                                                  Get Started Now




                                                                    You are currently viewing the help pages of Qntrl’s earlier version. Click here to view our latest version—Qntrl 3.0's help articles.




                                                                        Manage your brands on social media


                                                                          • Desk Community Learning Series


                                                                          • Digest


                                                                          • Functions


                                                                          • Meetups


                                                                          • Kbase


                                                                          • Resources


                                                                          • Glossary


                                                                          • Desk Marketplace


                                                                          • MVP Corner


                                                                          • Word of the Day


                                                                          • Ask the Experts


                                                                            Zoho Sheet Resources

                                                                             

                                                                                Zoho Forms Resources


                                                                                  Secure your business
                                                                                  communication with Zoho Mail


                                                                                  Mail on the move with
                                                                                  Zoho Mail mobile application

                                                                                    Stay on top of your schedule
                                                                                    at all times


                                                                                    Carry your calendar with you
                                                                                    Anytime, anywhere




                                                                                          Zoho Sign Resources

                                                                                            Sign, Paperless!

                                                                                            Sign and send business documents on the go!

                                                                                            Get Started Now




                                                                                                    Zoho TeamInbox Resources





                                                                                                              Zoho DataPrep Demo

                                                                                                              Get a personalized demo or POC

                                                                                                              REGISTER NOW


                                                                                                                Design. Discuss. Deliver.

                                                                                                                Create visually engaging stories with Zoho Show.

                                                                                                                Get Started Now








                                                                                                                                    • Related Articles

                                                                                                                                    • Customizing the booking page using Zia

                                                                                                                                      Ask ChatGPTAsk Claude AI-powered booking page customization helps you automatically personalize your booking pages to align with your business branding and website theme. It reduces the effort involved in manually configuring design elements while ...
                                                                                                                                    • Zoho Bookings for Zoho Desk extension

                                                                                                                                      This page is applicable for Bookings 2.0 version only. To view the equivalent Bookings 1.0 version, please check this page. Bookings 2.0 is available only for new users signed up after 08-Feb-2025. It will be available for all users shortly. 1. In a ...
                                                                                                                                    • Install Zoho Bookings mobile app

                                                                                                                                      1. In a nutshell You can download and install the Zoho Bookings mobile application from PlayStore or AppStore and access your appointments anytime from your mobile device. 2. Requirements You must have A Zoho Bookings account - If you have a Zoho ...
                                                                                                                                    • Routing forms

                                                                                                                                      Ask ChatGPTAsk Claude A routing form is a pre-booking form that helps direct customers to the right booking page before they schedule an appointment. It collects information from customers and evaluates their responses to automatically route them to ...
                                                                                                                                    • Setup push notifications in mobile

                                                                                                                                      Ask ChatGPT Ask Claude Sign up now → Push notifications are alert messages that appear on the mobile screen for users to instantly get notified without opening the Bookings app. This helps users stay updated about the appointments. Each user can set ...
                                                                                                                                      Wherever you are is as good as
                                                                                                                                      your workplace

                                                                                                                                        Resources

                                                                                                                                        Videos

                                                                                                                                        Watch comprehensive videos on features and other important topics that will help you master Zoho CRM.



                                                                                                                                        eBooks

                                                                                                                                        Download free eBooks and access a range of topics to get deeper insight on successfully using Zoho CRM.



                                                                                                                                        Webinars

                                                                                                                                        Sign up for our webinars and learn the Zoho CRM basics, from customization to sales force automation and more.



                                                                                                                                        CRM Tips

                                                                                                                                        Make the most of Zoho CRM with these useful tips.



                                                                                                                                          Zoho Show Resources