Skip to content
Grok

agentstorefront for Grok

io.github.lmaniraruta/agentstorefront

MCP for AgentStorefront — discover, price, and subscribe to paid agent services.

client:Grok transport:stdio runtime:npm

Install agentstorefront in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "agentstorefront": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@lfidele/agentstorefront-mcp"
      ]
    }
  }
}

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

agentstorefront in other clients