Node.js API Docs
About
An MCP server for accessing and searching Node.js API documentation.
Details
- Author
- lirantal
- Categories
- Developer Tools, Knowledge Base, Other
Jump to
Setup
Install Node.js API Docs in your MCP client (Claude Desktop, Cursor, Windsurf, and others).
Repository: https://github.com/lirantal/mcp-server-nodejs-api-docs
Follow the installation instructions in the repository README, then restart your MCP client.
An MCP Server for Node.js API documentation
You can debug calls for the MCP Server by inspecting the filemcp-server-nodejs-docs.login your system's temporary directory (e.g.,/tmpon Unix-like systems or%TEMP%on Windows) which this MCP Server writes to.
You can run this MCP Server as a Docker container by using the following command:
docker pull ghcr.io/lirantal/mcp-server-nodejs-api-docs:latest
You can also use the Docker image directly in your MCP Server configuration for various applications, see examples below.
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"] } } }
{ "mcpServers": { "nodejs-api-docs": { "command": "cmd", "args": ["/c", "npx", "-y", "mcp-server-nodejs-api-docs"] } } }
{ "mcpServers": { "nodejs-api-docs": { "command": "docker", "args": ["run", "-i", "--rm", "--init", "-e", "DOCKER_CONTAINER=true", "ghcr.io/lirantal/mcp-server-nodejs-api-docs:latest"] } } }
Edit your Cursor AI MCP file (located at~/.cursor/mcp.json) and add the following:
{ "mcpServers": { "nodejs-api-docs": { "command": "npx", "args": ["-y", "mcp-server-nodejs-api-docs"] } } }
To build the project with Docker locally run:
docker build -t mcp-server-nodejs-api-docs .
Then run the container as follows for your MCP Server configuration:
docker run -i --rm --init -e DOCKER_CONTAINER=true mcp-server-nodejs-api-docs
- Project documentation- development, testing, architecture, and conventions.
Please consultCONTRIBUTINGfor guidelines on contributing to this project.
mcp-server-nodejs-api-docs©Liran Tal, Released under theApache-2.0License.
This is a web browser that enables your coding agent, such as Claude Code, to visit websites on your behalf and assist you in identifying bugs or creating UI test cases.
Extentos is a multi-vendor development platform for adding smart-glasses capabilities to existing iOS and Android apps. The simplest analogy is Stripe for smart glasses
An MCP server tailored for React Native–first development using Gluestack UI
Create and read feature flags, review experiments, generate flag types, search docs, and interact with GrowthBook's feature flagging and experimentation platform.
Gives AI agents public URLs (tunnels) for localhost, live HTTP traffic inspection, snapshot publishing, and access control.
Understand, develop, and debug authorization policies in Oso Cloud.
Up-to-date documentation for your coding agent. Covers 1000s of public repos and sites. Built by ref.tools
Points agents to the canonical Agentry install docs for errors, product analytics, and deploy attribution.
Gives coding agents deterministic, read-only documentation handoffs with edit boundaries, ownership, and required checks before repository changes.
Deterministic JSON checks with signed evidence and x402-paid execution
Search Apple's Developer Documentation with smart search and wildcard support.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





