Skip to content
Cursor

Semore K-Commerce for Cursor

io.github.semorehq/mcp-commerce

Semore K-product MCP server: search K-beauty/fashion/pop, cross-border carts, AP2-signed checkout.

client:Cursor transport:stdio runtime:npm

Install Semore K-Commerce in Cursor

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

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

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

Semore K-Commerce in other clients