motion mcp public for VS Code
io.github.dishui/motion-mcp-public
Remote MCP server bridging Motion to Claude
client:VS Code
transport:stdio
runtime:npm
Install motion mcp public in VS Code
.vscode/mcp.json
{
"servers": {
"motion-mcp-public": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@dishui/motion-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs