New:Socket for Asana Is Now Available.Learn more
Get Started

mcp-server-nodejs-api-docs

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mcp-server-nodejs-api-docs

An MCP Server for Node.js API documentation

Source
npmnpm
Version
1.0.3
Version published
Weekly downloads
20
-37.5%
Maintainers
1
Weekly downloads
 
Created
Source

mcp-server-nodejs-api-docs

An MCP Server for Node.js API documentation

npm version license downloads build codecov Known Vulnerabilities Responsible Disclosure Policy

Usage: CLI

npx mcp-server-nodejs-api-docs

Usage for Claude Desktop:

Edit your Claude Desktop MCP Servers configuration file (located on macOS here: ~/Library/Application Support/Claude/claude_desktop_config.json) and add the following:

{
    "mcpServers": {
      "nodejs-api-docs": {
        "command": "npx",
        "args": ["-y", "mcp-server-nodejs-api-docs"]
      }
    }
  }

Usage for Cursor AI:

Edit your Cursor AI MCP file (located at ~/.cursor/mcp.json) and add the following:

{
  "mcpServers": {
    "server-name": {
      "command": "npx",
      "args": ["-y", "mcp-server-nodejs-api-docs"],
    }
  }
}

Contributing

Please consult CONTRIBUTING for guidelines on contributing to this project.

Author

mcp-server-nodejs-api-docs © Liran Tal, Released under the Apache-2.0 License.

Keywords

mcp

FAQs

Package last updated on 26 May 2025

Related posts