SA

Sunra AI

Created 4 months ago

Official client libraries for sunra.ai, a platform for deploying and running AI models.

development location documentation public AI client libraries

What is Sunra AI?

Search for and run AI models on [Sunra.ai](https://sunra.ai). Discover models, create video, image, and 3D model content, track their status, and manage the generated media.

Documentation

Quick Start

  1. Sign up at sunra.ai
  2. Get your API key from the dashboard
  3. Set your API key as an environment variable: export SUNRA_KEY=your-api-key

Install & Run

npx @sunra/mcp-server --transport http --port 3925

For Cursor IDE

Add to your .cursor/mcp.json:

{
  "mcpServers": {
    "sunra-mcp-server": {
      "url": "http://localhost:3925/sse"
    }
  }
}

Set your API key:

export SUNRA_KEY="your-api-key-here"

For Claude Desktop

Start the server in stdio mode (default):

npx @sunra/mcp-server

In Claude Desktop settings, add a new MCP server:

  • Type: Local executable
  • Command: npx @sunra/mcp-server
  • Environment Variables:
SUNRA_KEY=your-api-key-here

Advanced Usage & Documentation

See mcp-server/README.md for full tool list, development, and troubleshooting.

Server Config

{
  "mcpServers": {
    "sunra-ai-server": {
      "command": "npx",
      "args": [
        "sunra-ai"
      ]
    }
  }
}

Links & Status

Repository: github.com
Hosted: No
Global: No
Official: Yes

Project Info

Hosted Featured
Created At: Jul 22, 2025
Updated At: Aug 07, 2025
Author: sunra.ai
Category: official
License: Apache 2.0 License
Tags:
development location documentation