Game Development
genjistudio.xyz
Provides access to 3D characters, garments, and accessories from Genji Studio with search and metadata retrieval.
ENDPOINT 1
https://genjistudio.xyz/mcp
MCP server metadata
- Name
- genji-mcp
- Version
- 1.0.0
Known tools 9
genji_list_charactersList all 3D characters available from Genji Studio that this API key can access.
Inferred read-onlygenji_search_charactersSearch Genji Studio characters by name, keyword, era, or pack.
Inferred read-onlygenji_get_character_manifestGet full metadata for a specific character including GLB URL, animations, and linked asset bundles.
Inferred read-onlygenji_list_assetsList all published garment and accessory assets (GLB files) available from Genji Studio.
Inferred read-onlygenji_get_asset_manifestGet full metadata for a specific garment or accessory asset including GLB URL, PBR texture maps, and binding information.
Inferred read-onlygenji_list_user_avatarsList the authenticated user's saved avatar projects from My Library.
Inferred read-onlygenji_get_avatarGet full data for a specific saved avatar project including scene configuration (morphs, garments, colors).
Inferred read-onlygenji_get_spawn_codeGet complete, copy-paste code to load and animate a Genji Studio character in Three.js or React Three Fiber (R3F).
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.genji-mcp]
url = "https://genjistudio.xyz/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"genji-mcp": {
"type": "http",
"url": "https://genjistudio.xyz/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: genji-mcp
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": {
"genji-mcp": {
"url": "https://genjistudio.xyz/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"genji-mcp": {
"type": "http",
"url": "https://genjistudio.xyz/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "genji-mcp",
"transport": "streamable-http",
"url": "https://genjistudio.xyz/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for genjistudio.xyz was fetched 2026-07-26T07:56:59.186Z and is being refreshed.
genjistudio.xyz is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.