Nx
Freeby MCP Community
A Model Context Protocol server implementation for Nx
v0.24.0Added Apr 12, 2026
nxmonorepoaimcpmodel
Nx MCP Server
A Model Context Protocol server implementation for Nx
Installation
npx -y nx-mcp
Reviews
Installation
Quick install
npx -y nx-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"nx": {
"command": "npx",
"args": ["-y", "nx-mcp"]
}
}
}