MCP Servers / search / NPMLens MCP

NPMLens MCP

JSON →
stdiononesearch

NPMLens MCP lets your coding agent (such as Claude, Cursor, Copilot, Gemini or Codex) search the npm registry and fetch package context (README, downloads, GitHub info, usage snippets). It acts as a Model‑Context‑Protocol (MCP) server, giving your AI assistant a structured way to discover libraries and integrate them quickly.

Install
How to run this server
[ { "cmd": "npx -y npmlens-mcp@latest`", "imports": [] } ]
server path: npmlens-mcp
Tools
What this server exposes
search_packages
Search for npm packages by keyword or name
get_package_info
Get detailed information about a specific npm package
get_package_dependencies
Get the dependency tree of a specific npm package
get_package_versions
List all versions of a specific npm package
get_package_maintainers
Get maintainer information for a specific npm package
Configuration
Environment & auth
authnone
envGITHUB_TOKEN
Resources
NPMLens MCP — MCP Server · libregistry