lirantal/mcp-server-nodejs-api-docs
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.
An MCP Server for Node.js API documentation, providing a streamlined way to manage and serve API documentation using Node.js.
The mcp-server-nodejs-api-docs is a robust Model Context Protocol (MCP) server designed specifically for Node.js environments. It facilitates the management and serving of API documentation, making it an essential tool for developers who need to maintain clear and accessible documentation for their Node.js applications. This server can be deployed either as a standalone application using Node.js or as a Docker container, providing flexibility in how it can be integrated into existing workflows. The server is particularly useful for applications that require dynamic documentation updates and seamless integration with development tools like Claude Desktop and Cursor AI. By leveraging the power of MCP, this server ensures that API documentation is always up-to-date and easily accessible, enhancing the overall development and maintenance process.
Features
- Seamless integration with Node.js environments for serving API documentation.
- Supports deployment as a Docker container for easy integration into various workflows.
- Compatible with development tools like Claude Desktop and Cursor AI.
- Provides logging capabilities for debugging and monitoring.
- Facilitates dynamic updates to API documentation.
Usages
usage with claude desktop npx
{ "mcpServers": { "nodejs-api-docs": { "command": "npx", "args": ["-y", "mcp-server-nodejs-api-docs"] } } }
usage with claude desktop docker
{ "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 with cursor ai
{ "mcpServers": { "nodejs-api-docs": { "command": "npx", "args": ["-y", "mcp-server-nodejs-api-docs"] } } }