- Explore MCP Servers
- volcengine-mcp-server
Volcengine Mcp Server
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.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
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.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
Volcengine MCP Server
MCP Server for the Volcengine services.
Tools
Supply OpenAPI from Volcengine as MCP Tools.
Setup
- 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>"
}
}
}
}
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










