Skip to main content
Glama

NPM Package Docs MCP

package.json1.51 kB
{ "name": "npm-package-docs-mcp", "version": "1.0.1", "main": "dist/server.js", "author": "Anand Sukumaran Nair", "repository": { "type": "git", "url": "https://github.com/anandsme/npm-package-docs-mcp" }, "homepage": "https://github.com/anandsme/npm-package-docs-mcp", "bugs": { "url": "https://github.com/anandsme/npm-package-docs-mcp/issues" }, "scripts": { "build": "tsc", "start": "node dist/server.js", "dev": "ts-node src/server.ts", "watch": "nodemon --exec ts-node src/server.ts", "clean": "rm -rf dist", "mcp": "node dist/server.js", "mcp:dev": "ts-node src/server.ts", "test": "echo \"Error: no test specified\" && exit 1" }, "bin": { "npm-package-docs-mcp": "./bin/server.js" }, "keywords": ["mcp", "npm", "package", "docs", "documentation"], "license": "MIT", "description": "A Model Context Protocol (MCP) tool that provides up-to-date documentation for npm packages directly in your IDE. This tool fetches the latest README documentation from either the package's GitHub repository or the README bundled with the npm package itself.", "engines": { "node": ">=18.0.0" }, "devDependencies": { "@types/node": "^24.3.0", "nodemon": "^3.1.10", "ts-node": "^10.9.2", "tsx": "^4.20.4", "typescript": "^5.9.2" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.17.3", "@types/fs-extra": "^11.0.4", "fs-extra": "^11.3.1", "tar": "^7.4.3", "zod": "^3.25.76" } }

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