posecode mcp for Cline
io.github.posecode-dev/posecode-mcp
Author, ROM-validate, and render 3D human movement (.posecode) with a shareable playground link.
client:Cline
transport:stdio
runtime:npm
Install posecode mcp in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"posecode-mcp": {
"command": "npx",
"args": [
"-y",
"posecode-mcp"
],
"env": {
"POSECODE_BASE_URL": "<POSECODE_BASE_URL>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs