mcpbeat Sign in

Logly MCP Server

local only

Logly runs on your own machine — the client starts it, so there is no endpoint to ping. 23 installs a week from npm. Last commit 18 May 2026.

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

Installs per day peak 13 · avg 4 · +108% w/w
a month agotoday
23
Installs / week
npm · @logly-uk/mcp
2
Stars
0 open issues
18 May 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check Logly every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add logly-mcp -- npx -y @logly-uk/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "logly-mcp": {
      "args": [
        "-y",
        "@logly-uk/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.logly-mcp]
command = "npx"
args = ["-y", "@logly-uk/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "logly-mcp": {
      "args": [
        "-y",
        "@logly-uk/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "logly-mcp": {
      "args": [
        "-y",
        "@logly-uk/mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: LOGLY_API_KEY (Your Logly API key — create one in Settings → API keys.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Logly

same job, measured the same way
Analytics
by zenovay

Real-time web analytics for AI agents: query traffic, funnels, revenue, and manage your sites.

answering
Betterlytics
by betterlytics

Query your Betterlytics web analytics from AI agents: traffic, funnels, journeys, errors, uptime.

answering
DevDome Analytics
by devdome

Website traffic, bot reports, realtime visitors and site health for your DevDome sites

10 tools answering
Parse.ly MCP
by parsely-dash

Query your Parse.ly content analytics: top content, referrers, campaigns, trends and real-time data.

answering
Plausible Analytics
by usefulapi

Query site stats, realtime visitors, breakdowns and goals from Plausible Analytics.

8 tools answering
Clamp Analytics
by clamp

Clamp Analytics MCP server: traffic, revenue, funnels, cohorts, errors, and search, for AI agents.

answering
Lodd MCP Server
by hholen

Headless web analytics for AI agents. 42 MCP tools for traffic, events, funnels.

64 installs/wk local only
Convalytics
by dan-cleary

Read-only analytics for Convex apps, queryable via MCP from Claude, Cursor, and other clients.

15 tools answering

Logly — questions

Answers built from our own checks of this server.

Why is there no uptime for Logly?
Logly runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @logly-uk/mcp was installed 23 times last week.
How do I connect Logly?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @logly-uk/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Logly?
The npm package @logly-uk/mcp was installed 23 times in the last week. Week over week that is +108%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Logly open source?
Yes — it is published under the MIT licence, written in JavaScript and 2 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.