Asset Auto Picker runs on your own machine — the client starts it, so there is no endpoint to ping. 80 installs a week from pypi. Last commit 6 Nov 2025.
An MCP server that provides [describe what your server does]
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add asset-auto-picker -- uvx asset-auto-picker
{
"mcpServers": {
"asset-auto-picker": {
"args": [
"asset-auto-picker"
],
"command": "uvx"
}
}
}
[mcp_servers.asset-auto-picker]
command = "uvx"
args = ["asset-auto-picker"]
{
"mcpServers": {
"asset-auto-picker": {
"args": [
"asset-auto-picker"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"asset-auto-picker": {
"args": [
"asset-auto-picker"
],
"command": "uvx"
}
}
}
Answers built from our own checks of this server.