Nx

Nx MCP Server

The Nx MCP server exposes the Nx project graph, task graph, generator catalog, and documentation to MCP-compatible AI agents (Claude Code, Cursor, Copilot, Windsurf). Lets agents reason about workspace structure, run generators, dispatch tasks, and consult version-correct Nx docs without hallucinating. Ships inside the nx-console extension and as a standalone command.

API entry from apis.yml

apis.yml Raw ↑
aid: nx-dev:nx-mcp
name: Nx MCP Server
tags:
- MCP
- AI
- Agents
- ModelContextProtocol
humanURL: https://nx.dev/features/enhance-AI
properties:
- url: https://nx.dev/features/enhance-AI
  type: Documentation
- url: https://github.com/nrwl/nx-console
  name: nx-console (ships the MCP server)
  type: SourceCode
description: The Nx MCP server exposes the Nx project graph, task graph, generator catalog, and documentation
  to MCP-compatible AI agents (Claude Code, Cursor, Copilot, Windsurf). Lets agents reason about workspace
  structure, run generators, dispatch tasks, and consult version-correct Nx docs without hallucinating.
  Ships inside the nx-console extension and as a standalone command.