mcp
Volcengine MCP Servers
claude mcp add --transport stdio volcengine-mcp-server docker run -i volcengine/mcp-server:latest \ --env MCP_LOG_LEVEL="info" \ --env MCP_MARKETPLACE_URL="https://www.volcengine.com/mcp-marketplace"
How to use
This MCP server acts as a centralized marketplace and execution hub for Volcengine MCP-compatible tools and services. It aggregates a wide range of ecosystem resources—from database, storage, and cloud services to middleware, data stores, and developer tooling—so you can explore, compare, and invoke capabilities through natural language prompts. As a user, you can browse the available MCP services, review their input requirements and outputs, and obtain a unique URL or code snippet for integration in your preferred MCP Client. The server orchestrates tools across different platforms (e.g., Volcengine Ark offerings, Trae, Cursor, Python-based experiences) to help you prototype and deploy AI-powered workflows quickly. Use the built-in tools and templates to test capabilities, then plug them into your applications via the MCP Client you choose.
How to install
Prerequisites:
- Docker installed on your machine or server with access to the internet
- Basic familiarity with MCP Clients and the MCP protocol
Steps:
-
Install Docker if not already installed
- Windows/macOS: install Docker Desktop from https://www.docker.com/products/docker-desktop
- Linux: follow your distribution's instructions to install docker
-
Run the MCP Server
- Pull and run the official Volcengine MCP Server image docker pull volcengine/mcp-server:latest docker run -it --rm -p 8000:8000 volcengine/mcp-server:latest
-
Confirm the server is running
- Open http://localhost:8000 (or the port you mapped) to verify the MCP Server UI or health endpoint
-
Connect an MCP Client
- In your MCP Client, point to the server URL (e.g., http://localhost:8000) and authenticate if required
- Browse the MCP Server marketplace, select a server tool, and install/initialize via the client using the provided URL or JSON payload
-
Optional configurations
- Set environment variables for marketplace URL, log level, and any required credentials in your deployment environment as needed
- Adjust the container run options to run in local or remote deployment modes as per your infrastructure
Additional notes
Tips and common issues:
- Ensure network access to the MCP Marketplace and any linked cloud services required by a tool
- If a tool requires authentication, configure API keys or OAuth tokens in the MCP Client or as environment variables in the container
- Use MCP_LOG_LEVEL to control verbosity for troubleshooting (e.g., debug during setup)
- When migrating from another MCP server, verify tool compatibility and input/output schemas as tools may have versioned prompts
- For large tool ecosystems, consider running the MCP Server in a dedicated environment (e.g., orchestration platform) to manage scale and reliability
- If you encounter import or command execution errors, check that the container has the necessary permissions and that external services are reachable from the running environment
Related MCP Servers
mcp-vegalite
MCP server from isaacwasserman/mcp-vegalite-server
github-chat
A Model Context Protocol (MCP) for analyzing and querying GitHub repositories using the GitHub Chat API.
nautex
MCP server for guiding Coding Agents via end-to-end requirements to implementation plan pipeline
pagerduty
PagerDuty's official local MCP (Model Context Protocol) server which provides tools to interact with your PagerDuty account directly from your MCP-enabled client.
futu-stock
mcp server for futuniuniu stock
mcp -boilerplate
Boilerplate using one of the 'better' ways to build MCP Servers. Written using FastMCP