Track how 350+ AI models mention your brand — manage projects, run scans, analyze results
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y @serpstat/llm-brand-monitor-mcp
MCP client config
{
"mcpServers": {
"llm-brand-monitor": {
"command": "npx",
"args": [
"-y",
"@serpstat/llm-brand-monitor-mcp"
]
}
}
}