Skip to content
Cursor

texas grocery for Cursor

io.github.mgwalkerjr95/texas-grocery

MCP server for HEB grocery store integration - search products, manage carts, clip coupons, and more

client:Cursor transport:stdio runtime:pypi

Install texas grocery in Cursor

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

{
  "mcpServers": {
    "texas-grocery": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "texas-grocery-mcp"
      ]
    }
  }
}

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

texas grocery in other clients