MCP Server
Stale
io.github.TranThienTrong/asset-auto-picker MCP Server
io.github.TranThienTrong/asset-auto-picker
What is the io.github.TranThienTrong/asset-auto-picker MCP server?
An MCP server that provides [describe what your server does]
How to install io.github.TranThienTrong/asset-auto-picker
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"asset-auto-picker": {
"command": "uvx",
"args": [
"asset-auto-picker"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"asset-auto-picker": {
"command": "uvx",
"args": [
"asset-auto-picker"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"asset-auto-picker": {
"command": "uvx",
"args": [
"asset-auto-picker"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"asset-auto-picker": {
"type": "stdio",
"command": "uvx",
"args": [
"asset-auto-picker"
]
}
}
}Claude Code
claude mcp add asset-auto-picker -- uvx asset-auto-picker