This page covers connecting a Gateway you’ve already created to an external client. If you haven’t set one up yet, start with Gateway/Deployment Creation.
Opening Client Setup
- Navigate to Gateway > MCP Gateway to open your Gateway List.
- Find the Gateway you want to connect and click Client Setup on its card.
- Pick the tab for the client you’re connecting: Cursor, Claude Code, or Claude. Each one walks you through the exact steps for that client.
Connecting Cursor
- Open Client Setup on your Gateway and select the Cursor tab.
- Cursor opens automatically with a prompt to install the connection. Confirm the install.
- Cursor opens your browser to complete sign-in the first time it needs to connect.
Prefer to add it manually?
Prefer to add it manually?
You can add a Gateway to Cursor by editing
~/.cursor/mcp.json yourself instead of using the button:Connecting Claude Desktop
The Claude tab in Client Setup gives you two ways to connect.Remote Config (recommended)
- In Claude, open your profile menu, then go to Settings > Feature Preview > Custom Connectors.
- Click Add Connector and enter a name along with your Gateway’s URL, both shown in the Client Setup dialog.
- Claude handles sign-in automatically the first time you use the connector.
Local config with OAuth
- Copy the configuration shown in Client Setup and add it to your Claude MCP settings file:
- Fully restart Claude Desktop. It won’t pick up the new server until you do.
- Sign in when prompted. OAuth is handled automatically once Claude connects.
Your Claude MCP settings file lives at
~/Library/Application Support/Claude/claude_desktop_config.json on macOS, or %APPDATA%\Claude\claude_desktop_config.json on Windows. Restart Claude Desktop completely after any change, closing the window alone isn’t enough.Connecting Claude Code
- Open Client Setup and select the Claude Code tab, then run the command it shows you in your terminal:
- Exit Claude Code completely and relaunch it. The new server won’t show up until you do.
- Inside Claude Code, run
/mcp, select your Gateway, and complete the sign-in flow in your browser.
Connecting Other Clients
Cursor, Claude Desktop, and Claude Code get dedicated setup screens because they’re the most common clients Airia customers use, but a Gateway’s endpoint is standards-compliant, so it works with any MCP client that supports remote HTTP servers, including Windsurf, VS Code, and others. To connect one of these:- Grab your Gateway’s URL, either from Client Setup or with Copy MCP Gateway URL on the Gateway’s card menu.
- Add it to your client as a remote MCP server, following that client’s own instructions for doing so.
- If your client prompts for authentication, choose OAuth. Your client will walk you through a one-time sign-in in your browser, and it takes care of the rest automatically.
The exact wording and steps for signing in vary a bit from client to client, but every one of them is connecting to the same underlying Gateway the same way.
Radar-Enabled Gateways
If a Gateway has Radar turned on, every step above still applies exactly as written, Client Setup automatically points your client at the right endpoint. If you’re adding a client manually and building the URL yourself, use/radar instead of /mcp at the end.
About Connection Names
Airia generates a short name for the Gateway automatically wherever a client needs one to label the connection, based on the Gateway’s own name. If that name looks abbreviated or unfamiliar once it shows up in your client, that’s expected, feel free to rename the entry locally in your own configuration. Renaming it on your end never affects the Gateway itself or anyone else connected to it.Troubleshooting
- The Gateway doesn’t show up after I connected it. Fully quit and relaunch your client. Most MCP clients only load new servers on startup, so closing and reopening a window isn’t the same as restarting the app.
- My client isn’t prompting me to sign in. Check for a blocked popup or a browser tab that opened in the background.
- A connection that used to work has stopped authenticating. Reconnect through Client Setup to re-establish it. See Credential Recovery for the full picture of what can trigger this and how Airia helps you recover.
