mcpbeat Sign in

Visual Intent Layer MCP Server

by willa-code Your server? Claim it
local only

Visual Intent Layer runs on your own machine — the client starts it, so there is no endpoint to ping. 755 installs a week from npm. Last commit 20 Sep 2026.

Point at visible targets in an agent-built interface, and deliver grounded Annotations.

Installs per day peak 402 · avg 16
a month agotoday
755
Installs / week
npm · visual-intent-layer
0
Stars
0 open issues
20 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

What the code does

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

Runs an external command src/service/browser.ts:27
  return spawn(spec.command, spec.args, { stdio: 'ignore', detached: true });
Reads files and sends them to the network .agents/skills/verify-visual-intent-layer/bin/lever.mjs:11
  readdirSync,

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

Alternatives to Visual Intent Layer

same job, measured the same way
docbin
by docbin

Give an agent a place to put large output. Build logs and reports get a stable versioned URL.

3 tools answering
TaskMarket
by codecraft-ops

Discover funded agent work and prepare approval-gated TaskMarket delegations.

local only
Visibilityai
by thinksuitesolution-coder

Verified Indian business data and AI-visibility reports for MCP-compatible AI agents.

13 tools answering
Noisy Coding
by noisy

Voice interface for Claude Code: talk to your agent and it talks back while it works.

local only
JCGE Agent Interface
by equicirco

JCGE MCP server for CGE discovery, guidance, examples, solving, validation, and reporting.

local only
GAUNTLEX
by sanjoy1234

Concurrent Builder + Breaker agents generate code and adversarial tests at once, gated in CI.

64 installs/wk local only
Marmo UI
by mahmoudilyan

Live React design-system APIs, patterns, and code validation so AI agents build real UI, not slop.

14 tools answering
FairMind Project Context
by fairmind

Project memory for coding agents: requirements, decisions, code graph and delivery telemetry.

answering

Visual Intent Layer — questions

Answers built from our own checks of this server.

Why is there no uptime for Visual Intent Layer?
Visual Intent Layer 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 visual-intent-layer was installed 755 times last week.
How do I connect Visual Intent Layer?
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 visual-intent-layer straight from npm; nothing to host, nothing to sign up for.
How many people use Visual Intent Layer?
The npm package visual-intent-layer was installed 755 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 Visual Intent Layer open source?
Yes — it is published under the Apache-2.0 licence, written in TypeScript and 0 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.