Nx MCP
Rank #100io.github.nrwl/nx-mcp
A Model Context Protocol server implementation for Nx
Nx MCP is a Model Context Protocol (MCP) server published by nrwl. It ranks #100 of 115,460 servers tracked on MCP Toplist, and its repository has 1,412 GitHub stars. Nx MCP is listed across 4 registries — Official MCP, Glama, PulseMCP and mcp.so, with 18 tracked versions. It was first listed on Nov 25, 2024 and most recently updated on Apr 30, 2026.
Ranks ahead of 115,360 of 115,460 servers on MCP Toplist.
Use Nx MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add nx-mcp -- npx -y nx-mcp[mcp_servers.nx-mcp]
command = "npx"
args = ["-y", "nx-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"nx-mcp": {
"command": "npx",
"args": [
"-y",
"nx-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"nx-mcp": {
"command": "npx",
"args": [
"-y",
"nx-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"nx-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"nx-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"nx-mcp": {
"command": "npx",
"args": [
"-y",
"nx-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"nx-mcp": {
"command": "npx",
"args": [
"-y",
"nx-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.nrwl%2Fnx-mcp)<a href="https://mcptoplist.com/server/io.github.nrwl%2Fnx-mcp"><img src="https://mcptoplist.com/badge/io.github.nrwl%2Fnx-mcp.svg" alt="MCP Toplist: Top 1% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (3 delisted)
nrwl
Available versions (18)
| Version | Published |
|---|---|
| 0.25.0 | Apr 30, 2026 |
| 0.24.0 | Mar 16, 2026 |
| 0.23.0 | Mar 6, 2026 |
| 0.22.2 | Feb 23, 2026 |
| 0.22.1 | Feb 18, 2026 |
| 0.22.0 | Feb 18, 2026 |
| 0.21.0 | Feb 12, 2026 |
| 0.20.0 | Feb 11, 2026 |
| 0.19.0 | Feb 10, 2026 |
| 0.18.0 | Feb 9, 2026 |
| 0.17.2 | Feb 4, 2026 |
| 0.17.1 | Feb 4, 2026 |
| 0.17.0 | Feb 3, 2026 |
| 0.16.0 | Jan 29, 2026 |
| 0.15.0 | Jan 26, 2026 |
| 0.14.0 | Jan 22, 2026 |
| 0.6.12 | Sep 23, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Nx MCP?
- Nx MCP is maintained by nrwl, which publishes 1 MCP server (18 total versions) tracked on MCP Toplist.
- Is Nx MCP listed on the Official MCP Registry?
- Yes — Nx MCP is listed on the Official MCP Registry, alongside Glama, PulseMCP and mcp.so.
- How many versions does Nx MCP have?
- MCP Toplist tracks 18 versions of Nx MCP, most recently published on Apr 30, 2026.
- Where can I find the source code for Nx MCP?
- The source code for Nx MCP is hosted at github.com/nrwl/nx-console.