MCP NLX Node.js Server
@nlxai
关于 MCP NLX Node.js Server
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"nlx": {
"command": "npx",
"args": [
"-y",
"@nlxai/mcp-nodejs-server"
],
"env": {
"NLX_API_KEY": "",
"NLX_APP_URL": ""
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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.
其他 分类下的更多 MCP 服务器
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Codelf
unbugA search tool helps dev to solve the naming things problem.
评论