MCP Directory
Back

kroger-mcp

by CupOfOwls · Python · ★ 61

A FastMCP server that provides AI assistants like Claude with access to Kroger's grocery shopping functionality through the Model Context Protocol (MCP). This server enables AI assistants to find stores, search products, manage shopping carts, and access Kroger's comprehensive grocery data via the kroger-api python library.

Install

pip install git+https://github.com/CupOfOwls/kroger-mcp.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "kroger-mcp": {
      "command": "uvx",
      "args": [
        "git+https://github.com/CupOfOwls/kroger-mcp.git"
      ]
    }
  }
}

From the README

A [FastMCP](https://github.com/jlowin/fastmcp) server that provides AI assistants like Claude with access to Kroger's grocery shopping functionality through the Model Context Protocol ([MCP](https://docs.anthropic.com/en/docs/agents-and-tools/mcp)). This server enables AI assistants to find stores, search products, manage shopping carts, and access Kroger's comprehensive grocery data via the [kroger-api](https://github.com/CupOfOwls/kroger-api) python library. Using Claude with this MCP server to search for stores, find products, and add items to your cart: https://github.com/user-attachment…
Read full README on GitHub →

Related search servers