Skip to content
Grok

asset auto picker for Grok

io.github.tranthientrong/asset-auto-picker

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

client:Grok transport:stdio runtime:pypi

Install asset auto picker in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

asset auto picker in other clients