Orauriain your editor
Create an API key, add Orauria as an MCP server, then generate images, videos, or chat from Cursor and other MCP clients on your computer.
- Works in Cursor, Claude Desktop, and any MCP client
- Generate image, video, and LLM chat from your editor
- Same prices as Studio — billed to your Orauria wallet
Click Add to Cursor, then replace ora_live_YOUR_API_KEY in the Authorization header with the key from Profile.
You
Generate a linen summer-drop poster, soft light, earth tones.
MCP tool
orauria.generate_image
Result
Image ready · billed to your wallet
You stay in the editor. Orauria runs the model and deducts credits.
Cursor · Claude · MCP
How to add MCP
Three steps from API key to a generation in Cursor.
01
Create an API key
Open Profile, create a key, and copy ora_live_… It is shown only once.
02
Paste the config
Add Orauria to Cursor MCP or drop the JSON into .cursor/mcp.json.
03
Generate from chat
Ask the agent to generate an image or video. Credits are deducted from your wallet.
What you can do
Same Studio capabilities, called from your local MCP client.
Generate images
Prompt a model from Cursor. The file comes back to your computer; cost follows Studio pricing.
Generate video
Start a video job, poll until it finishes, then open the result URL locally.
Chat with LLMs
Use Orauria chat models from any MCP client. Token usage is billed to your wallet.
Add to Cursor
One-click install, or paste JSON into your MCP settings.
- 1
Create an Orauria API key
Sign in, open Profile, create a key, and copy ora_live_… Keep it private.
- 2
Open Cursor MCP settings
Cursor Settings → MCP. Use Add to Cursor on this page, or create .cursor/mcp.json in your project.
- 3
Replace the placeholder key
Put your real ora_live_… into the Authorization Bearer header. On this machine the URL is the current site plus /api/mcp (local: http://localhost:3000/api/mcp).
- 4
Refresh MCP and try a prompt
Enable the orauria server, then ask: generate a product poster of a linen set in soft daylight.
MCP config
.cursor/mcp.json
{
"mcpServers": {
"orauria": {
"url": "http://orauria.com/api/mcp",
"headers": {
"Authorization": "Bearer ora_live_YOUR_API_KEY"
}
}
}
}Replace ora_live_YOUR_API_KEY with the key from Profile. The key stays in your local MCP config — Orauria never asks you to paste it into this page.
Other MCP clients
The same JSON works anywhere Streamable HTTP MCP is supported.
Claude Desktop
Use mcp-remote: npx -y mcp-remote <site>/api/mcp --header "Authorization: Bearer ora_live_…". Then restart Claude.
Windsurf & others
Add a Streamable HTTP server named orauria with URL <site>/api/mcp and Authorization: Bearer ora_live_….
Any MCP host
If the client can call a remote MCP URL, point it at /api/mcp. Auth is your user API key.
Tools the agent can call
Each call uses your API key and bills the matching Studio price.
generate_imageCreate an image from a prompt and model. Returns a result URL.
generate_videoStart a video job. Poll until the result URL is ready.
chatChat with an Orauria LLM. Billed per token.
list_modelsSee available image, video, and chat models.
get_walletCheck remaining credits before you generate.
FAQ
Does MCP generation cost credits?+
Yes. MCP is only a connector. Image, video, and chat use the same wallet and prices as Studio. If credit is too low, the call returns an error and nothing is generated.
Does the model run on my computer?+
No. Your editor runs locally; Orauria still runs the models on the server. Results (image/video URLs) come back to your machine.
Where do I get an API key?+
Profile → API keys after you sign in. The full key is shown only once. Use ora_live_… in ORAURIA_API_KEY.
Can I use this with other MCP apps?+
Yes. Any client that supports stdio MCP can use the same JSON. Cursor, Claude Desktop, and Windsurf are the usual ones.
Generate from your editor with your Orauria wallet
Create an API key, add MCP in Cursor, then ask the agent for an image or video.