Skip to content
Cursor

kroger for Cursor

io.github.markswendsen-code/kroger

MCP server for Kroger - search products, manage cart, place grocery orders

client:Cursor transport:stdio runtime:npm

Install kroger in Cursor

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

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

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

kroger in other clients