Skill
setup-nx-mcp
Setup Nx MCP server for current Nx workspace. Use when user wants to add nx-mcp to their Nx monorepo project.
From milo-coreInstall
1
Run in your terminal$
npx claudepluginhub michael0520/milo-claudekit --plugin milo-coreTool Access
This skill is limited to using the following tools:
BashReadAskUserQuestion
Skill Content
Setup Nx MCP
Configure the Nx MCP server for the current workspace.
Steps
-
Verify Nx workspace: Check if
nx.jsonexists in the current directory- If not found, stop and inform user this is not an Nx workspace
-
Check existing configuration: Run
claude mcp listto check if nx-mcp is already configured- If already configured, inform user and ask if they want to reconfigure
-
Determine scope: Ask user which scope to use
project(default) — creates.mcp.json, shareable via gituser— global, available in all projects
-
Install nx-mcp:
- Project scope:
claude mcp add --scope project nx-mcp -- npx nx-mcp@latest - User scope:
claude mcp add --scope user nx-mcp -- npx nx-mcp@latest
- Project scope:
-
Verify installation: Run
claude mcp listto confirm nx-mcp appears -
Optional - Nx AI init: Ask user if they want to run
npx nx configure-ai-agentsto generateCLAUDE.mdandAGENTS.md
Prerequisites
- Current directory must be an Nx workspace (has
nx.json) npxmust be available
Similar Skills
Stats
Parent Repo Stars0
Parent Repo Forks0
Last CommitFeb 1, 2026