MCP.so
ログイン

MCP NLX Node.js Server

@nlxai

MCP NLX Node.js Server について

概要はまだありません

基本情報

カテゴリ

その他

ライセンス

MIT

ランタイム

node

トランスポート

stdio

公開者

nlxai

設定

以下の設定を使って、このサーバーを 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.

コメント

「その他」の他のコンテンツ