Skip to content

Building with AI

Workspaces created with the Nx Plugin for AWS preset include project-level MCP configuration for common coding agents — Claude Code, Cursor, Kiro, Gemini CLI, GitHub Copilot and OpenAI Codex — so an agent working inside the workspace can use the plugin’s MCP server with no further setup.

Open your workspace in your assistant and ask it for what you want:

Prompt

Add a React website with an AG-UI agent, an MCP server for its tools and a DynamoDB table, and wire them together.

It looks up the generators the plugin offers, runs them in the order their dependencies need. Use your agent to fill in the business logic from there.

The workspace configuration above is enough to build with. You can install globally if you’d like to use AI to create new workspaces, or add the Nx Plugin for AWS to an existing project:

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/main/powers/nx-plugin-for-aws
  3. Click Install

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

With the plugin available globally, your assistant can create the workspace too. Try a prompt like:

Prompt

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:

Prompt

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