alibabacloud-tablestore-mcp-server

aliyun/alibabacloud-tablestore-mcp-server
★ 155 stars Java 📦 Other Updated 3mo ago
An MCP server.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "alibabacloud-tablest": {
      "command": "npx",
      "args": [
        "-y",
        "aliyun/alibabacloud-tablestore-mcp-server"
      ]
    }
  }
}