Skip to main content
Glama

NPM Package Docs MCP

get_docs_for_npm_package

Retrieve documentation for npm packages directly in your IDE by fetching README files from GitHub repositories or package tarballs. Access up-to-date API information and package details in real-time.

Instructions

Get the docs for an npm package

Input Schema

NameRequiredDescriptionDefault
packageNameYesName of the npm package

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "packageName": { "description": "Name of the npm package", "type": "string" } }, "required": [ "packageName" ], "type": "object" }
Install Server

Other Tools from NPM Package Docs MCP

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/meanands/npm-package-docs-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server