Skip to content
Claude Desktop

posecode mcp for Claude Desktop

io.github.posecode-dev/posecode-mcp

Author, ROM-validate, and render 3D human movement (.posecode) with a shareable playground link.

client:Claude Desktop transport:stdio runtime:npm

Install posecode mcp in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "posecode-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "posecode-mcp"
      ],
      "env": {
        "POSECODE_BASE_URL": "<POSECODE_BASE_URL>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

posecode mcp in other clients