An MCP server that provides [describe what your server does]
claude mcp add asset-auto-picker -- uvx asset-auto-picker
claude_desktop_config.json
{
"mcpServers": {
"asset-auto-picker": {
"command": "uvx",
"args": [
"asset-auto-picker"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"asset-auto-picker": {
"command": "uvx",
"args": [
"asset-auto-picker"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"asset-auto-picker": {
"command": "uvx",
"args": [
"asset-auto-picker"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"asset-auto-picker": {
"type": "stdio",
"command": "uvx",
"args": [
"asset-auto-picker"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"asset-auto-picker": {
"command": "uvx",
"args": [
"asset-auto-picker"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.TranThienTrong--asset-auto-picker/reviews or the review_server meta-tool.
POST /mcp