mcpbeat Sign in

Uisight MCP Server

by yusufcemres Your server? Claim it
local only

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

Your AI sees the screen but can't measure it — measured web UI findings, shared live sessions

Installs per day peak 126 · avg 4
a month agotoday
547
Installs / week
npm · uisight
127
Stars
0 open issues
16 Sep 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

What the code does

We read the source, 21 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.

    serverProcess = spawn(nodeCommand, args, { cwd, windowsHide: true, shell: true });
Reads files and sends them to the network src/server.mjs:22, [пакет] src/server.mjs:22
import { mkdirSync, writeFileSync, readdirSync, readFileSync, renameSync } from 'node:fs';

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

This one needs environment variables set before it will start: UISIGHT_URL (Initial target URL for the live sessions (default: http://localhost:3000)), UISIGHT_PORT (Panel server port (default: derived from the project's working directory, so parallel projects get separate panels)), UISIGHT_LANG (Set to 'tr' for Turkish tool names). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Uisight

same job, measured the same way
Aso Audit MCP
by forgemeshlabs

ASO Scanner — the free Agent Readiness scanner as an MCP server. Measures your ASO Score (Agent.

46 installs/wk local only
Agent Readiness MCP
by forgemeshlabs

Agent Readiness MCP — the free Agent Readiness scanner as an MCP server. Measures your ASO Score.

43 installs/wk local only
Aso Score MCP
by forgemeshlabs

ASO Score MCP — the free ASO Score scanner as an MCP server. Measures your ASO Score (Agent.

48 installs/wk local only
Reef
by reefwith

Shared, living memory for you and your people — coves your AI assistant can read and write.

answering
Pageree
by pageree

Build, publish, capture leads from, measure and improve landing pages from your AI assistant.

answering
Lotor
by githubscum

A local receipt and approval gate for AI agent sessions. The agent can act, but it cannot sign.

39 installs/wk local only
Conkurrence
by alligatorc0der

Measure whether your AI agrees with itself using statistical consensus metrics.

44 installs/wk local only
DABLOCK AI Visibility Index
by dablock

Measured share of answer for 24 crypto and Web3 brands. An open dataset, not an audit of your site.

5 tools answering

Uisight — questions

Answers built from our own checks of this server.

Why is there no uptime for Uisight?
Uisight 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 uisight was installed 547 times last week.
How do I connect Uisight?
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 uisight straight from npm; nothing to host, nothing to sign up for.
How many people use Uisight?
The npm package uisight was installed 547 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Uisight open source?
Yes — it is published under the MIT licence, written in JavaScript and 127 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.