Model Context Protocol connectors

  • Release version: Australia
  • Updated June 5, 2026
  • 2 minutes to read
  • Summarize
    Summarized using AI
    This content was generated using new OpenAI-powered functionality. Results are provided on an as is basis and are not guaranteed to be accurate or complete.

    Summary of Model Context Protocol connectors

    Model Context Protocol (MCP) connectors in Connect Hub enable AI agents within ServiceNow to seamlessly access and interact with tools and data from external systems. MCP is an open, standardized protocol that facilitates communication between AI agents and third-party applications by allowing discovery, invocation of tools, resource retrieval, and context sharing without custom integration for each system.

    Show full answer Show less

    In Connect Hub, an MCP connector represents a configured link between ServiceNow and an external MCP-compatible server. This setup empowers AI agents to coordinate context-aware workflows that span multiple models and external systems.

    Key Features

    • MCP Registry: A private ServiceNow registry where AI models, agents, and users discover and connect to approved MCP servers. It ensures governance by allowing only AICT-approved servers, supporting tools like AI Agent Studio and Claude.
    • OAuth 2.1 Client Registration Methods: Connect Hub supports two methods to register OAuth clients for MCP connectors:
      • Dynamic Client Registration: Automates OAuth application setup, reducing manual steps and improving credential security by automatic rotation.
      • Manual Client Registration: Requires manual creation and configuration of OAuth applications in third-party systems, supplying Client ID and secret to Connect Hub.
    • Certified Connectors: MCP connectors tested and approved by ServiceNow are labeled "Certified by ServiceNow" in the MCP Registry.
    • Custom Connector Support: When no pre-existing connector exists, customers can create custom MCP connectors by specifying the MCP endpoint URL and authentication configuration.
    • Authentication Methods for Custom Connectors: Supports OAuth 2.1 (recommended, with dynamic or manual registration), API key, and Basic Authentication to match various external system security requirements.

    What This Enables for ServiceNow Customers

    ServiceNow customers can leverage MCP connectors to streamline AI-driven automation and integration across diverse external systems without developing custom point-to-point integrations. By using the MCP Registry and certified connectors, customers gain trusted, governed access to external tools that enhance AI agent capabilities. When specific integrations are needed, custom connectors with flexible authentication options provide the adaptability required to connect virtually any MCP-compatible system securely.

    Implementing MCP connectors facilitates coordinated, context-aware workflows, improving efficiency and expanding AI agent effectiveness in solving business challenges through seamless multi-system collaboration.

    Model Context Protocol (MCP) connectors in Connect Hub enable AI agents to access tools and data from external systems using a standardized communication protocol.

    MCP is an open protocol that defines how AI agents communicate with external systems to discover and invoke tools, retrieve resources, and share context. By standardizing this communication layer, MCP allows AI agents to interact with a wide range of third-party applications without requiring custom integration logic for each one.

    In Connect Hub, an MCP connector represents a configured connection between ServiceNow and an external system that exposes an MCP-compatible server. Once an MCP connector is set up, AI agents can use it to access the tools and capabilities that the external system provides, enabling coordinated, context-aware workflows across models and systems.

    MCP Registry

    ServiceNow MCP Registry is a private registry where large language models (LLMs), AI agents, and teams discover and connect to approved MCP servers, finding the best tool for every business problem, governed at every step. The Registry enables AI models and humans query available MCP servers and select the ones best suited to solve a business problem. Every server exposed to an LLM can obtain approval from AICT, helping to ensure autonomous decisions never bypass enterprise governance. It works with AI Agent Studio, Claude, and so on. For more information, see ServiceNow MCP Registry.

    MCP connector registration methods for OAuth 2.1

    Connect Hub supports two OAuth client registration methods for connecting to external systems: manual client registration and dynamic client registration. When the MCP registry does not include a connector for the system you need, you can define a custom connector. Connectors that are tested and approved by ServiceNow display a Certified by ServiceNow label in the registry.

    Dynamic client registration automates the OAuth application setup between Connect Hub and the third-party provider. Instead of requiring you to create an OAuth application manually, the provider and Connect Hub negotiate the client credentials automatically as part of the connection flow. When a connector may probably require manual setup, the registry entry displays the label Manual setup may be required next to the connector name.

    Dynamic client registration offers the following advantages over manual registration:

    • Credentials are managed by the provider and rotated automatically, reducing the risk of credential exposure.
    • The connection workflow is completed in fewer steps.

    Manual client registration requires you to create and configure an OAuth application in the third-party system's developer settings before connecting the MCP connector. During this process, the third-party system issues Client ID and a Client secret, which you provide to Connect Hub to authorize the connection.

    The MCP registry in Connect Hub includes connectors for a curated set of third-party systems. If the registry does not contain a connector for the system you need, you can define a custom connector by providing your own MCP endpoint URL and authentication configuration.

    Authentication methods for custom connectors

    When creating a custom MCP connector, you select an authentication method that matches the security requirements of your external MCP server. The following authentication methods are supported:

    • OAuth 2.1: The recommended method for MCP connectors. Supports both Dynamic Client Registration, where the server auto-populates client details, and Manual Client Registration, where you supply the client credentials directly.
    • API key: Uses a static key issued by the third-party application to authenticate requests to the MCP server.
    • Basic Authentication: Authenticates using a username and password associated with the MCP server.