Related MCP Server Resources

Explore more AI models, providers, and integration options:

  • Explore AI Models
  • Explore AI Providers
  • Explore MCP Servers
  • LangDB Pricing
  • Documentation
  • AI Industry Blog
  • MCP Server for ArangoDB
  • Solana Agent Kit MCP Server
  • Phrases MCP Server
  • Xano MCP Server for Smithery
  • S3 MCP Server
Back to MCP Servers
Aliyun MCP Server

Aliyun MCP Server

Public
nailuoGG/aliyun-mcp-server

Provides Model Context Protocol (MCP) tools for querying Aliyun Simple Log Service (SLS) logs with future support for managing ECS instances and deploying serverless functions, enabling seamless integration with AI models like Claude.

javascript
0 tools
May 30, 2025
Updated Jun 4, 2025

Supercharge Your AI with Aliyun MCP Server

MCP Server

Unlock the full potential of Aliyun MCP Server through LangDB's AI Gateway. Get enterprise-grade security, analytics, and seamless integration with zero configuration.

Unified API Access
Complete Tracing
Instant Setup
Get Started Now

Free tier available • No credit card required

Instant Setup
99.9% Uptime
10,000+Monthly Requests

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 }
Publicly Shared Threads0

Discover shared experiences

Shared threads will appear here, showcasing real-world applications and insights from the community. Check back soon for updates!

Share your threads to help others
Related MCPs5
  • MCP Server for ArangoDB
    MCP Server for ArangoDB

    Model Context Protocol server enabling seamless interaction with ArangoDB through core database oper...

    7 tools
    Added May 30, 2025
  • Solana Agent Kit MCP Server
    Solana Agent Kit MCP Server

    Provides standardized Model Context Protocol tools enabling AI agents to interact with the Solana bl...

    Added May 30, 2025
  • Phrases MCP Server
    Phrases MCP Server

    Efficient MCP (Model Context Protocol) server for managing inspirational phrases with full CRUD capa...

    6 tools
    Added May 30, 2025
  • Xano MCP Server for Smithery
    Xano MCP Server for Smithery

    Model Context Protocol server enabling seamless integration between Claude AI and Xano databases wit...

    Added May 30, 2025
  • S3 MCP Server
    S3 MCP Server

    Provides Model Context Protocol (MCP) tools for seamless interaction with AWS S3, enabling listing o...

    3 tools
    Added May 30, 2025