This server brings Nx workspace intelligence into Claude, letting you query project structure, run generators, explore task graphs, and get context about your monorepo setup. It exposes the same workspace metadata that powers Nx Console's UI: which projects exist, what tasks they define, how they depend on each other, and what generators are available. You'd reach for this when working on Nx or Lerna codebases and want Claude to understand your workspace architecture without manually explaining it. The server feeds Claude up to date Nx documentation and can answer questions about specific projects, suggest appropriate generators, or help debug task dependencies by reading directly from your workspace configuration.
claude mcp add --transport stdio nrwl-nx-console uvx nx-console