Skip to content
VS Code

BuyKing MCP Server for VS Code

io.github.accentist/buyking-mcp

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

client:VS Code transport:stdio runtime:npm

Install BuyKing MCP Server in VS Code

.vscode/mcp.json

{
  "servers": {
    "buyking-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "buyking-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

BuyKing MCP Server in other clients