Discover and explore Model Context Protocol servers. Find the right integrations for your AI apps and agents.
Loading...
This package provides a Model Context Protocol (MCP) server for Amazon EKS, allowing AI code assistants to manage EKS clusters and Kubernetes resources, streamline application development, and facilit
Add this to your MCP client configuration:
{
"mcpServers": {
"aws-eks-mcp-server": {
"command": "uvx",
"args": [
"awslabs.eks-mcp-server@latest",
"--allow-write",
"--allow-sensitive-data-access"
],
"env": {
"FASTMCP_LOG_LEVEL": "<Sets the logging level verbosity for the server.>"
}
}
}
}{
"id": "aws-eks-mcp-server",
"name": "AWS EKS",
"description": "This package provides a Model Context Protocol (MCP) server for Amazon EKS, allowing AI code assistants to manage EKS clusters and Kubernetes resources, streamline application development, and facilit",
"source_url": "https://github.com/awslabs/mcp/tree/HEAD/src/eks-mcp-server",
"publisher_name": "awslabs",
"publisher_url": "https://github.com/awslabs",
"is_official": true,
"license": "",
"runtime": "python",
"downloads": 117000,
"requires_oauth": false,
"distribution": {
"type": "pip",
"package": "awslabs.eks-mcp-server"
},
"tools_count": 14
}