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 users. 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 (users sign in) has each user sign in on first use, and their tokens stay on their own machine.