Catalog
Posecode MCP
Officialby posecode-dev · HTML
Author, ROM-validate, and render 3D human movement (.posecode) with a shareable playground link.
Author, ROM-validate, and render 3D human movement (.posecode) with a shareable playground link.
Topics
animationdsldsl-syntaxllmllmsmcpmcp-serverthreejs
README not available yet.
Install
Configuration
Environment variables
POSECODE_BASE_URLPlayground origin used for render permalinks (defaults to https://posecode.org).
claude_desktop_config.json
{
"mcpServers": {
"posecode-mcp": {
"command": "npx",
"args": [
"-y",
"posecode-mcp@0.1.1"
],
"env": {
"POSECODE_BASE_URL": "<YOUR_POSECODE_BASE_URL>"
}
}
}
}