← Registry

Game Development

genjistudio.xyz

Provides access to 3D characters, garments, and accessories from Genji Studio with search and metadata retrieval.

1 endpoint9 known toolsFirst detected July 4, 2026Last detected September 26, 2026

ENDPOINT 1

https://genjistudio.xyz/mcp

No auth detected

MCP server metadata

Name
genji-mcp
Version
1.0.0
Capabilities
tools.listChanged

Known tools 9

genji_list_characters

List all 3D characters available from Genji Studio that this API key can access.

Inferred read-only
genji_search_characters

Search Genji Studio characters by name, keyword, era, or pack.

Inferred read-only
genji_get_character_manifest

Get full metadata for a specific character including GLB URL, animations, and linked asset bundles.

Inferred read-only
genji_list_assets

List all published garment and accessory assets (GLB files) available from Genji Studio.

Inferred read-only
genji_get_asset_manifest

Get full metadata for a specific garment or accessory asset including GLB URL, PBR texture maps, and binding information.

Inferred read-only
genji_list_user_avatars

List the authenticated user's saved avatar projects from My Library.

Inferred read-only
genji_get_avatar

Get full data for a specific saved avatar project including scene configuration (morphs, garments, colors).

Inferred read-only
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).

Inferred read-only
genji_get_docs

Get usage documentation for the Genji Studio MCP server.

Inferred read-only

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.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.

Trust status Neutral

genjistudio.xyz is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.