LLM Brand Monitor
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 vars
LBM_API_KEYClaude Code
claude mcp add --env LBM_API_KEY= llm-brand-monitor -- npx @serpstat/llm-brand-monitor-mcp
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.