PluginBench
MCP Server
Active
MIT

io.github.marcosnovo/lexvibe MCP Server

io.github.marcosnovo/lexvibe

What is the io.github.marcosnovo/lexvibe MCP server?

One-step legal compliance for vibe-coded apps: privacy, terms, cookie banner and EU AI Act check.

How to install io.github.marcosnovo/lexvibe

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • LEXVIBE_APP_ID

    Your LexVibe app id (used in the installed snippet and API calls). Optional: if unset, tools ask for the id explicitly and warn about the placeholder.

  • LEXVIBE_API_URL

    Base URL of the LexVibe API. Only needed for self-hosting / development.

  • LEXVIBE_CDN_URL

    Base URL the widget script is served from. Only needed for self-hosting / development (defaults to the LexVibe CDN, or to LEXVIBE_API_URL when that is set).

  • LEXVIBE_EVENTS_URL

    Endpoint that receives anonymous tool-usage events (mcp_tool_call) for the Platform analytics. Defaults to the LexVibe events endpoint (or LEXVIBE_API_URL + /api/events when LEXVIBE_API_URL is set). Only needed for self-hosting.

  • LEXVIBE_TELEMETRY

    Set to 0/false/off to disable anonymous usage telemetry. DO_NOT_TRACK=1 is also honored.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "lexvibe": {
      "command": "npx",
      "args": [
        "-y",
        "@lexvibe/mcp"
      ],
      "env": {
        "LEXVIBE_APP_ID": "<YOUR_LEXVIBE_APP_ID>",
        "LEXVIBE_API_URL": "<YOUR_LEXVIBE_API_URL>",
        "LEXVIBE_CDN_URL": "<YOUR_LEXVIBE_CDN_URL>",
        "LEXVIBE_EVENTS_URL": "<YOUR_LEXVIBE_EVENTS_URL>",
        "LEXVIBE_TELEMETRY": "<YOUR_LEXVIBE_TELEMETRY>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "lexvibe": {
      "command": "npx",
      "args": [
        "-y",
        "@lexvibe/mcp"
      ],
      "env": {
        "LEXVIBE_APP_ID": "<YOUR_LEXVIBE_APP_ID>",
        "LEXVIBE_API_URL": "<YOUR_LEXVIBE_API_URL>",
        "LEXVIBE_CDN_URL": "<YOUR_LEXVIBE_CDN_URL>",
        "LEXVIBE_EVENTS_URL": "<YOUR_LEXVIBE_EVENTS_URL>",
        "LEXVIBE_TELEMETRY": "<YOUR_LEXVIBE_TELEMETRY>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "lexvibe": {
      "command": "npx",
      "args": [
        "-y",
        "@lexvibe/mcp"
      ],
      "env": {
        "LEXVIBE_APP_ID": "<YOUR_LEXVIBE_APP_ID>",
        "LEXVIBE_API_URL": "<YOUR_LEXVIBE_API_URL>",
        "LEXVIBE_CDN_URL": "<YOUR_LEXVIBE_CDN_URL>",
        "LEXVIBE_EVENTS_URL": "<YOUR_LEXVIBE_EVENTS_URL>",
        "LEXVIBE_TELEMETRY": "<YOUR_LEXVIBE_TELEMETRY>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "lexvibe": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@lexvibe/mcp"
      ],
      "env": {
        "LEXVIBE_APP_ID": "<YOUR_LEXVIBE_APP_ID>",
        "LEXVIBE_API_URL": "<YOUR_LEXVIBE_API_URL>",
        "LEXVIBE_CDN_URL": "<YOUR_LEXVIBE_CDN_URL>",
        "LEXVIBE_EVENTS_URL": "<YOUR_LEXVIBE_EVENTS_URL>",
        "LEXVIBE_TELEMETRY": "<YOUR_LEXVIBE_TELEMETRY>"
      }
    }
  }
}
Claude Code
claude mcp add lexvibe --env LEXVIBE_APP_ID=<YOUR_LEXVIBE_APP_ID> --env LEXVIBE_API_URL=<YOUR_LEXVIBE_API_URL> --env LEXVIBE_CDN_URL=<YOUR_LEXVIBE_CDN_URL> --env LEXVIBE_EVENTS_URL=<YOUR_LEXVIBE_EVENTS_URL> --env LEXVIBE_TELEMETRY=<YOUR_LEXVIBE_TELEMETRY> -- npx -y @lexvibe/mcp

Related MCP servers

Control a real Chrome browser to complete any task: fill forms, extract data, book flights.

110k
Python
MIT
View repository →

Live global intelligence: real-time markets, conflicts, country risk, chokepoints, energy. 39 tools.

83k
TypeScript
AGPL-3.0
View repository →

Netdata

Active

Real-time infrastructure monitoring with metrics, logs, alerts, and ML-based anomaly detection.

80k
Go
GPL-3.0
View repository →

Trending hip-hop artist momentum scores across four cultural dimensions.

79k
TypeScript
MIT
View repository →

AI orchestration with hive-mind swarms, neural networks, and 87 MCP tools for enterprise dev.

68k
TypeScript
MIT
View repository →

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →