McpMux
Back to Registry

Nx (npx) MCP Server

Community

Contributed by Nx (Nrwl)

Connects AI assistants to your Nx monorepo. Exposes the workspace project graph, project and task details, file-to-project mappings, Nx generators, and up-to-date Nx documentation so the assistant understands your monorepo structure.

About the Nx (npx) MCP Server

The Nx (npx) MCP server is a local (stdio) Model Context Protocol server available in the McpMux registry. Connects AI assistants to your Nx monorepo. Exposes the workspace project graph, project and task details, file-to-project mappings, Nx generators, and up-to-date Nx documentation so the assistant understands your monorepo structure. This is a community-contributed MCP server by Nx (Nrwl).

Install the Nx (npx) MCP server with one click using McpMux. It works with Cursor, Claude Desktop, Claude Code, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible AI client. No authentication required — install and start using it immediately.

Transport Configuration

Transport Configuration
{
  "type": "stdio",
  "command": "npx",
  "args": [
    "-y",
    "nx-mcp",
    "${input:WORKSPACE_PATH}"
  ],
  "metadata": {
    "inputs": [
      {
        "id": "WORKSPACE_PATH",
        "label": "Nx Workspace Path",
        "description": "Absolute path to the root of your Nx workspace (the folder containing nx.json). Optional: if left blank, the server falls back to the current working directory. When no workspace can be resolved, only the nx_docs and nx_available_plugins tools are available.",
        "type": "directory_path",
        "required": false,
        "secret": false,
        "placeholder": "C:\\Users\\you\\my-nx-workspace  or  /home/you/my-nx-workspace"
      }
    ]
  }
}
Details
TransportLocal (stdio)
Hostinglocal
AuthNone required
Capabilities
Tools

Categories

Tags

nxmonoreponrwlproject-graphbuildgeneratorsdeveloper-tools

Supported AI Clients

The Nx (npx) MCP server works with all MCP-compatible AI clients through McpMux:

CursorClaude DesktopClaude CodeVS CodeChatGPTWindsurfJetBrainsZedClineGemini CLIAmazon Q

Related MCP Servers

Install Nx (npx) with McpMux

One-click install from the McpMux desktop app. Auto-configures for Cursor, Claude, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible client.