Skip to content
VS Code

asset auto picker for VS Code

io.github.tranthientrong/asset-auto-picker

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

client:VS Code transport:stdio runtime:pypi

Install asset auto picker in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

asset auto picker in other clients