meanands/npm-package-docs-mcp
MCP Server that provides up-to-date documentation for npm packages by fetching the latest README doc from the package's GitHub repository or the README.
Quick Start
Clone the repository:
git clone https://github.com/meanands/npm-package-docs-mcpClaude Desktop configuration example:
{
"mcpServers": {
"npm-package-docs-mcp": {
"command": "npx",
"args": [
"-y",
"meanands/npm-package-docs-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.