by nrwl
Provides a visual UI inside supported editors to interact with Nx and Lerna workspaces, run generators, view project details, visualize task graphs, and enrich AI assistants with workspace context.
Nx Console offers an integrated graphical interface for developers working with Nx or Lerna monorepos. It brings common CLI commands into the editor, adds AI‑driven context for large‑language‑model assistants, and visualizes project structures and task graphs.
Nx: Generate (UI)
command, the Projects view, or the Project Details view to run generators, explore tasks, and visualize dependencies.nx-mcp
npm package.Q: Which versions of Nx are supported? A: The latest Nx Console works with Nx version 15 and newer.
Q: Can I use Nx Console with a Lerna workspace? A: Yes, it supports both Nx and Lerna monorepos.
Q: How do I enable AI enhancements? A: Install the extension; the MCP server automatically provides workspace data to supported AI tools.
Q: Is there a way to run the MCP server without the full extension?
A: Yes, install the nx-mcp
package directly and start it manually.
Q: What are the system requirements? A: Node.js installed, a supported editor (VS Code ≥1.71.0, JetBrains IDE, or Cursor), and an Nx/Lerna workspace.
Stay focused and productive right in your editor.
Developers use both command-line tools and user interfaces. They commit in the terminal, but resolve conflicts in Visual Studio Code or WebStorm. They use the right tool for the job.
Nx Console is that tool. It helps developers stay in the flow, provides visual workflows, enhances your AI chats and more.
You can download Nx Console from the following places:
Nx Console enhances your editors AI features by providing relevant context to the large language models powering VSCode and Cursor. Automatically teach AI about your workspace architecture, generators and feed it up-to-date nx docs!
Nx Console comes with an MCP server for both, VSCode and Cursor.
You can also install the MCP server separately from the Nx Console extension via the nx-mcp
NPM package. More about that here. Learn more in the Nx docs.
Nx Console provides seamless integration with the Project Details View (PDV). You can learn more about your project, the available tasks and detailed configuration information. With the PDV in Nx Console, you can run tasks or navigate the task graph with just a few clicks!
Learn more about the Project Details view on nx.dev
Nx Console makes it easier to run generators through our interactive Generate UI. It automatically parses the schema for any generator and provides autocomplete, validation and dry-run previews as you type.
You can launch the Generate UI via the Nx: Generate (UI)
command or through the context menu in the file explorer. Paths will be automatically prefilled! Learn more about the Generate UI on nx.dev
Nx Console improves the experience of using Nx Cloud by giving you an overview of current CI Pipeline Executions and showing notifications when CI is done or an error occurs. No more refreshing GitHub forever, just keep working and Nx Console will let you know once your PR is ready!
Additionally, Nx Console helps by guiding you through the Nx Cloud onboarding process, right in your editor.
Learn more about the Nx Cloud Integration on nx.dev
Nx Console presents an overview of your workspace from an Nx perspective. You can browse projects, their targets & configurations in the Projects
view. Run available targets or create shortcuts for frequent commands in the Common Nx Commands
view.
Nx Console visualizes the Nx project & task graphs right in your editor. It knows which file you're working on, so you can easily open the graph focused on that specific project. Also, with the tight integration into your editor, you can run tasks or explore the files that cause project dependencies with a single click.
To use Nx Console, make sure you're in an Nx or Lerna workspace and have Node.js installed. If you're not using Nx yet, learn more here: Intro to Nx
You can create an Nx workspace by running the following command:
npx create-nx-workspace@latest my-workspace
To install Nx into an existing repository, simply run
npx nx init
The latest version of Nx Console supports all Nx versions starting at Nx 15. For older versions, we cannot guarantee compatibility or full functionality. However, we welcome contributions! If you encounter specific issues with older versions, please consider submitting a PR. Of course, if you discover any problems with newer versions of Nx, please report these issues to help us improve Nx Console.
If you're looking to upgrade your version of Nx easily, refer to the Nx migrate documentation.
Please read the contributing guidelines. Pick one of the issues from the good first issue list to get started.
The Node interpreter under Languages & Frameworks > Node.js needs to be configured to use the Node executable within the WSL distribution. You can read more on the official Jetbrains docs page.
Please log in to share your review and rating for this MCP.
{ "mcpServers": { "nx-mcp": { "command": "npx", "args": [ "-y", "nx-mcp" ], "env": {} } } }
Discover more MCP servers with similar functionality and use cases
by zed-industries
Provides real-time collaborative editing powered by Rust, enabling developers to edit code instantly across machines with a responsive, GPU-accelerated UI.
by cline
Provides autonomous coding assistance directly in the IDE, enabling file creation, editing, terminal command execution, browser interactions, and tool extension with user approval at each step.
by continuedev
Provides continuous AI assistance across IDEs, terminals, and CI pipelines, offering agents, chat, inline editing, and autocomplete to accelerate software development.
by github
Enables AI agents, assistants, and chatbots to interact with GitHub via natural‑language commands, providing read‑write access to repositories, issues, pull requests, workflows, security data and team activity.
by block
Automates engineering tasks by installing, executing, editing, and testing code using any large language model, providing end‑to‑end project building, debugging, workflow orchestration, and external API interaction.
by RooCodeInc
An autonomous coding agent that lives inside VS Code, capable of generating, refactoring, debugging code, managing files, running terminal commands, controlling a browser, and adapting its behavior through custom modes and instructions.
by lastmile-ai
A lightweight, composable framework for building AI agents using Model Context Protocol and simple workflow patterns.
by firebase
Provides a command‑line interface to manage, test, and deploy Firebase projects, covering hosting, databases, authentication, cloud functions, extensions, and CI/CD workflows.
by gptme
Empowers large language models to act as personal AI assistants directly inside the terminal, providing capabilities such as code execution, file manipulation, web browsing, vision, and interactive tool usage.