
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
@avavilov/yandex-browser-control
Advanced tools
An MCP server for controlling Yandex Browser. You can connect it to Claude Desktop (or any MCP-capable host) to manage tabs, windows, and navigation.
To use as an npm package:
npm install @avavilov/yandex-browser-control
Or use as a Claude Desktop MCP server:
npm run dev in this repository directorynode dist/index.js in this repository directoryOnce connected, you can control Yandex Browser directly through Claude Desktop.
logging to file: /var/folders/…/yandex-browser-control.log.12345
You can control verbosity with the LOG_LEVEL env variable (default: info).
See contributing.md for development, build, and code quality instructions.
src/ — TypeScript source code for the server.dist/ — Compiled JavaScript output (generated on build).src/tools/ — MCP tools, one directory per tool with an index.ts that exports metadata, input schema (when needed), handler, and types.src/tools/<tool-name>/index.ts and should export:
name and description stringsinputSchema (Zod raw shape) when the tool takes parameters; omit inputSchema entirely for no-arg toolshandler function returning { content: [{ type: 'text', text: string }] } or structured contenttypes (e.g., Input, Output)src/tools/index.ts via registerTools(server), which is invoked from src/index.ts.MIT
FAQs
Control Yandex browser tabs, windows, and navigation
We found that @avavilov/yandex-browser-control demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.