Skip to content
Grok

npm for Grok

io.github.mikusnuz/npm

MCP server for npm package management — publish, version, search, audit, and more

client:Grok transport:stdio runtime:npm

Install npm in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "npm": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@mikusnuz/npm-mcp"
      ],
      "env": {
        "NPM_TOKEN": "<NPM_TOKEN>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

npm in other clients