Zoho Webinar MCP Server

Zoho Webinar MCP Server

Overview 

Zoho MCP (Model Context Protocol) Server brings AI powered automation to webinar management. It acts as a bridge between Zoho Webinar and AI agents such as Claude, Cursor, Windsurf, VS Code, or any other MCP-compatible client, enabling them to interact with Zoho Webinar in a structured and secure way.

The MCP server is built on the Model Context Protocol, a standardized interface that allows AI systems to understand, process, and execute actions within business applications. By setting up the Zoho Webinar MCP server, you enable AI agents to perform webinar related actions on your behalf using simple prompts.

With MCP integration, you can perform webinar related actions directly within your AI tool without navigating to Zoho Webinar. This allows you to create, manage, or review webinars from your AI interface, making webinar management faster and more seamless. For example, instead of manually managing webinars, you can use prompts like:

"Create a new webinar for next Tuesday at 10 AM"

"Show my upcoming webinars"

"List all registrants for my last webinar"

"Get the attendee report for today's session"

"Show me the poll results from my last webinar"

"Download the recording of yesterday's webinar"

Before you connect an AI client, make sure you have already created your Zoho Webinar MCP server and copied its MCP URL from the Zoho MCP console (mcp.zoho.com). This URL is the unique endpoint your AI client uses to communicate with your Zoho Webinar account, and you will need it for each of the setups described below.   

  • Go to mcp.zoho.com.

  • Click 'Create MCP Server', enter a server name (e.g., webinar-agent), and click 'Create'.

  • Click 'Add Tools' and Select 'Zoho Webinar' from the tools.

  • Select all the tools you need and click 'Add Now'.

  • Once tools are added, an MCP Server URL is automatically generated. Find the generated URL in the Connect tab on the left side panel of the MCP.

  • Copy the generated MCP server URL and use it to connect to your preferred MCP client. 

Connect Zoho Webinar MCP to Claude  

To connect Zoho Webinar MCP with Claude:

  1. Open Claude, click on your profile, and go to Settings.

  2. Select Connectors from the settings menu, then click Add custom connector.

  3. Enter a name for the connector, for example, "Zylker Webinar MCP," and paste the MCP URL you copied from the Zoho MCP console.

  4. Click Add. The MCP service will now be added to your AI assistant.

  5. You will be taken to an OAuth screen listing the permissions required. Review them and click Accept.

Connect Zoho Webinar MCP to Cursor  

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

To connect Zoho Webinar MCP with Cursor:

  1. In Cursor, go to Settings, then open the Tools & Integrations tab and click Add Custom MCP.

  2. You will be directed to the mcp_config.json file. Paste the following code snippet into the file, replacing the placeholder with your MCP URL:

json{

  "mcpServers": {

    "zoho-webinar": {

      "command": "npx",

      "args": [

        "mcp-remote",

        "your-MCP-URL"

      ]

    }

  }

}

 

3. Save the file. You will then be redirected to the Zoho MCP authorization screen on your local host. Click Allow.

Once authorized, Cursor can invoke your Zoho Webinar MCP server as an MCP client, and you can start managing webinars using prompts.

Connect Zoho Webinar MCP to Windsurf  

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

To connect Zoho Webinar MCP with Windsurf:

  1. Open Windsurf and open the Cascade panel. Click the MCP servers icon in the panel, then click Configure.

  2. In the Manage Plugins tab, click View Raw Config. This opens the mcp_config.json file, located at ~/.codeium/windsurf/mcp_config.json on macOS and Linux, or %USERPROFILE%\.codeium\windsurf\mcp_config.json on Windows.

  3. Paste the following code snippet into the file, replacing the placeholder with your MCP URL:

json{

  "mcpServers": {

    "zoho-webinar": {

      "command": "npx",

      "args": [

        "mcp-remote",

        "your-MCP-URL"

      ]

    }

  }

}

  1. Save the file, then click Refresh in the Manage Plugins tab to load the server.

  2. When prompted, you will be redirected to the Zoho MCP authorization screen.

  3. Click Allow.

 

Once authorized, Windsurf can invoke your Zoho Webinar MCP server through Cascade, and you can start managing webinars using prompts. Note that Cascade currently supports a maximum of 100 active MCP tools at a time, so keep this in mind if you connect multiple servers. 

