Developer Tools
Trust: 56/100 (Fair)io.github.nrwl/nx-console Guide
A Model Context Protocol server implementation for Nx
1,395 starsby nrwl
Quick Start
Install
npx nx-mcpClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-nrwl-nx-console": {
"command": "npx",
"args": [
"nx-mcp"
]
}
}
}