GitHub
get_npm_package
Look up Node.js package information from NPM registry. Returns latest version, download statistics (weekly/monthly), dependency list, package description, license, and GitHub link. Use for evaluating JavaScript libraries, checking maintenance status, or reviewing package popularity.
Remote nexgendata-apify/developer-tools-mcp-server
Other tools also called get_npm_package?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"package_name": {
"type": "string",
"description": "NPM package name exactly as published (e.g. 'express', 'react', 'lodash', '@babel/core')"
}
}
}