meanands/npm-package-docs-mcp
A Model Context Protocol (MCP) tool that provides up-to-date documentation for npm packages directly in your IDE. This tool fetches the latest README documentation from either the package's GitHub repository or the README bundled with the npm package itself.
Platform-specific configuration:
{
"mcpServers": {
"npm-package-docs-mcp": {
"command": "npx",
"args": [
"-y",
"npm-package-docs-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
A Model Context Protocol (MCP) tool that provides up-to-date documentation for npm packages directly in your IDE. This tool fetches the latest README documentation from either the package's GitHub repository or the README bundled with the npm package itself.
<a href="https://glama.ai/mcp/servers/@meanands/npm-package-docs-mcp"> </a>
This MCP tool helps your IDE (like Cursor) get the most current documentation for any npm package instead of relying on outdated or incomplete information. It works by:
master, main, or develop branches)get_docs_for_npm_packageDescription: Retrieves the latest documentation for any npm package
Parameters:
packageName (string): The name of the npm package (e.g., "react", "lodash", "express")Returns: The README content as text, either from the GitHub repository or the package tarball
Example Usage:
// In your IDE, you can now ask for documentation like:
// "Show mLoading reviews...