MCP.so
Sign In
Servers

Mcp Npm_docs Server

@bsmi021

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.

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "mcp-npm_docs-server": {
      "command": "node",
      "args": [
        "dist/server.js"
      ]
    }
  }
}

More from Memory & Knowledge