mcpbeat Sign in

Nx Console MCP Server

local only

Nx Console runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 11 Sep 2026.

A Model Context Protocol server implementation for Nx

Installs / week
not published
1414
Stars
44 open issues
11 Sep 2026
Last commit
from GitHub
MIT
License
TypeScript

What the code does

We read the source, 20 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Executes code built at runtime apps/vscode-e2e/runner/src/index.ts:42
          const func = new Function('return ' + fn)();
  let fullFilePath = basedir ? path.join(basedir, filePath) : filePath;

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Alternatives to Nx Console

same job, measured the same way
Nx MCP
by nrwl

A Model Context Protocol server implementation for Nx

57 193 installs/wk local only
CLIO Arxiv
by iowarp

ArXiv MCP server implementation using Model Context Protocol

local only
CLIO Compression
by iowarp

Compression MCP server implementation using Model Context Protocol

local only
CLIO Chronolog
by iowarp

ChronoLog MCP server implementation using Model Context Protocol

local only
Esa MCP Server
by koki-develop

A Model Context Protocol (MCP) server for esa.io

74 installs/wk local only
MCP Sitecore Server
by antonytm

A Model Context Protocol server for Sitecore

484 installs/wk local only
Procm
by coder-ka

A Model Context Protocol (MCP) server for process management.

75 installs/wk local only
Calculator MCP
by tech-sushant

A simple Model Context Protocol calculator server

28 installs/wk local only

Nx Console — questions

Answers built from our own checks of this server.

Why is there no uptime for Nx Console?
Nx Console runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone.
Is Nx Console open source?
Yes — it is published under the MIT licence, written in TypeScript, 1 414 stars on GitHub and 44 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.