MCP ExplorerExplorer

Volcengine Mcp Server

@goofunon 9 months ago
1 MIT
FreeCommunity
AI Systems
Volcegine MCP Server

Overview

What is Volcengine Mcp Server

Volcengine MCP Server is a middleware component that facilitates the integration of Volcengine services with various agents, such as Claude, using NodeJS.

Use cases

Use cases for Volcengine MCP Server include managing user accounts through the IAM service, automating cloud resource management, and integrating Volcengine services into custom applications.

How to use

To use Volcengine MCP Server, obtain your AccessKey from Volcengine and configure your config.json file with the necessary service details, including service name, version, action, access key, and secret key.

Key features

Key features of Volcengine MCP Server include seamless integration with Volcengine services, support for multiple service actions, and the ability to configure various parameters through a JSON configuration file.

Where to use

Volcengine MCP Server can be used in cloud computing environments, application development, and any scenario where integration with Volcengine services is required.

Content

Volcengine MCP Server

中文文档

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>"
      }
    }
  }
}

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers