Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Volcengine Server

FreeNot checked

MCP server that exposes Volcengine OpenAPI as tools, enabling AI agents to interact with Volcengine services like IAM.

GitHubEmbed

About

MCP server that exposes Volcengine OpenAPI as tools, enabling AI agents to interact with Volcengine services like IAM.

README

中文文档

MCP Server for the Volcengine services.

Tools

Supply OpenAPI from Volcengine as MCP Tools.

Setup

  1. Get your AccessKey from Volcengine

Integrate Volcengine Services with Claude or other Agents using NodeJS

Add the following to your config.json:

{
  "mcpServers": {
    "volcengine": {
      "command": "npx",
      "args": ["-y", "volcengine-mcp-server"],
      "env": {
        "VOLC_SERVICE": "<use which service>",
        "VOLC_VERSION": "<use which version of service>",
        "VOLC_ACTION": "<use which action of version>",
        "VOLC_ACCESSKEY": "<your access key>",
        "VOLC_SECRETKEY": "<your secret key>"
      }
    }
  }
}

Example for IAM service

{
  "mcpServers": {
    "volcengine-iam": {
      "command": "npx",
      "args": ["-y", "volcengine-mcp-server"],
      "env": {
        "VOLC_SERVICE": "iam",
        "VOLC_VERSION": "2018-01-01",
        "VOLC_ACTION": "GetUser,ListUsers",
        "VOLC_ACCESSKEY": "<your access key>",
        "VOLC_SECRETKEY": "<your secret key>"
      }
    }
  }
}

from github.com/goofun/volcengine-mcp-server

Install Volcengine Server in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install volcengine-mcp-server

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add volcengine-mcp-server -- npx -y volcengine-mcp-server

FAQ

Is Volcengine Server MCP free?

Yes, Volcengine Server MCP is free — one-click install via Unyly at no cost.

Does Volcengine Server need an API key?

No, Volcengine Server runs without API keys or environment variables.

Is Volcengine Server hosted or self-hosted?

A hosted option is available: Unyly runs the server in the cloud, no local setup required.

How do I install Volcengine Server in Claude Desktop, Claude Code or Cursor?

Open Volcengine Server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Volcengine Server with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All ai MCPs