Skip to content
Cursor

server for Cursor

app.trustrails/server

Search UK electronics products across retailers. Real-time prices, stock, and specs.

client:Cursor transport:stdio runtime:npm

Install server in Cursor

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

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

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

server in other clients