Skip to content
Cursor

skaut mcp for Cursor

io.github.fegalvezg/skaut-mcp

Tech product recommendations for Chile with real prices in CLP.

client:Cursor transport:stdio runtime:npm

Install skaut mcp in Cursor

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

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

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

skaut mcp in other clients