Texas Grocery runs on your own machine — the client starts it, so there is no endpoint to ping. 90 installs a week from pypi. Last commit 3 Feb 2026.
MCP server for HEB grocery store integration - search products, manage carts, clip coupons, and more
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add texas-grocery -- uvx texas-grocery-mcp
{
"mcpServers": {
"texas-grocery": {
"args": [
"texas-grocery-mcp"
],
"command": "uvx"
}
}
}
[mcp_servers.texas-grocery]
command = "uvx"
args = ["texas-grocery-mcp"]
{
"mcpServers": {
"texas-grocery": {
"args": [
"texas-grocery-mcp"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"texas-grocery": {
"args": [
"texas-grocery-mcp"
],
"command": "uvx"
}
}
}
Answers built from our own checks of this server.