JUHE API Marketplace
nailuoGG avatar
MCP Server

Aliyun MCP Server

A Claude integration tool that enables users to query and analyze Aliyun (Alibaba Cloud) Simple Log Service logs through natural language commands.

2
GitHub Stars
11/17/2025
Last Updated
MCP Server Configuration
1{
2 "name": "aliyun",
3 "command": "node",
4 "args": [
5 "/path/to/aliyun-mcp-server/build/index.js"
6 ],
7 "env": {
8 "ALIYUN_ACCESS_KEY_ID": "your-access-key-id",
9 "ALIYUN_ACCESS_KEY_SECRET": "your-access-key-secret",
10 "SLS_ENDPOINT": "cn-hangzhou.log.aliyuncs.com"
11 },
12 "disabled": false,
13 "autoApprove": []
14}
JSON14 lines
  1. Home
  2. MCP Servers
  3. aliyun-mcp-server

README Documentation

Aliyun MCP Server

This MCP server provides tools for interacting with Aliyun (Alibaba Cloud) services through Claude.

Features

  • Query SLS (Simple Log Service) logs
  • (Future) Manage ECS instances
  • (Future) Deploy serverless functions

Configuration

  1. Build the server:
npm install
npm run build

Usage with Claude Desktop

Add the server to your claude_desktop_config.json:

{
  "mcpServers": {
    "aliyun": {
      "command": "node",
      "args": ["/path/to/aliyun-mcp-server/build/index.js"],
      "env": {
        "ALIYUN_ACCESS_KEY_ID": "your-access-key-id",
        "ALIYUN_ACCESS_KEY_SECRET": "your-access-key-secret",
        "SLS_ENDPOINT": "cn-hangzhou.log.aliyuncs.com"
      },
      "disabled": false,
      "autoApprove": []
    }
  }
}

Configuration for Cline

Add the server to your Cline MCP settings file inside VSCode's settings cline_mcp_settings.json

{
  "mcpServers": {
    "aliyun": {
      "command": "node",
      "args": ["/path/to/aliyun-mcp-server/build/index.js"],
      "env": {
        "ALIYUN_ACCESS_KEY_ID": "your-access-key-id",
        "ALIYUN_ACCESS_KEY_SECRET": "your-access-key-secret",
        "SLS_ENDPOINT": "cn-hangzhou.log.aliyuncs.com"
      },
      "disabled": false,
      "autoApprove": []
    }
  }
}

Replace /path/to/aliyun-mcp-server with the actual path to this repository, and provide your Aliyun credentials.

Usage

Once configured, you can ask Claude to query SLS logs:

Query SLS logs from project "my-project" and logstore "my-logstore" with the query "error" for the last hour.

Claude will use the MCP server to execute the query and return the results.

Available Tools

querySLSLogs

Query Aliyun SLS (Simple Log Service) logs.

Parameters:

  • project (required): SLS project name
  • logstore (required): SLS logstore name
  • query (required): SLS query statement
  • from (optional): Start time in milliseconds (defaults to 1 hour ago)
  • to (optional): End time in milliseconds (defaults to now)
  • limit (optional): Maximum number of logs to return (default: 100, max: 1000)
  • offset (optional): Offset for pagination (default: 0)
  • reverse (optional): Whether to return results in reverse order (default: false)

Example:

{
  "project": "my-project",
  "logstore": "my-logstore",
  "query": "error",
  "limit": 10
}

Quick Install

Quick Actions

View on GitHubView All Servers

Key Features

Model Context Protocol
Secure Communication
Real-time Updates
Open Source

Boost your projects with Wisdom Gate LLM API

Supporting GPT-5, Claude-4, DeepSeek v3, Gemini and more.

Enjoy a free trial and save 20%+ compared to official pricing.

Learn More
JUHE API Marketplace

Accelerate development, innovate faster, and transform your business with our comprehensive API ecosystem.

JUHE API VS

  • vs. RapidAPI
  • vs. API Layer
  • API Platforms 2025
  • API Marketplaces 2025
  • Best Alternatives to RapidAPI

For Developers

  • Console
  • Collections
  • Documentation
  • MCP Servers
  • Free APIs
  • Temp Mail Demo

Product

  • Browse APIs
  • Suggest an API
  • Wisdom Gate LLM
  • Global SMS Messaging
  • Temp Mail API

Company

  • What's New
  • Welcome
  • About Us
  • Contact Support
  • Terms of Service
  • Privacy Policy
Featured on Startup FameFeatured on Twelve ToolsFazier badgeJuheAPI Marketplace - Connect smarter, beyond APIs | Product Huntai tools code.marketDang.ai
Copyright © 2025 - All rights reserved