Back to MCP Servers
🔌

aliyun/alibabacloud-tablestore-mcp-server

Apache-2.0

☕ 🐍 ☁️ - MCP service for Tablestore, features include adding documents, semantic search for documents based on vectors and scalars, RAG-friendly, and serverless.

JavaSearch

Install

npx -y aliyun-alibabacloud-tablestore-mcp-server

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "aliyun-alibabacloud-tablestore-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "aliyun-alibabacloud-tablestore-mcp-server"
      ]
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.