Skip to content
Grok

BuyKing MCP Server for Grok

io.github.accentist/buyking-mcp

Saleplaza BuyKing MCP: Semantic search for global shopping hot deals (US/JP/KR).

client:Grok transport:stdio runtime:npm

Install BuyKing MCP Server in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "buyking-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "buyking-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

BuyKing MCP Server in other clients