This npm search MCP server, developed by Anthropic, enables AI assistants to search for npm packages using the npm CLI. Built with TypeScript and leveraging the @modelcontextprotocol/sdk, it exposes a 'search_npm_packages' tool that executes the 'npm search' command and returns the results. The server runs on stdio, making it compatible with various MCP clients. By providing a standardized interface for npm package searches, it allows AI systems to easily access and analyze the npm registry. This implementation is particularly useful for scenarios involving JavaScript/Node.js development, package discovery, or dependency management, facilitating use cases such as finding suitable libraries, comparing package versions, or assessing package popularity within the npm ecosystem.
Aucun avis encore. Soyez le premier à donner votre avis !
Connectez-vous pour rejoindre la conversation
Search for npm packages. Required argument: query (string), the search query.