Skip to content
Cursor

asset auto picker for Cursor

io.github.tranthientrong/asset-auto-picker

An MCP server that provides [describe what your server does]

client:Cursor transport:stdio runtime:pypi

Install asset auto picker in Cursor

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

{
  "mcpServers": {
    "asset-auto-picker": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "asset-auto-picker"
      ]
    }
  }
}

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

asset auto picker in other clients