Redpanda Cloud MCP Quickstart

In this quickstart, you’ll get your Claude AI assistant talking to Redpanda Cloud using the Redpanda Cloud MCP Server.

Prerequisites

Set up the MCP server

  1. Verify your rpk version

    rpk version

    Ensure the version is at least 25.2.3.

  2. Log in to Redpanda Cloud

    rpk cloud login

    A browser window opens. Sign in to grant access. After you sign in, rpk stores a token locally. This token is not shared with your AI assistant. It is used by the MCP server to authenticate requests to your Redpanda Cloud account.

  3. Install the MCP integration. Choose one client:

    # Claude desktop
    rpk cloud mcp install --client claude
    
    # Claude Code (IDE)
    rpk cloud mcp install --client claude-code

    This command configures the MCP server for your client. If you need to update the integration, re-run the install command for your client.

Start prompting

Launch Claude or Claude Code and try one of these prompts:

  • “Create a Redpanda Cloud cluster named dev-mcp.”

  • “List topics in dev-mcp.”

  • “Create a topic orders-raw with 6 partitions.”

The MCP server does not expose API endpoints that result in delete operations by default. Use --allow-delete only if you intentionally want to enable delete operations. See Enable delete operations.