The kubectl MCP server allows AI agents to interact with Kubernetes clusters. It exposes kubectl commands for managing deployments, pods, and services. It connects directly to Kubernetes APIs, enabling agents to perform operations like scaling, rolling updates, and troubleshooting. Developers use it to automate cluster management and streamline workflows through natural language interactions.
The kubectl MCP server allows AI agents to interact with Kubernetes clusters. It exposes kubectl commands for managing deployments, pods, and services. It connects directly to Kubernetes APIs, enabling agents to perform operations like scaling, rolling updates, and troubleshooting. Developers use it to automate cluster management and streamline workflows through natural language interactions.
npx -y kubectl-mcp-serverAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"rohitg00-kubectl-mcp-server-github": {
"command": "npx",
"args": [
"-y",
"npx -y kubectl-mcp-server"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from kubectl?"
No configuration required. This server works out of the box.
"What resources are available in kubectl?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in kubectl"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in kubectl with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.