Odel
Logly

Logly

Local
@logly-uk2JavaScriptMITUpdated 3mo ago

Query your Logly web analytics — traffic, funnels and real-time visitors — from any MCP client.

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).

npm@logly-uk/mcpv1.0.2

Run

npx -y @logly-uk/mcp

MCP client config

{
  "mcpServers": {
    "logly": {
      "command": "npx",
      "args": [
        "-y",
        "@logly-uk/mcp"
      ]
    }
  }
}