@bradford-tech/npm-package-readme-mcp-server
Related Servers
Alternatives to @bradford-tech/npm-package-readme-mcp-server
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityCmaintenanceA read-only MCP server for the public npm registry that enables AI clients to search for npm packages and retrieve focused package metadata, versions, and latest dist-tags without exposing install or publish capabilities.4 npmISC
- AlicenseNot gradedqualityDmaintenanceFetches metadata and README documentation for NPM packages, with local caching via SQLite for improved performance.3MIT
- AlicenseCqualityFmaintenanceMCP server for searching npm packages1162 npm16MIT
- AlicenseAqualityDmaintenanceMCP server providing npm registry search, package details, dependency auditing, bundle size estimation, and package comparison tools for AI agents.527 npmMIT
- AlicenseAqualityCmaintenanceMCP server that provides npm package information for AI agents during TypeScript development.75 npm1MIT
- AlicenseNot gradedqualityCmaintenanceEnables searching npm packages, retrieving package details and version histories, and fetching download statistics through the npm Registry API.1 npmMIT
TDQS
Scored across 3 tools
Each tool targets a clearly distinct operation: searching for packages, retrieving package metadata, and fetching README content. There is no ambiguity between searching and retrieving specific package resources.
All three tool names follow a consistent verb_noun_from_npm pattern (get_readme, get_package_info, search_packages). The verb choice appropriately reflects each action, and the structure is uniform throughout.
Three tools is on the lean side, but the server has a narrow, focused purpose (npm package readme retrieval), so each tool earns its place. The count feels slightly thin rather than excessive or insufficient.
The core workflow is covered: search for a package, inspect its metadata, then fetch its README. Minor gaps exist, such as fetching version-specific readmes or resolving readmes from alternate sources, but there are no dead ends for the stated purpose.