← genjistudio.xyz
INDIVIDUAL MCP TOOL
genji_list_characters
List all 3D characters available from Genji Studio that this API key can access.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name, description or schema mentions credentials.
Parent endpoint
CONNECT 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.genjistudio-xyz]
url = "https://genjistudio.xyz/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"genjistudio-xyz": {
"type": "http",
"url": "https://genjistudio.xyz/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: genjistudio-xyz
Remote MCP URL: https://genjistudio.xyz/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": {
"genjistudio-xyz": {
"url": "https://genjistudio.xyz/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"genjistudio-xyz": {
"type": "http",
"url": "https://genjistudio.xyz/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "genjistudio-xyz",
"transport": "streamable-http",
"url": "https://genjistudio.xyz/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
genji_search_characters— Search Genji Studio characters by name, keyword, era, or pack.genji_get_character_manifest— Get full metadata for a specific character including GLB URL, animations, and linked asset bundles.genji_list_assets— List all published garment and accessory assets (GLB files) available from Genji Studio.genji_get_asset_manifest— Get full metadata for a specific garment or accessory asset including GLB URL, PBR texture maps, and binding information.genji_list_user_avatars— List the authenticated user's saved avatar projects from My Library.genji_get_avatar— Get full data for a specific saved avatar project including scene configuration (morphs, garments, colors).genji_get_spawn_code— Get complete, copy-paste code to load and animate a Genji Studio character in Three.js or React Three Fiber (R3F).genji_get_docs— Get usage documentation for the Genji Studio MCP server.