Skip to content
Cursor

Lumnix for Cursor

io.github.moltstudios/lumnix

E-commerce research via MCP. Amazon, Alibaba & AliExpress product search and FBA margins.

client:Cursor transport:stdio runtime:npm

Install Lumnix in Cursor

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

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

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

Lumnix in other clients