Odel
nx console

nx console

Local
@nrwl1.4kTypeScriptMITUpdated 1w ago

A Model Context Protocol server implementation for Nx

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmnx-mcpv0.6.12

Run

npx -y nx-mcp

MCP client config

{
  "mcpServers": {
    "nx-console": {
      "command": "npx",
      "args": [
        "-y",
        "nx-mcp"
      ]
    }
  }
}