Skip to content
Cursor

BuyKing MCP Server for Cursor

io.github.accentist/buyking-mcp

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

client:Cursor transport:stdio runtime:npm

Install BuyKing MCP Server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

BuyKing MCP Server in other clients