posecode
Rank #1,674io.github.posecode-dev/posecode-mcp
Author, ROM-validate, and render 3D human movement (.posecode) with a shareable playground link.
posecode is a Model Context Protocol (MCP) server published by posecode-dev. It ranks #1,674 of 132,046 servers tracked on MCP Toplist, and its repository has 114 GitHub stars. posecode is listed across 3 registries — Official MCP, PulseMCP and Glama, with 8 tracked versions. It was first listed on Jul 8, 2026 and most recently updated on Aug 31, 2026.
Ranks ahead of 130,372 of 132,046 servers on MCP Toplist.
Use posecode
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add posecode-mcp -e "POSECODE_BASE_URL=<your POSECODE_BASE_URL>" -- npx -y posecode-mcpReplace each placeholder with your own value before saving.
[mcp_servers.posecode-mcp]
command = "npx"
args = ["-y", "posecode-mcp"]
[mcp_servers.posecode-mcp.env]
POSECODE_BASE_URL = "<your POSECODE_BASE_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"posecode-mcp": {
"command": "npx",
"args": [
"-y",
"posecode-mcp"
],
"env": {
"POSECODE_BASE_URL": "<your POSECODE_BASE_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"posecode-mcp": {
"command": "npx",
"args": [
"-y",
"posecode-mcp"
],
"env": {
"POSECODE_BASE_URL": "<your POSECODE_BASE_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"posecode-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"posecode-mcp"
],
"env": {
"POSECODE_BASE_URL": "<your POSECODE_BASE_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"posecode-mcp": {
"command": "npx",
"args": [
"-y",
"posecode-mcp"
],
"env": {
"POSECODE_BASE_URL": "<your POSECODE_BASE_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"posecode-mcp": {
"command": "npx",
"args": [
"-y",
"posecode-mcp"
],
"env": {
"POSECODE_BASE_URL": "<your POSECODE_BASE_URL>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.posecode-dev%2Fposecode-mcp)<a href="https://mcptoplist.com/server/io.github.posecode-dev%2Fposecode-mcp"><img src="https://mcptoplist.com/badge/io.github.posecode-dev%2Fposecode-mcp.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
posecode-dev
Available versions (8)
| Version | Published |
|---|---|
| 0.5.0 | Aug 31, 2026 |
| 0.4.3 | Aug 31, 2026 |
| 0.4.2 | Jul 28, 2026 |
| 0.4.1 | Jul 20, 2026 |
| 0.4.0 | Jul 20, 2026 |
| 0.3.0 | Jul 17, 2026 |
| 0.2.2 | Jul 16, 2026 |
| 0.1.1 | Jul 8, 2026 |
Frequently asked questions
- Who maintains posecode?
- posecode is maintained by posecode-dev, which publishes 1 MCP server (8 total versions) tracked on MCP Toplist.
- Is posecode listed on the Official MCP Registry?
- Yes — posecode is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does posecode have?
- MCP Toplist tracks 8 versions of posecode, most recently published on Aug 31, 2026.
- Where can I find the source code for posecode?
- The source code for posecode is hosted at github.com/posecode-dev/posecode.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.