Skip to content
Cursor

motion mcp public for Cursor

io.github.dishui/motion-mcp-public

Remote MCP server bridging Motion to Claude

client:Cursor transport:stdio runtime:npm

Install motion mcp public in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "motion-mcp-public": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@dishui/motion-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

motion mcp public in other clients