nx-mcp
First-party Model Context Protocol server that gives AI coding assistants deep, graph-aware context about an Nx workspace — project dependencies, generators/plugins, live terminal output, and Nx Cloud CI status — plus the ability to run generators and monitor/fix CI. Also integrated into Nx Console (VS Code / JetBrains).
One-click install for Cursor, VS Code, Claude, and 20+ other MCP clients, powered by API Commons MCP Install — visit install.apicommons.org for more information.
Documentation
Documentation link · transport stdio
Tools
nx_docs— Retrieve relevant Nx documentation for a query.nx_available_plugins— List available Nx plugins and their capabilities.nx_current_running_tasks_details— Details of currently running Nx tasks.nx_current_running_task_output— Terminal output of a currently running task.nx_visualize_graph— Open/visualize the project or task graph.ci_information— Nx Cloud CI pipeline execution (CIPE) information.ci_task_output— Retrieve task output from an Nx Cloud CI run.update_self_healing_fix— Apply/approve an Nx Cloud self-healing CI fix.nx_workspace— Workspace configuration and project graph overview (extended, --no-minimal).nx_workspace_path— Resolve the workspace root path (extended, --no-minimal).nx_project_details— Detailed configuration for a specific project (extended, --no-minimal).nx_generators— List available generators (extended, --no-minimal).nx_generator_schema— Schema/options for a specific generator (extended, --no-minimal).
About MCP
The Model Context Protocol (MCP) is an open protocol Anthropic introduced for connecting LLM-based agents to external tools and data sources. Providers publish MCP servers that expose their API surface as structured, discoverable tools — an MCP-compatible client (Claude Desktop, Cursor, Cline, Continue, etc.) can connect to the server and call its tools without any per-provider integration code.
Browse every MCP server on the APIs.io network or compare with the broader Agent Skill surfaces of the same providers.