Skip to content
ai101.tools
navigateopenescclose
Claude+372Whisper+228LangChain+168Codex+223NotebookLM+276DALL-E 3+192DeepL+249n8n+208Topaz Video AI+153LlamaIndex+161
Nx MCP Server logo
MCP server

Nx MCP Server

Exposes an Nx monorepo's project graph, tasks and generator schemas to an agent.

0
SaveVisit website ↗

Add it to your client

Official
Install
npx nx mcp
mcpServers
{
  "mcpServers": {
    "nx-mcp": {
      "command": "npx",
      "args": [
        "nx",
        "mcp"
      ]
    }
  }
}
Transport
stdio
Runtime
Node
Auth
Not required
Tools
13
License
MIT
Tools
nx_docsnx_workspacenx_workspace_pathnx_project_detailsnx_generatorsnx_generator_schemanx_available_pluginsnx_visualize_graphnx_current_running_tasks_detailsnx_current_running_task_outputci_informationci_task_output+1

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.

Comments(0)

Sign in to comment

No comments yet — be the first.

Similar MCP servers

Report this comment

Why are you reporting this?