mcp
by yandex-cloud·★ 30·Score 44
A collection of MCP servers for managing Yandex Cloud infrastructure including deployment, serverless, and data platform services.
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:
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_functionCreate a new serverless function in Yandex Cloud
deploy_functionDeploy a serverless function to Yandex Cloud
create_containerDeploy a new serverless container in Yandex Cloud
create_triggerCreate an event-driven trigger for serverless functions or containers
create_workflowCreate a serverless workflow with YAML specifications
search_documentationSearch Yandex Cloud documentation in real-time
web_searchSearch the web using Yandex Search
create_deploymentDeploy a simple application with Compute, VPC, IAM, and Storage
search_tablesSearch for tables and views in the data catalog
create_api_gatewayCreate and manage API gateways with OpenAPI specs
create_mcp_gatewayConfigure MCP gateways that invoke functions, containers, and workflows
create_serverless_containerDeploy 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
Installation
Installation
Choose one of the following authentication methods:
NPM Client (Stdio)
- Install Node.js 18.0.0 or higher
- Install Yandex Cloud CLI (optional, for CLI authentication)
- 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
- 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
- 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
Last updated · Auto-generated from public README + GitHub signals.