← Back to browse

LLM Brand Monitor

Indexed by io.github.SerpstatGlobal

About

Track how 350+ AI models mention your brand — manage projects, run scans, analyze results

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsLBM_API_KEY
Claude Code
claude mcp add --env LBM_API_KEY= llm-brand-monitor -- npx @serpstat/llm-brand-monitor-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"llm-brand-monitor","command":"npx","args":["@serpstat/llm-brand-monitor-mcp"],"env":{"LBM_API_KEY":""}}'
JSON
{
  "mcpServers": {
    "llm-brand-monitor": {
      "command": "npx",
      "args": [
        "@serpstat/llm-brand-monitor-mcp"
      ],
      "env": {
        "LBM_API_KEY": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.