For the complete documentation index, see llms.txt. This page is also available as Markdown.

MCP

Claude Web

  1. Go to your Claude Connectors page.

  2. Click Add custom connectors.

    1. Name: Neon Blue

    2. Remote MCP server URL: https://mcp.neonblue.ai/mcp

  3. Click Connect on the newly added MCP.

  4. Login using Google Workspace.

Claude Code

  1. From your terminal run:

    claude mcp add --transport http neonblue https://mcp.neonblue.ai/mcp

    You should see:

    Added HTTP MCP server neonblue with URL: https://mcp.neonblue.ai/mcp to local config
  2. Start Claude Code, then list available MCPs using /mcp:

    ❯ /mcp
      Manage MCP servers
      1 server
      ❯ neonblue · △ needs authentication
  3. Select neonblue, then select 1. Authenticate in the next menu. This will launch a browser for authenticating into Neon Blue:

  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

Change Log

  • Updated connection endpoint from https://mcp.aws.neonblue.ai/v1/mcp to https://mcp.neonblue.ai/mcp

Video Demo

Last updated