About
Overview
The Nx MCP Server enables AI agents to interact with Nx monorepo tooling. It provides tools for running targets, viewing project graphs, and managing workspace configurations.
Capabilities
Tools & Capabilities
⚡run_target
Run a target on a project
⚡project_graph
View the project dependency graph
⚡list_projects
List workspace projects
⚡affected
List affected projects
Setup
Installation
bash
Install
npx -y @nrwl/mcp-server-nxExamples
Example Usage
javascript
Usage
{
"mcpServers": {
"nx": {
"command": "npx",
"args": ["-y", "@nrwl/mcp-server-nx"]
}
}
}Quick Info
Authornrwl
LanguageTypeScript
StatusStable
Stars★ 55
Last UpdatedFeb 12, 2026