freshcrate
Home > MCP Servers > nx-plugin-for-aws

nx-plugin-for-aws

The @aws/nx-plugin is a collection of code generators that automate the creation and configuration of cloud-native applications using AWS, TypeScript, Python and React within the Nx development ecosys

Description

The @aws/nx-plugin is a collection of code generators that automate the creation and configuration of cloud-native applications using AWS, TypeScript, Python and React within the Nx development ecosystem.

README

Nx Plugin for AWS - @aws/nx-plugin

Rapidly scaffold and build projects on AWS

Apache 2.0 License Gitpod ready-to-code Release badge Commit activity

Demo
👉 See full documentation on https://awslabs.github.io/nx-plugin-for-aws 👈

Intro

@aws/nx-plugin is a collection of generators to help you build cloud-native applications with AWS.

Key Features

  • Declarative: Generate code that follows best practices for AWS cloud development.
  • End-to-end: Generate application code and CDK/Terraform infrastructure to deploy to AWS.
  • Component-Based: Add components to your project as needed, from React websites to serverless APIs using either the CLI or UI.
  • Learn Once, Use Anywhere: Consistent patterns across different AWS services and application types.
  • Open for modification: All code generated is your code and can be edited as you see fit.
  • Type safety: Type-safety is employed to support IDE completions and reduce the number of runtime errors encountered.
  • Local-first: Iterate quickly by developing locally before deploying to AWS.
  • Minimal dependencies: Getting up and running is simple and only requires langugage level global dependencies.

Available Generators

  • ts#project - Generate a new TypeScript library.
  • ts#infra - Generate a Typescript AWS CDK infrastructure project for your application.
  • ts#react-website - Generate a new React based web application using Vite.
  • ts#react-website#auth - Add AWS Cognito authentication to your React website.
  • ts#trpc-api - Generate a tRPC backend service with Amazon API Gateway/AWS Lambda integrations and AWS Powertools pre-configured.
  • ts#nx-generator - Add an Nx Generator to a TypeScript project.
  • ts#mcp-server - Add a Model Context Protocol (MCP) server to a TypeScript project.
  • ts#strands-agent - Add a Strands Agent to a TypeScript project.
  • ts#lambda-function - Generate a TypeScript lambda function with optional type-safe event sources.
  • terraform#project - Generate a new Terraform project.
  • py#project - Generate a uv based Python project.
  • py#fast-api - Generate a FastAPI backend service with AWS Powertools pre-configured.
  • py#lambda-function - Add a lambda function to an existing python project with optional type-safe event sources.
  • py#mcp-server - Add a Model Context Protocol (MCP) server to a Python project.
  • py#strands-agent Add a Strands Agent to a Python project.
  • connection - Connect projects together (e.g. frontend to backend APIs).
  • license - Automatically manage LICENSE files and source code headers in your workspace.

Getting started

@aws/nx-plugin has been designed for gradual adoption from the start, and you can use as little or as much of it as you need.

Follow the Quick Start guide to create a workspace and add projects.

Additional resources

MCP Server Installation and Setup

This package additionally provides an MCP server to help AI assistants use the Nx Plugin for AWS.

  1. Ensure you have node and npm installed (see here)
  2. Add the server to your MCP client configuration

Example configuration for Amazon Q CLI MCP (~/.aws/amazonq/mcp.json):

{
  "mcpServers": {
    "aws-nx-mcp": {
      "command": "npx",
      "args": ["-y", "-p", "@aws/nx-plugin", "aws-nx-mcp"]
    }
  }
}

If you have issues such as ENOENT npx, replace the command with /full/path/to/npx (use which npx to find this).

For more details, take a look at the guide here

Community

Join us on Slack in the #nx-plugin-for-aws channel to ask questions, share feedback, and connect with other users and contributors.

Contributing

The main purpose of this repository is to continue evolving @aws/nx-plugin, making it faster and easier to use. Development happens in the open on GitHub, and we are grateful to the community for contributing bugfixes and improvements.

Read our Contributing Guide to learn about our development process, how to propose bugfixes and improvements, and how to build and test your changes to @aws/nx-plugin.

Code of Conduct

This project has adopted a Code of Conduct that we expect project participants to adhere to. Please read the Code of Conduct so that you can understand what actions will and will not be tolerated.

License

@aws/nx-plugin is Apache 2.0 licensed.

Release History

