nlxai/mcp-nodejs-server
If you are the rightful owner of mcp-nodejs-server 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.
The MCP NLX Node.js Server is a Node.js server implementation for the Model Context Protocol (MCP) using the NLX framework, designed to handle tool requests and communicate with an NLX application via API calls.
The MCP NLX Node.js Server is a robust server implementation that leverages the NLX framework to facilitate communication between a Node.js server and an NLX application. It is designed to handle tool requests efficiently and provides a seamless integration with NLX applications through API calls. The server requires Node.js version 18 or later and npm for installation. It supports environment variables for configuration, ensuring secure and flexible deployment. The server is also equipped with automated release management using semantic-release, which streamlines the versioning and release process based on commit messages. This ensures that the server remains up-to-date with minimal manual intervention.
Features
- Node.js Server Implementation: Utilizes Node.js for efficient server operations.
- NLX Framework Integration: Seamlessly integrates with NLX applications via API calls.
- Environment Variable Configuration: Supports secure and flexible configuration through environment variables.
- Automated Release Management: Uses semantic-release for automated versioning and release processes.
- Troubleshooting Support: Provides guidance for common issues and linter errors.
Usages
usage with Claude Desktop
{ "mcpServers": { "nlx": { "command": "npx", "args": ["-y", "@nlxai/mcp-nodejs-server"], "env": { "NLX_API_KEY": "", "NLX_APP_URL": "" } } } }