Who this is for: Tenant administrators and organization owners who want Claude to reach their agency’s own systems (for example, an internal search service or a ticketing tool) from Claude Desktop and other Claude products.Use this page to add Model Context Protocol servers for your own systems, choose which Claude products receive each one, and set which of their tools are available to members. A connector is a link between Claude and an external service. The service runs a Model Context Protocol (MCP) server, which is a standard way for a service to publish a set of tools that Claude can call. You add the server once here, and Claude for Government delivers it to the products you select.
The Connectors card
The Connectors card appears on your tenant or organization Config page alongside the built-in connector cards, and on the Config page for each directory group. It lists the connectors added at the level you are viewing and the connectors that level inherits, with each one’s name, address, the products it applies to, and a summary of how many of its tools are allowed. Click Add connector to open the wizard, or click the edit icon next to a connector added at this level to change it. An inherited connector has a badge that says where it comes from, such as Inherited from your tenant or Inherited from your organization, in place of the edit and remove controls. To change an inherited connector for the members at your level, click Add connector and create one with the same name. The inherited connector’s details and stored secret are not copied, so you enter the server address and authentication again. Your entry then replaces the inherited one in the list and takes priority over it, as described under Who receives a connector.Who receives a connector
Who receives a connector depends on where you add it:- On the tenant Config page, it reaches the members of every organization in the tenant.
- On an organization’s Config page, it reaches every member of that organization.
- On the Config page for a directory group, it reaches that group’s members: in every organization when you open the group from the tenant Config page (a tenant-wide group setting), or only in one organization when you open the group from that organization’s Config page (an organization group setting).
Adding a connector
The Add connector button opens a three-step wizard.Step 1: Server
Enter the details of the MCP server.- Name is a short identifier for the connector. It must be lowercase letters, digits, hyphens, or underscores.
- Server URL is the address of the server’s MCP endpoint. It must begin with
https://. - Transport selects how Claude talks to the server. Choose HTTP or SSE to match what your server supports.
- Authentication selects how Claude proves who it is to the server. None sends no credentials. Header (shared secret) sends a fixed header (for example, an authorization token) with every request; the value is stored securely and shown as
••••after you save. OAuth (members sign in) has each member sign in on first use, and their tokens stay on their own machine. OAuth (pre-registered app) also has each member sign in, through an app you register with the server’s sign-in provider ahead of time.
api:// scope for an app registered in your tenant), because Microsoft Graph scopes such as Mail.Read would give the connector’s server access to members’ Microsoft 365 data. Neither OAuth option stores a secret.
When you choose either OAuth option, a confirmation checkbox appears on the final step asking you to confirm that the server address is exactly the one you intend, because members are sent to a sign-in page that the server chooses. When sign-in happens somewhere other than the server itself, for example when you set a tenant ID for a Microsoft Entra app, the checkbox names both that sign-in address and the server address.