mcp-server-hai
Description
# mcp-server-hai A MCP server implementation for Tencent HAI (Hyper Application Inventor) services ## Installation ### Cline if you are using cline, no installation is needed, the installation is automatically executed by uvx. ### Local install ```bash uv init example-project #…
About
# mcp-server-hai A MCP server implementation for Tencent HAI (Hyper Application Inventor) services ## Installation ### Cline if you are using cline, no installation is needed, the installation is automatically executed by uvx. ### Local install ```bash uv init example-project # init your project uv add mcp-server-hai…
Details
- Author
- x-challenger
- Downloads
- 115
- Categories
- Other
Jump to
- Create, start, stop, and remove HAI instances
- Query instance information and network status
- Get available regions and instance types
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
mcp-server-haiCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Install via uvx (automatically in Cline) or locally with uv add mcp-server-hai. Configure Cline by adding the server to cline_mcp_setting.json with the required environment variables TENCENTCLOUD_SECRET_ID and TENCENTCLOUD_SECRET_KEY. Run directly with uvx mcp-server-hai.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"mcp-server-hai": {
"mcp-server-hai": {
"command": "uv",
"args": [
"init",
"example-project",
"#",
"init",
"your",
"project"
]
}
}
}
}
McpServers
{
"mcp-server-hai": {
"command": "uv",
"args": [
"init",
"example-project",
"#",
"init",
"your",
"project"
]
}
}
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




