mcpbeat Sign in

Smolanalytics MCP Server

by arjun0606 Your server? Claim it
local only

Smolanalytics runs on your own machine — the client starts it, so there is no endpoint to ping. 166 installs a week from npm. Last commit 9 Sep 2026.

End-to-end tests from one sentence: an agent drives a real browser, and passing runs replay free.

Installs per day peak 631 · avg 113 · -11% w/w
a month agotoday
166
Installs / week
npm · smolanalytics
3
Stars
4 open issues
9 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Go

What the code does

We read the source, 20 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] bin/smolanalytics.mjs:1
этот файл ставится пользователю, но в репозитории его нет
    return filepath.Join(l.dir, clean), nil
Touches key and credential files internal/aicrawl/aicrawl.go:577
        "/phpmyadmin", "/.well-known/security", "/config.json", "/credentials", "/id_rsa",
Touches key and credential files internal/aicrawl/aicrawl.go:577
        "/phpmyadmin", "/.well-known/security", "/config.json", "/credentials", "/id_rsa",
    return h == "hooks.slack.com"

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 smolanalytics -- npx -y smolanalytics
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "smolanalytics": {
      "args": [
        "-y",
        "smolanalytics"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.smolanalytics]
command = "npx"
args = ["-y", "smolanalytics"]
.cursor/mcp.json
{
  "mcpServers": {
    "smolanalytics": {
      "args": [
        "-y",
        "smolanalytics"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "smolanalytics": {
      "args": [
        "-y",
        "smolanalytics"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: ANTHROPIC_API_KEY (Your own Claude key. run_tests needs it for a test with no recording yet; a replay needs none.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Smolanalytics

same job, measured the same way
MCP Browser
by brainfuel

Native macOS browser exposing an MCP server so AI agents can drive a real WKWebView.

local only
AIHawk
by feder-cr

AI browser agent: browses, clicks, types, and reads real web pages from plain-English instructions.

local only
Maxoperf
by maxoperf

Load & browser performance testing — drive MaxoPerf from your AI agent with your API key.

answering
Browserbash
by pramoddutta

Plain-English browser tests for AI agents: real Chrome, deterministic verdicts. Free, no API keys.

95 installs/wk local only
Agent360 Browser MCP
by agent360dk

Drive your real, logged-in Chrome from any AI agent - 40 tools. Needs our Chrome extension too.

1 456 installs/wk local only
Gateway
by wingmanprotocol-agent

Durable self for AI agents: one-call resume, memory, real browser, free chat + hire real humans.

57 tools answering
UI Debugger MCP
by developerz-ai

Autonomous UI debugging MCP server: an agent drives the browser/desktop, reports bugs + UX issues.

83 installs/wk local only
tmodloader-mcp
by musharna

Drive a running tModLoader (Terraria) instance from an agent: launch, query, screenshot, read state.

local only

Smolanalytics — questions

Answers built from our own checks of this server.

Why is there no uptime for Smolanalytics?
Smolanalytics 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 smolanalytics was installed 166 times last week.
How do I connect Smolanalytics?
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 smolanalytics straight from npm; nothing to host, nothing to sign up for.
How many people use Smolanalytics?
The npm package smolanalytics was installed 166 times in the last week. Week over week that is -11%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Smolanalytics open source?
Yes — it is published under the MIT licence, written in Go, 3 stars on GitHub and 4 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.