← Back to browse

posecode-mcp

Indexed by io.github.posecode-dev

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsPOSECODE_BASE_URL
Claude Code
claude mcp add --env POSECODE_BASE_URL= posecode-mcp -- npx posecode-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"posecode-mcp","command":"npx","args":["posecode-mcp"],"env":{"POSECODE_BASE_URL":""}}'
JSON
{
  "mcpServers": {
    "posecode-mcp": {
      "command": "npx",
      "args": [
        "posecode-mcp"
      ],
      "env": {
        "POSECODE_BASE_URL": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.