NPM Registry client for AI agents and developers — Skill, Go SDK, CLI, and MCP server. Query packages, manage dist-tags, publish, audit, and more with 8 mirrors and proxy support.
View on GitHub →
🔍 Audit Wallet Slippage →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"npm-skills": {
"command": "go",
"args": [
"run",
"github.com/scagogogo/npm-skills@latest"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add npm-skills go run github.com/scagogogo/npm-skills@latest
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"npm-skills": {
"command": "go",
"args": [
"run",
"github.com/scagogogo/npm-skills@latest"
]
}
}
}
📋 Copy
Topics
ai-agent claude-code cli couchdb go golang goreleaser mcp mcp-server npm npm-client npm-mirror npm-packages npm-registry npm-registry-api