Stats
Actions
Tags
From nx-plugin-for-aws
Provides AWS cloud infrastructure management capabilities via the Nx plugin for AWS. Runs locally to provision, deploy, and manage AWS resources through Nx commands.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"nx-plugin-for-aws": {
"command": "npx",
"args": [
"-y",
"@aws/nx-plugin-mcp"
]
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Declared capabilities of this MCP server
npx claudepluginhub awslabs/nx-plugin-for-aws --plugin nx-plugin-for-aws-next