avala-sdk-ts

avala-ai/avala-sdk-ts
★ 0 stars TypeScript 🔌 API Integration Updated 5d ago
Official TypeScript SDK and MCP server for the Avala API — npm install @avala-ai/sdk
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": {
    "avala-sdk-ts": {
      "command": "npx",
      "args": [
        "-y",
        "avala-ai/avala-sdk-ts"
      ]
    }
  }
}

README Excerpt

Official TypeScript SDK and MCP server for the [Avala API](https://avala.ai/docs). Build and manage ML annotation datasets, projects, exports, and tasks programmatically. > **Note:** This repository is a read-only mirror. To report bugs or request features, please [open an issue](https://github.com/avala-ai/avala-sdk-ts/issues). See [CONTRIBUTING.md](CONTRIBUTING.md) for details.