mcpbeat Sign in

Vidlens MCP Server

by thatsrajan Your server? Claim it
local only

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

Video as a queryable local asset for AI agents — 47 tools for YouTube, social, and local media.

Installs per day peak 266 · avg 60 · -61% w/w
a month agotoday
162
Installs / week
npm · vidlens-mcp
35
Stars
0 open issues
22 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

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.

Runs a command on install [пакет] package.json:1
postinstall: node -e "console.log('\nVidLens MCP installed. Run: npx vidlens-mcp setup. Start the server with: npx vidlens-mcp serve. Docs: https://github.com/thatsrajan/vidlens-mcp\n')"
    const child = spawn(command, args, { stdio: "ignore", detached: false });

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

This one needs environment variables set before it will start: YOUTUBE_API_KEY (YouTube Data API v3 key (optional — works without it via fallback scraping)), GEMINI_API_KEY (Google Gemini API key for AI-powered visual descriptions (optional)), OPENAI_API_KEY (OpenAI API key for optional speech-to-text transcription of imported non-YouTube sources), SCRAPECREATORS_API_KEY (ScrapeCreators API key for optional social trend search across TikTok, Instagram, Threads, Pinterest, Reddit, and supported endpoints), BRAVE_API_KEY (Brave Search API key for optional social/generic video URL discovery). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Vidlens MCP

same job, measured the same way
Postfast MCP
by peturgeorgievv-factory

MCP server for the PostFast API — schedule and manage social media posts via AI tools

395 installs/wk local only
SocialGPT
by scrollmark

Social media analytics, video analysis, and competitor intel for any MCP-compatible AI agent.

answering
Qpost MCP
by arslan2012

MCP server for QPost — lets AI agents publish video and image posts to YouTube, TikTok, Instagram.

34 installs/wk answering
I
Soclip
by huangyunbin

Social video URL to direct media links & metadata (TikTok, YouTube, Instagram, X) for AI workflows.

27 installs/wk local only
Post Bridge
by jackfriks

Schedule and publish social media posts to 10 platforms from your AI agent

answering
Mysocial
by mysocial

Social media MCP server: your Instagram, TikTok, YouTube, LinkedIn and Threads history for your AI.

245 installs/wk answering
Watch CLI
by sonpiaz

Hand any social video to your AI agent — frames + transcript bundled. MCP server for watch-cli.

52 installs/wk local only
Vidlens MCP
by rajanrengasamy

YouTube intelligence layer for AI agents. 41 tools, 10 modules, zero config.

local only

Vidlens MCP — questions

Answers built from our own checks of this server.

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