Volcengine Server
FreeNot checkedMCP server that exposes Volcengine OpenAPI as tools, enabling AI agents to interact with Volcengine services like IAM.
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
- 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>"
}
}
}
}
Install Volcengine Server in Claude Desktop, Claude Code & Cursor
unyly install volcengine-mcp-serverInstalls 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-serverFAQ
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
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzCompare 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
