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

Installation

npx -y npm-package-docs-mcp

Configuration

{
  "mcpServers": {
    "npm-package-docs-mcp": {
      "command": "npx",
      "args": ["-y", "npm-package-docs-mcp"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub