mcp-server-nodejs-api-docs

mcp-server-nodejs-api-docs

3.3

If you are the rightful owner of mcp-server-nodejs-api-docs and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

This project implements a Model Context Protocol (MCP) server that provides access to the official Node.js API documentation.

The MCP Server for Node.js API Documentation is designed to fetch and expose the latest Node.js API documentation through MCP tools. It retrieves the documentation from nodejs.org and provides users with the ability to query specific modules, classes, or methods. The server is equipped with tools like 'node-search' for finding modules or listing all available modules with their methods, and 'node-list' for summarizing all available modules. It logs activities and errors using the 'pino' logging library, ensuring that users can monitor and debug operations effectively. The server communicates over standard input/output (stdio), making it compatible with various MCP clients such as Cursor or Qodo AI. Users can configure these clients to launch the server using its command, allowing seamless integration and access to Node.js documentation.

Features

  • Fetches the latest Node.js API documentation.
  • Provides MCP tools to query documentation for specific modules, classes, or methods.
  • Offers a search tool ('node-search') to find modules or list all available modules with their methods.
  • Offers a list tool ('node-list') to get a summary of all available modules.
  • Logs activity and errors to '/tmp/mcp-server-nodejs-docs.log' using 'pino'.