Connect Zoho Webinar MCP to Copilot

Connect Zoho Webinar MCP to Visual Studio Code

Ensure you have created your Zoho Webinar MCP server and copied your MCP URL before you begin. This setup requires the GitHub Copilot Chat extension to be installed and enabled in VS Code, since Copilot's Agent mode acts as the MCP client. You will need VS Code version 1.99 or later.

  1. Open the Command Palette (Ctrl+Shift+P on Windows and Linux, Cmd+Shift+P on macOS) and run MCP: Add Server. Alternatively, run MCP: Open User Configuration to edit the configuration file directly.

  2. If using MCP: Add Server, choose HTTP as the server type when prompted, then enter your Zoho Webinar MCP URL and a name for the server, for example, "zoho-webinar." VS Code will add the entry to your mcp.json file automatically.

  3. If editing mcp.json directly, add the following entry under the top level servers key, replacing the placeholder with your MCP URL:

 

json{

  "servers": {

    "zoho-webinar": {

      "type": "http",

      "url": "your-MCP-URL"

    }

  }

}

 

  1. Save the file. A Start link appears above the server entry. Click it, or run MCP: List Servers from the Command Palette and select your server to start it.

  2. You will be redirected to the Zoho MCP authorization screen. Click Allow.

  3. Open Copilot Chat and switch the mode dropdown to Agent. MCP tools are only available in Agent mode, not in Ask or Edit mode.

  4. Click the tools icon in the Copilot Chat box to confirm the Zoho Webinar server and its tools are listed and enabled.

Once authorized, VS Code through Copilot Chat's Agent mode can invoke your Zoho Webinar MCP server, and you can start managing webinars using prompts.

Connect Zoho Webinar MCP to other MCP clients 

Zoho Webinar MCP works with any MCP compatible client, not only the ones listed above. To connect it with another MCP client:

  1. Confirm that the client supports the Model Context Protocol and allows adding a custom or remote MCP server.

  2. Locate the MCP server configuration option in that client, usually found under its settings or integrations section.

  3. Add a new MCP server entry using your Zoho Webinar MCP URL as the endpoint, following the configuration format required by that specific client (this is typically either an HTTP URL entry or an npx and mcp-remote command, similar to the examples used for Cursor and Windsurf).

  4. Save the configuration and complete the authorization step when prompted, which will direct you to the Zoho MCP authorization screen. Click Allow to grant access.

 

Once authorized, the client can invoke your Zoho Webinar MCP server, and you can begin managing webinars using prompts.

For clients not covered in this guide, refer to that client's own documentation for the exact steps to add a custom or remote MCP server, then follow the same general pattern described above.

        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


                                      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

                                                                                                                                  • Schedule a webinar

                                                                                                                                    Webinars can be scheduled to organize large online events, educate your leads about your product or service, clarify their queries, learn about their business requirements, and convert them into your customers. How-to: Schedule 1. Log in to Zoho ...
                                                                                                                                  • How to schedule an on-demand Webinar in Zoho Webinar

                                                                                                                                    On-demand webinars are a flexible way to share your content with your audience at their convenience. This guide walks you through the steps of creating and managing on-demand webinars. Info: The feature is available only in Zoho Webinar's Enterprise ...
                                                                                                                                  • Can I Start a Webinar From the Zoho Webinar Mobile App?

                                                                                                                                    No, you cannot start a webinar from the Zoho Webinar mobile app. While you can join webinars as a co-organizer or attendee using the app, webinar hosting and scheduling must be done through the web portal or desktop app.
                                                                                                                                  • Can an attendee start a webinar from a mobile browser in Zoho Webinar?

                                                                                                                                    No, an attendee can't start a webinar from a mobile browser. While Zoho Webinar supports joining webinars via mobile browsers (if enabled by the organizer), starting or scheduling a webinar must be done using the desktop or web dashboard or the ...
                                                                                                                                  • Can I join Zoho Webinar from a mobile browser?

                                                                                                                                    Zoho Webinar allows attendees to join sessions directly from mobile browsers without requiring the Zoho Webinar app. This feature provides easy access, especially for attendees who may not wish to install additional applications. This feature is ...
                                                                                                                                    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