Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Lenx Server

FreeNot checked

Bridges AI agents to the Lenx.ai social media monitoring API, enabling task management like listing, creating, and exporting monitoring data.

GitHubEmbed

About

Bridges AI agents to the Lenx.ai social media monitoring API, enabling task management like listing, creating, and exporting monitoring data.

README

MCP server bridging AI agents to the Lenx.ai social media monitoring API.

Installation

Run directly via npx (no local installation required):

npx @fastaai/lenx-mcp

Or install globally:

npm install -g @fastaai/lenx-mcp
lenx-mcp

Configuration

The server requires two environment variables:

Variable Required Description
LENX_API_KEY Yes Your Lenx API key
LENX_USER_ID Yes Your Lenx user ID
LENX_BASE_URL No API base URL (default: https://open.lenx.ai)

Claude Code

Add to your Claude Code MCP configuration:

{
  "mcpServers": {
    "lenx": {
      "command": "npx",
      "args": ["-y", "@fastaai/lenx-mcp"],
      "env": {
        "LENX_API_KEY": "your-api-key",
        "LENX_USER_ID": "your-user-id",
        "LENX_BASE_URL": "https://open.lenx.ai"
      }
    }
  }
}

OpenCode

Add to your ~/.config/opencode/opencode.json:

{
  "mcpServers": {
    "lenx": {
      "command": "npx",
      "args": ["-y", "@fastaai/lenx-mcp"],
      "env": {
        "LENX_API_KEY": "your-api-key",
        "LENX_USER_ID": "your-user-id"
      }
    }
  }
}

Available Tools

Tool Description
lenx_list_tasks List monitoring tasks with pagination
lenx_get_task Get task details by ID
lenx_create_task Create a new live or adhoc task
lenx_update_task Update task name and/or search query
lenx_delete_task Delete a monitoring task
lenx_get_task_data Get paginated post data for a task
lenx_export_task_data Request CSV/XLSX export via email

Development

# Install dependencies
npm install

# Run tests
npm test

# Build
npm run build

# Watch mode
npm run watch

License

MIT

from github.com/ThinkCol/lenx-mcp

Install Lenx Server in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install lenx-mcp-server

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add lenx-mcp-server -- npx -y @fastaai/lenx-mcp

FAQ

Is Lenx Server MCP free?

Yes, Lenx Server MCP is free — one-click install via Unyly at no cost.

Does Lenx Server need an API key?

No, Lenx Server runs without API keys or environment variables.

Is Lenx Server hosted or self-hosted?

A hosted option is available: Unyly runs the server in the cloud, no local setup required.

How do I install Lenx Server in Claude Desktop, Claude Code or Cursor?

Open Lenx Server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Lenx Server with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All media MCPs