# MCP

## Claude Web

1. Go to your Claude [Connectors](https://claude.ai/settings/connectors) page.
2. Click **Add custom connectors**.
   1. Name: `Neon Blue`
   2. Remote MCP server URL: `https://mcp.aws.neonblue.ai/v1/mcp`
3. Click **Connect** on the newly added MCP.
4. Login using Google Workspace.

## Claude Code

1. From your terminal run:

   <pre class="language-bash" data-overflow="wrap"><code class="lang-bash">claude mcp add --transport http neonblue https://mcp.aws.neonblue.ai/v1/mcp
   </code></pre>

   You should see:

   <pre data-overflow="wrap"><code>Added HTTP MCP server neonblue with URL: https://mcp.aws.neonblue.ai/v1/mcp to local config
   </code></pre>
2. Start Claude Code, then list available MCPs using `/mcp`:

   <pre data-overflow="wrap"><code>❯ /mcp
     Manage MCP servers
     1 server
     ❯ neonblue · △ needs authentication
   </code></pre>
3. Select `neonblue`, then select `1. Authenticate` in the next menu. This will launch a browser for authenticating into Neon Blue:<br>

   <figure><img src="https://3940235945-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0In3UCjZvAgYWvb8eTzO%2Fuploads%2F2vUq5n4suD5qx9z23SEP%2Fimage.png?alt=media&#x26;token=faef533b-d4de-4280-99d3-92e7fdbca7e6" alt=""><figcaption></figcaption></figure>
4. Clicking allow will show `Authentication Successful` and you can close the window and return to your Claude Code terminal.
5. Try: `show me the experiments active on neon blue`
