Remote MCP server bridging Motion to Claude
claude mcp add motion-mcp-public -- npx -y @dishui/motion-mcp
claude_desktop_config.json
{
"mcpServers": {
"motion-mcp-public": {
"command": "npx",
"args": [
"-y",
"@dishui/motion-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"motion-mcp-public": {
"command": "npx",
"args": [
"-y",
"@dishui/motion-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"motion-mcp-public": {
"command": "npx",
"args": [
"-y",
"@dishui/motion-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"motion-mcp-public": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@dishui/motion-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"motion-mcp-public": {
"command": "npx",
"args": [
"-y",
"@dishui/motion-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.dishui--motion-mcp-public/reviews or the review_server meta-tool.
POST /mcp