mcpbeat Sign in

Anylens MCP Server

local only

Anylens runs on your own machine — the client starts it, so there is no endpoint to ping. 75 installs a week from npm. Last commit 7 Aug 2026.

Turn videos, PDFs, screenshots, and articles into anchored, cached understanding for agents.

Installs per day peak 371 · avg 14
a month agotoday
75
Installs / week
npm · anylens
0
Stars
0 open issues
7 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 12 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 bin/anylens.ts:27, src/understand/designMeasure.ts:104, src/understand/productionMeasure.ts:112 и ещё 5
  spawn(opener, [file], { detached: true, stdio: 'ignore' }).unref();
Builds a file path from a variable src/ingest/video.ts:90, src/understand/captions.ts:63, [пакет] src/understand/captions.ts:63 и ещё 1
  const srcPath = path.join(dir, produced);
  const chunks = (await fs.readdir(dir)).filter((f) => f.startsWith('chunk-')).sort();

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

Alternatives to Anylens

same job, measured the same way
Pagebolt
by custodia-admin

Screenshots, PDFs, OG images, page inspection, and narrated video recording for Claude and Cursor.

164 installs/wk local only
ocular
by xyun1996

Vision tools for coding agents: screenshots, OCR, UI diffs, errors, tables, and charts.

42 installs/wk local only
Visily UI Design
by visily-app

UI design from prompts, screenshots, and URLs for AI coding agents and theme tokens.

answering
Snapforge
by snapforge

Screenshots, PDFs and Markdown from any URL or HTML for AI agents, via the SnapForge API

57 installs/wk 4 tools answering
One Shot UI
by tn0123

Deterministic UI extraction and screenshot diffing for AI coding agents.

91 installs/wk local only
Can See
by hurleysk

Let AI agents see and interact with terminal/CLI apps via PNG screenshots

153 installs/wk local only
Docapi
by doc-api-llc

Generate PDFs, screenshots, and documents via any MCP-compatible AI agent.

66 installs/wk local only
MCP Screenshot
by digital-defiance

Screenshot capture with PII masking and cross-platform support for AI agents

94 installs/wk local only

Anylens — questions

Answers built from our own checks of this server.

Why is there no uptime for Anylens?
Anylens 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 anylens was installed 75 times last week.
How do I connect Anylens?
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 anylens straight from npm; nothing to host, nothing to sign up for.
How many people use Anylens?
The npm package anylens was installed 75 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 Anylens open source?
Yes — it is published under the MIT 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.