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
- Sign up at sunra.ai
- Get your API key from the dashboard
- 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
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