Nx MCP Server
Exposes an Nx monorepo's project graph, tasks and generator schemas to an agent.
Add it to your client
Officialnpx nx mcp
{
"mcpServers": {
"nx-mcp": {
"command": "npx",
"args": [
"nx",
"mcp"
]
}
}
}- Transport
- stdio
- Runtime
- Node
- Auth
- Not required
- Tools
- 13
- License
- MIT
The Nx MCP server hands over what a monorepo already knows about itself: which projects exist, how they depend on each other, which targets can run and what parameters a generator expects. nx_docs answers Nx questions from the official documentation, and separate tools read the output of a task currently running in the terminal. It starts with npx nx mcp, needs no credentials, and keeps the heavier workspace analysis tools hidden until --no-minimal is passed.
Similar MCP servers
Terraform MCP Server
MCP serverRegistry lookups and HCP Terraform workspace operations for agents.
Azure MCP Server
MCP serverOne server covering Azure services, plus a hosted endpoint for Microsoft Learn.
GitHub MCP Server
MCP serverGitHub's own server for repos, issues, pull requests and workflow runs
Comments(0)
Sign in to comment