Logly MCP Server

Query your Logly web analytics from Claude, Cursor, or any Model Context Protocol client. Its README documents 8 tools, including logly_list_sites, logly_stats, logly_breakdown. It runs locally over stdio via the published package.

People connecting data & analytics tools to Claude, Cursor, VS Code, or another MCP client. The project is written in JavaScript.

VERIFIED ACTIVE

LAST COMMIT 2026-05-18 · ★ 2 · #58 OF 75 MAINTAINED DATA & ANALYTICS · VERIFIED 2026-08-25

MIT · JavaScript servers · how we verify → /methodology

01 · Install Logly

before you install - you'll need

LOGLY_API_KEY

Environment variables documented in the project's README - it lists which are required and which have defaults.

Claude Code

claude mcp add logly-uk-logly-mcp -- npx -y @logly-uk/mcp

Claude Desktop / Cursor / VS Code - add to config

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

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package @logly-uk/mcp - published under the repo owner's npm scope (@logly-uk)

registry namespace io.github.logly-uk is GitHub-verified and matches the repo owner

03 · What Logly can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can list every site in your account with its site ID - start here, and list a site's conversion funnels and their steps.

The 8 tools it gives your agent

Extracted from the project's README - what Logly lets an agent do.

logly_list_sites
- List every site in your account with its site ID - start here.
logly_stats
- Pageviews, sessions, visitors, bounce rate, avg duration, daily series, previous-period comparison.
logly_breakdown
- Top pages, referrers, countries and device/browser split.
logly_realtime
- Visitors active right now.
logly_events
- Custom event counts.
logly_funnels
- List a site's conversion funnels and their steps.
logly_funnel_results
- Completion counts and drop-off per funnel step.
logly_install_snippet
- The tag to add Logly to a site's .

Latest releases

v1.0.2 · 2026-05-18

04 · Who maintains Logly

Logly is maintained by logly-uk. It's the only MCP server we track from this author; the repo dates to May 2026.

05 · Facts

category
data & analytics - ranked #58 of 75 actively-maintained data & analytics servers as of 2026-08-25.
registry
io.github.logly-uk/logly-mcp (active, first published 2026-05-18)
packages
npm:@logly-uk/mcp

06 · Logly FAQ

Is Logly still maintained?

Yes - as of 2026-08-25, its last commit was 2026-05-18. We re-verify nightly.

What can Logly do?

With this server connected, an agent can list every site in your account with its site ID - start here, and list a site's conversion funnels and their steps.

How do I install Logly?

Run `npx -y @logly-uk/mcp`. The README documents one environment variable (LOGLY_API_KEY) to set first. You can also paste the ready-made client config above.

Does Logly run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Logly