bsmi021/mcp-npm_docs-server
An MCP server that provides a tool to fetch metadata and documentation (including README content) for NPM packages, using a local cache to improve performance.
Platform-specific configuration:
{
"mcpServers": {
"mcp-npm_docs-server": {
"command": "npx",
"args": [
"-y",
"mcp-npm_docs-server"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...