mcp-server-nodejs-api-docs
MCP Server for Node.js API documentation
Documentation
mcp-server-nodejs-api-docs
An MCP Server for Node.js API documentation
Usage: Generic CLI
npx mcp-server-nodejs-api-docsYou can debug calls for the MCP Server by inspecting the file `mcp-server-nodejs-docs.log` in your system's temporary directory (e.g., `/tmp` on Unix-like systems or `%TEMP%` on Windows) which this MCP Server writes to.
Usage: as a Docker container
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:latestYou can also use the Docker image directly in your MCP Server configuration for various applications, see examples below.
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:
on macOS or Linux:
{
"mcpServers": {
"nodejs-api-docs": {
"command": "npx",
"args": ["-y", "mcp-server-nodejs-api-docs"]
}
}
}for Windows users:
{
"mcpServers": {
"nodejs-api-docs": {
"command": "cmd",
"args": ["/c", "npx", "-y", "mcp-server-nodejs-api-docs"]
}
}
}or with the Docker image:
{
"mcpServers": {
"nodejs-api-docs": {
"command": "docker",
"args": ["run", "-i", "--rm", "--init", "-e", "DOCKER_CONTAINER=true", "ghcr.io/lirantal/mcp-server-nodejs-api-docs:latest"]
}
}
}Usage for Cursor AI:
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"]
}
}
}Development
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-docsDocumentation
- Project documentation - development, testing, architecture, and conventions.
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.
Frequently asked questions
What is mcp-server-nodejs-api-docs?
mcp-server-nodejs-api-docs is MCP Server for Node.js API documentation
How do I install mcp-server-nodejs-api-docs?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is mcp-server-nodejs-api-docs open source?
Yes — it is hosted on GitHub at https://github.com/lirantal/mcp-server-nodejs-api-docs and has 11 stars.
Related MCP tools
Code research platform for AI agents; find, understand, and prove context across your code and all of GitHub, in a fraction of the tokens. One toolset, MCP or CLI
AI Skills, MCP Tools, and CLI for Unity Engine. Full AI develop and test loop. Use cli for quick setup. Efficient token usage, advanced tools. Any C# method may be turned into a tool by a single line. Works with Claude Code, Gemini, Copilot, Cursor and any other absolutely for free.
Browser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
MCP Aggregator, Orchestrator, Middleware, Gateway in one docker
Testing and evaluation platform to chat, inspect, and debug MCP servers, MCP apps, and ChatGPT apps.
Universal AI context generator. Saves thousands of tokens per conversation in Claude Code, Cursor, Copilot, Codex, and more.
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP