MCP Server
MCP
io.github.mikusnuz/npm
MCP server for npm package management — publish, version, search, audit, and more
Install
npx -y @mikusnuz/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@mikusnuz/npm-mcp",
"version": "1.2.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "npm authentication token",
"format": "string",
"isSecret": true,
"name": "NPM_TOKEN"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment