Back to MCP Servers
Npm Package Docs
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.
developer-toolsgithub
By meanands
Installation
npx -y npm-package-docs-mcpConfiguration
{
"mcpServers": {
"npm-package-docs-mcp": {
"command": "npx",
"args": ["-y", "npm-package-docs-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes