Skip to content

Building with AI

Install the Claude Plugin, Kiro Power, or MCP Server to enable AI assistants to work effectively with the plugin. By using these, you can accelerate your development workflow with AI while benefitting from your projects being scaffolded in a consistent fashion, spending less time on setting up the main components and benefitting from the security, observability, type-safety and local development built into the plugin.

The Nx Plugin for AWS ships as a Kiro Power that bundles the MCP server with steering documentation and workflow guides.

  1. Open the Powers panel in Kiro and click Add power from GitHub

  2. Enter the following URL:

    https://github.com/awslabs/nx-plugin-for-aws/tree/release/0.x/powers/nx-plugin-for-aws
  3. Click Install

Kiro automatically configures the MCP server — no additional setup required.

Ask your AI Assistant to build something using the nx-plugin-for-aws! It will typically create a workspace, scaffold with the applicable generators, then fill in the business logic.

Try a prompt like:

“Build a multi-agent application using the Nx Plugin for AWS. I want a React frontend that talks to a backend orchestrator agent which delegates to specialised research and writing agents.”

Or for a smaller starting point:

“Use the Nx Plugin for AWS to scaffold a React website backed by a tRPC API, with Cognito auth and CDK infrastructure.”

Check out the ts#mcp-server generator guide for details about building your own MCP Server.