Nx MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 82 370 installs a week from npm. Last commit 31 Jul 2026.
A Model Context Protocol server implementation for Nx
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add nx-mcp -- npx -y nx-mcp
{
"mcpServers": {
"nx-mcp": {
"args": [
"-y",
"nx-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.nx-mcp]
command = "npx"
args = ["-y", "nx-mcp"]
{
"mcpServers": {
"nx-mcp": {
"args": [
"-y",
"nx-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"nx-mcp": {
"args": [
"-y",
"nx-mcp"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.