Docs Cloud Redpanda Cloud MCP Server Overview About the Redpanda Cloud MCP Server beta The Redpanda Cloud MCP Server lets AI assistants securely access and operate your Redpanda Cloud account and clusters. MCP provides controlled access to: Control Plane actions, such as creating a Redpanda Cloud cluster or listing clusters. Data Plane actions, such as creating topics or listing topics. By speaking natural language to your assistant, you can ask it to perform Redpanda operations on your behalf. The MCP server runs locally on your machine and authenticates to Redpanda Cloud using a Redpanda Cloud token. What you can do You can do anything that’s available in the Control Plane or Data Plane APIs. Typical requests you can make to your assistant once connected include: 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 delete endpoints by default. You can enable delete endpoints when you create the server if you intentionally want to allow delete operations. Use cases Test automation: Create short-lived clusters, create topics, and validate pipelines quickly. Operational assistance: Inspect a cluster’s health or list topics during incidents. Onboarding and demos: Let team members issue high-level requests without memorizing every CLI flag. How it works Authenticate to Redpanda Cloud and receive a token using the rpk cloud login command. Configure your MCP client using the rpk cloud mcp install command. Your client then starts the server on-demand using rpk cloud mcp stdio, authenticating with the Redpanda Cloud token from rpk cloud login. Prompt your assistant to perform Redpanda operations. The Redpanda Cloud MCP Server executes them in your Redpanda Cloud account using your Redpanda Cloud token. Components AI client (Claude, Claude Code, or any other MCP client) that connects to the MCP server. Redpanda CLI (rpk) for obtaining a token and starting the local MCP server. Redpanda Cloud account that the local MCP server can connect to and issue API requests. Next steps Redpanda Cloud MCP Quickstart Configure Redpanda Cloud MCP Suggested reading The Redpanda documentation site has a read-only MCP server that provides access to Redpanda docs and examples. This server has no access to your Redpanda Cloud account or clusters. See MCP Remote Server for Redpanda Documentation. Back to top × Simple online edits For simple changes, such as fixing a typo, you can edit the content directly on GitHub. Edit on GitHub Or, open an issue to let us know about something that you want us to change. Open an issue Contribution guide For extensive content updates, or if you prefer to work locally, read our contribution guide . Was this helpful? thumb_up thumb_down group Ask in the community mail Share your feedback group_add Make a contribution 🎉 Thanks for your feedback! Redpanda Cloud MCP Server Quickstart