Skip to main content
Developer ToolsUnknown

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.

developer-toolscloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/meanands/npm-package-docs-mcp

Claude 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.

Details

Category
Developer Tools
Language
Unknown
Author
meanands