AI & Machine Learning
ryla.ai
This MCP server enables AI-powered character image generation, face swapping, and character sheet creation, along with status and credit management.
ENDPOINT 1
https://mcp.ryla.ai/mcp
MCP server metadata
- Name
- ryla
- Version
- 1.0.0
RYLA MCP Server - Generate AI influencer content directly from your assistant. IMPORTANT: this server generates content FOR characters (AI influencers) that already exist on the account. There is NO tool to create a new character -- character creation (appearance, voice, persona) is an app.ryla.ai-only flow with its own guided wizard. If asked to "create an influencer" or similar, tell the user to set that up in the app first, then come back here to generate content for it. Use ryla_list_characters to see what already exists. **Discovery:** - ryla_list_characters: list your existing characters (no creation tool exists) **Generation (primary, full-featured):** - ryla_generate_image: full Studio image generation (scene/outfit/pose/ lighting/expression/style/LoRA/reference-face-consistency) - prefer this - ryla_generate_video: image-to-video generation - ryla_generate_voice: text-to-speech in a character's voice **Generation (narrower, v1):** - ryla_generate_base_image: generate base character images from a niche/vibe - ryla_generate_face_swap: swap a character face onto a reference image - ryla_generate_character_sheet: generate a multi-angle character sheet **Status & account:** - ryla_generation_status: check a job's status by jobId - ryla_account_credits_balance: check your current RYLA credit balance - ryla_account_gallery_list: list your most recent generated images/jobs Authenticate with a personal API key from app.ryla.ai (Settings > API Keys), set as the RYLA_MCP_API_KEY environment variable. Each key is scoped to your own account; credits are deducted from your own balance the same way they are in the RYLA web app.
Known tools 11
ryla_generate_character_sheetGenerate a multi-angle character sheet from a base image.
Inferred read-onlyryla_account_credits_balanceCheck the authenticated user's current RYLA credit balance.
Inferred read-onlyryla_account_gallery_listList the authenticated user's most recent generated images/jobs.
Inferred read-onlyryla_list_charactersList the authenticated user's existing characters (AI influencers) so you can pick a characterId for the other generation tools.
Inferred read-onlyryla_generate_imageGenerate Studio-quality images for an existing character with full creative control (scene, outfit, pose, lighting, expression, style).
Inferred read-onlyryla_generate_videoGenerate a Studio video for an existing character (image-to-video).
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.ryla]
url = "https://mcp.ryla.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"ryla": {
"type": "http",
"url": "https://mcp.ryla.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: ryla
Remote MCP URL: https://mcp.ryla.ai/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"ryla": {
"url": "https://mcp.ryla.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"ryla": {
"type": "http",
"url": "https://mcp.ryla.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "ryla",
"transport": "streamable-http",
"url": "https://mcp.ryla.ai/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.