New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@yandex-cloud/mcp

Package Overview
Dependencies
Maintainers
7
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@yandex-cloud/mcp

MCP client for Yandex Cloud servers

latest
npmnpm
Version
0.1.2
Version published
Weekly downloads
56
9.8%
Maintainers
7
Weekly downloads
 
Created
Source

Yandex Cloud MCP Client

MCP stdio server for Yandex Cloud with automatic authentication.

Usage

npx @yandex-cloud/mcp [arguments]

Required Arguments

  • -s, --server - Remote MCP server name (e.g., toolkit, search, functions)

Optional Arguments

  • -p, --profile - Yandex Cloud CLI profile; if not set, the active one is used
  • --no-auth - Flag to make non-authenticated MCP tool calls
  • -H, --header <Key>:<Value> - Additional header for each MCP tool call; format: 'Key:Value'; can be specified multiple times

Examples

# Connect to toolkit server with default authentication
npx @yandex-cloud/mcp -s toolkit

# Connect to docs server without authentication
npx @yandex-cloud/mcp -s docs --no-auth

# Use specific YC CLI profile
npx @yandex-cloud/mcp -s functions -p testing

# Add custom headers
npx @yandex-cloud/mcp -s toolkit -H Folder-Id:<YC Folder ID>

Prerequisites

  • Node.js 18.0.0 or higher
  • Yandex Cloud CLI (for automatic authentication, unless using --no-auth). Installation instructions: https://cloud.yandex.com/en/docs/cli/quickstart.

Supported Platforms

  • Linux x64
  • Linux ARM64
  • macOS Intel (x64)
  • macOS Apple Silicon (ARM64)
  • Windows x64
  • Windows ARM64

License

Apache-2.0

Keywords

yandex-cloud

FAQs

Package last updated on 19 Mar 2026

Did you know?

Socket

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.

Install

Related posts