VersionChangesUrgencyDate
v0.100.0## 0.100.0 (2026-04-21) ### 🚀 Features - simplify docker bundling for agentcore ([#571](https://github.com/awslabs/nx-plugin-for-aws/pull/571)) - **py#strands-agent:** add AG-UI protocol support with CopilotKit React connection ([#543](https://github.com/awslabs/nx-plugin-for-aws/pull/543), [#347](https://github.com/awslabs/nx-plugin-for-aws/issues/347), [#480](https://github.com/awslabs/nx-plugin-for-aws/issues/480)) ### 🩹 Fixes - **strands-agent:** grant bedrock model invoke permissions High4/21/2026
v0.99.1## 0.99.1 (2026-04-19) ### 🩹 Fixes - **ts#trpc-api:** fixed createMetricsPlugin to correctly report COLD_START ([#595](https://github.com/awslabs/nx-plugin-for-aws/pull/595)) ### ❤️ Thank You - Alex ToHigh4/19/2026
v0.98.0## 0.98.0 (2026-04-19) ### 🚀 Features - **ts#strands-agent,py#strands-agent:** add A2A protocol support ([#539](https://github.com/awslabs/nx-plugin-for-aws/pull/539)) ### ❤️ Thank You - nx-plugin-for-awsHigh4/19/2026
v0.97.0## 0.97.0 (2026-04-15) ### 🚀 Features - create workspaces with pnpm create @aws/nx-workspace ([#576](https://github.com/awslabs/nx-plugin-for-aws/pull/576)) - **mcp:** add standalone @aws/nx-plugin-mcp package ([#575](https://github.com/awslabs/nx-plugin-for-aws/pull/575)) - **mcp:** render enum options in MCP generator guide tool ([#578](https://github.com/awslabs/nx-plugin-for-aws/pull/578)) ### ❤️ Thank You - 🚀 Jack - Jack Stevenson - nx-plugin-for-awsHigh4/15/2026
v0.96.0## 0.96.0 (2026-04-14) ### 🚀 Features - **terraform#project:** add deploy target as alias for apply ([#574](https://github.com/awslabs/nx-plugin-for-aws/pull/574)) ### ❤️ Thank You - nx-plugin-for-awsHigh4/14/2026
v0.95.1## 0.95.1 (2026-04-14) ### 🩹 Fixes - **api:** ensure withDefaultOptions lambda environment does not override required env variables ([#570](https://github.com/awslabs/nx-plugin-for-aws/pull/570)) ### ❤️ Thank You - nx-plugin-for-awsHigh4/14/2026
v0.95.0## 0.95.0 (2026-04-13) ### 🚀 Features - update dependencies ([#568](https://github.com/awslabs/nx-plugin-for-aws/pull/568)) ### ❤️ Thank You - cogwirrel @cogwirrel - nx-plugin-for-awsHigh4/13/2026
v0.94.2## 0.94.2 (2026-04-10) ### 🩹 Fixes - **api:** fix compilation error with shared integration pattern ([#566](https://github.com/awslabs/nx-plugin-for-aws/pull/566)) ### ❤️ Thank You - nx-plugin-for-awsHigh4/10/2026
v0.94.0## 0.94.0 (2026-04-08) ### 🚀 Features - upgrade to vite 8, and other dependency updates ([#548](https://github.com/awslabs/nx-plugin-for-aws/pull/548)) - **connection:** support for react -> py#strands-agent ([#554](https://github.com/awslabs/nx-plugin-for-aws/pull/554)) ### 🩹 Fixes - **e2e:** grant Python strands agent permission to invoke MCP server ([#561](https://github.com/awslabs/nx-plugin-for-aws/pull/561), [#556](https://github.com/awslabs/nx-plugin-for-aws/issues/556)) - **py#straHigh4/8/2026

Dependencies & License Audit

Loading dependencies...

Similar Packages

webiny-jsOpen-source, self-hosted CMS platform on AWS serverless (Lambda, DynamoDB, S3). TypeScript framework with multi-tenancy, lifecycle hooks, GraphQL API, and AI-assisted development via MCP server. Builtv6.1.0
spaceship-mcp🚀 Manage domains, DNS, contacts, and listings with spaceship-mcp, a community-built MCP server for the Spaceship API.main@2026-04-21
website-design-systems-mcp🎨 Extract complete design systems from websites and generate AI-ready skill.md files to replicate exact design elements efficiently.main@2026-04-21
hybrid-orchestrator🤖 Implement hybrid human-AI orchestration patterns in Python to coordinate agents, manage sessions, and enable smooth AI-human handoffs.master@2026-04-21
MCP-X-web🤖 Develop enterprise AI agents with integrated tools for chat, video, image editing, and secure multi-tenant workflows.main@2026-04-21