Prerequisites
Claude Code
Download Claude Code
Service Account Token
Create a service account with appropriate permissions
Configuration
Step 1: Add the MCP Server
Use theclaude mcp add command to register the Control Plane MCP Server:
--scope user, the default is local scope which only applies to the current directory.
Step 2: Verify the Connection
List your configured MCP servers to confirm the setup:cpln listed with a successful connection:
Managing MCP Servers
For the latest configuration options and troubleshooting, refer to the official Claude Code Documentation.
Example Conversation
Here’s an example of deploying a public workload through Claude:1
Set Context
2
Deploy a Workload
3
Get the Endpoint
Troubleshooting
Authentication errors
Authentication errors
- Check that your service account token is valid.
- Ensure the token is entered without extra spaces or quotes.
- Verify the token has appropriate permissions (see Service Account Permissions).
- Check for typos in the org name you’re using for context, this is a common cause of authentication failures.