MCP Directory
Back

kroger-mcp

by CupOfOwls · Python · ★ 57

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

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "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 →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related developer tools servers