MCP Catalogs
Home

mcp

by yandex-cloud·30·Score 44

A collection of MCP servers for managing Yandex Cloud infrastructure including deployment, serverless, and data platform services.

ops-infradeveloper-toolscloud-storage
1
Forks
1
Open issues
1 mo ago
Last commit
2d ago
Indexed

Overview

The Yandex Cloud MCP Servers project provides a comprehensive set of Model Context Protocol servers that enable AI assistants to interact with various Yandex Cloud services. The servers are organized into categories including deployment tools, search and knowledge resources, serverless computing services, and data platform utilities. Each server implements the MCP protocol to expose specific cloud management capabilities through standardized tool interfaces, allowing users to manage infrastructure through conversational AI interfaces.

Try asking AI

After installing, here are 7 things you can ask your AI assistant:

you:Managing Yandex Cloud infrastructure through conversational AI interfaces
you:Automating cloud deployments and configurations using AI assistants
you:Searching and accessing Yandex Cloud documentation and web resources
you:Developing and deploying serverless applications with AI guidance
you:How do I authenticate with Yandex Cloud MCP servers?
you:Do I need to install Yandex Cloud CLI to use these servers?
you:How many MCP servers are included in this project?

When to choose this

Choose these servers if you're already using Yandex Cloud and want to integrate its services directly into AI workflows or manage cloud infrastructure through natural language interfaces.

When NOT to choose this

Avoid these servers if you need multi-cloud support or are locked into competing cloud providers, as this solution is vendor-specific to Yandex Cloud with limited interoperability.

Tools this server exposes

12 tools extracted from the README (low confidence)
  • create_function

    Create a new serverless function in Yandex Cloud

  • deploy_function

    Deploy a serverless function to Yandex Cloud

  • create_container

    Deploy a new serverless container in Yandex Cloud

  • create_trigger

    Create an event-driven trigger for serverless functions or containers

  • create_workflow

    Create a serverless workflow with YAML specifications

  • search_documentation

    Search Yandex Cloud documentation in real-time

  • web_search

    Search the web using Yandex Search

  • create_deployment

    Deploy a simple application with Compute, VPC, IAM, and Storage

  • search_tables

    Search for tables and views in the data catalog

  • create_api_gateway

    Create and manage API gateways with OpenAPI specs

  • create_mcp_gateway

    Configure MCP gateways that invoke functions, containers, and workflows

  • create_serverless_container

    Deploy a containerized application with revision management

Note: Inferred from server descriptions as the actual tool names are not explicitly listed in the main README. Each server's specific documentation would have the exact tool names and signatures.

Comparable tools

aws-mcpgcp-mcpazure-openai-toolsterraform-mcp

Installation

Installation

Choose one of the following authentication methods:

NPM Client (Stdio)

  1. Install Node.js 18.0.0 or higher
  2. Install Yandex Cloud CLI (optional, for CLI authentication)
  3. Configure your MCP client (e.g. Claude Desktop):
{
  "mcpServers": {
    "yandex-cloud-toolkit": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y", "@yandex-cloud/mcp",
        "-s", "toolkit"
      ]
    }
  }
}

Streamable HTTP

  1. Get an IAM token using Yandex Cloud CLI:

- yc iam create-token for user account - yc iam create-token --impersonate-service-account-id <service-account-id> for service account

  1. Configure your MCP client:
{
  "mcpServers": {
    "yandex-cloud-toolkit": {
      "type": "streamableHttp",
      "url": "https://toolkit.mcp.cloud.yandex.net/mcp",
      "headers": {
        "Authorization": "Bearer <YC IAM Token>"
      }
    }
  }
}

FAQ

How do I authenticate with Yandex Cloud MCP servers?
You can authenticate either via OAuth (browser-based) using the NPM client or by using an IAM token with the Streamable HTTP method. The OAuth method is recommended and doesn't require additional installation.
Do I need to install Yandex Cloud CLI to use these servers?
No, the CLI is optional. It's only required if you choose to authenticate using the CLI method or if you need to obtain an IAM token for the HTTP authentication method.
How many MCP servers are included in this project?
There are currently 10 specialized MCP servers covering deployment, search & knowledge, serverless (6 different services), and data platform categories.

Compare mcp with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.