LLM Pulse for Claude Desktop
io.github.llm-pulse/llmpulse-mcp
AI visibility analytics for brand mentions, citations, sentiment, and GEO reports
client:Claude Desktop
transport:streamable-http
Install LLM Pulse in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"llmpulse-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.llmpulse.ai/api/v1/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs