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. It lists every connector you have added, 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 to change it. Connectors are set at the tenant or organization level. When you are viewing a group scope, the card is read-only and points you to the organization or tenant settings where connectors are configured.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.