{
  "markdown": "# npm-search-mcp\n\nMCP server that searches npm packages and returns live registry data. No API key needed.\n\n## Tools\n\n- **search_packages** — Search npm for packages by keyword. Returns names, descriptions, download counts, and links.\n- **get_package** — Get detailed info about a specific package: version, dependencies, size, weekly downloads.\n- **compare_packages** — Compare 2-10 packages side by side with download stats, size, and quality scores.\n\n## Why?\n\nAI coding assistants have stale knowledge about npm packages. This MCP server gives them live access to the npm registry — current versions, download trends, and package details updated in real-time.\n\n## Install\n\n### npx (easiest)\n\n```bash\nnpx -y github:zcag/npm-search-mcp\n```\n\n### Claude Code config\n\n```json\n{\n  \"mcpServers\": {\n    \"npm-search\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"github:zcag/npm-search-mcp\"]\n    }\n  }\n}\n```\n\n### Docker\n\n```bash\ndocker run -i ghcr.io/zcag/npm-search-mcp:1.0.0\n```\n\n### From source\n\n```bash\ngit clone https://github.com/zcag/npm-search-mcp.git\ncd npm-search-mcp\nnpm install && npm run build\nnode dist/index.js\n```\n\n## License\n\nMIT\n",
  "bytes": 1144,
  "sha": "fb24e69de496eaee8f75b9558e5dc962ea8a2b89b0377e528846bf960d87a06d",
  "repo_slug": "zcag/npm-search-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_zcag_npm_search_mcp_61d28b13/readme"
}