MCP NLX Node.js Server
@nlxai
About MCP NLX Node.js Server
No overview available yet
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"nlx": {
"command": "npx",
"args": [
"-y",
"@nlxai/mcp-nodejs-server"
],
"env": {
"NLX_API_KEY": "",
"NLX_APP_URL": ""
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is MCP NLX Node.js Server?
MCP NLX Node.js Server is a Node.js implementation of the Model Context Protocol (MCP) using the NLX framework. It handles tool requests and communicates with an NLX application via API calls.
How to use MCP NLX Node.js Server?
Install dependencies with npm install, set the NLX_APP_URL and NLX_API_KEY environment variables, then start the server with npm run start. For Claude Desktop, add the provided JSON configuration to claude_desktop_config.json.
Key features of MCP NLX Node.js Server
- Implements Model Context Protocol (MCP) server via NLX framework
- Communicates with NLX application through API calls
- Uses standard input/output transport for MCP
- Supports Claude Desktop integration
- Requires Node.js version 18 or later
- Uses semantic-release for automated versioning
Use cases of MCP NLX Node.js Server
- Connect NLX applications to MCP‑compatible AI assistants like Claude Desktop
- Expose NLX application functionality as tools for large language models
FAQ from MCP NLX Node.js Server
What are the system requirements?
Node.js version 18 or later and npm are required.
How do I configure the server for Claude Desktop?
Open ~/Library/Application\ Support/Claude/claude_desktop_config.json and add the NLX server configuration block with npx, @nlxai/mcp-nodejs-server, and the environment variables NLX_API_KEY and NLX_APP_URL.
What environment variables must be set?
NLX_APP_URL (the base URL of your NLX application) and NLX_API_KEY (the API key for authentication).
How do I run the server?
Navigate to the project directory and execute npm run start. The server listens via standard input/output.
What are common issues?
Module not found errors (ensure dependencies are installed) and incorrect or missing environment variables.
More Other MCP servers
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Comments