Publix
FreeMaintainedAn MCP server that enables users to search for Publix products, find store locations, and browse weekly deals. It provides detailed information including produc
About
An MCP server that enables users to search for Publix products, find store locations, and browse weekly deals. It provides detailed information including product prices, aisle locations, and store operating hours.
README
An MCP (Model Context Protocol) connector for Publix grocery stores. Provides tools for searching products, finding store locations, and browsing weekly deals.
Tools
product_search
Search for products available at Publix grocery stores.
Input:
query(string, required): The product name or category to search for.
Example:
{ "query": "chicken" }
Returns: A list of matching products with name, price, and aisle location.
store_finder
Find Publix store locations near a zip code or city.
Input:
location(string, required): A zip code or city name.
Example:
{ "location": "Atlanta" }
Returns: A list of nearby Publix stores with address, phone number, and hours.
weekly_deals
Get the current weekly deals and specials at Publix.
Input:
category(string, optional): Filter deals by category. Available categories:produce,meat,dairy,snacks,beverages,bakery. Omit to retrieve deals across all categories.
Example:
{ "category": "produce" }
Returns: A list of sale items with original price, sale price, and savings amount.
Installation
From npm (once published)
npm install -g @striderlabs/mcp-publix
From source
git clone <repo-url>
cd mcp-publix
npm install
npm run build
Usage
As a standalone MCP server (stdio transport)
npx @striderlabs/mcp-publix
# or after global install:
mcp-publix
Claude Desktop configuration
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"publix": {
"command": "npx",
"args": ["-y", "@striderlabs/mcp-publix"]
}
}
}
Claude Code / MCP CLI
mcp add publix -- npx -y @striderlabs/mcp-publix
Development
npm install # install dependencies
npm run build # compile TypeScript with esbuild
npm pack # create distributable tarball
License
MIT
Install Publix in Claude Desktop, Claude Code & Cursor
unyly install mcp-publixInstalls into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.
First time? Get the CLI: curl -fsSL https://unyly.org/install | sh
Or configure manually
Run in your terminal:
claude mcp add mcp-publix -- npx -y @striderlabs/mcp-publixStep-by-step: how to install Publix
FAQ
Is Publix MCP free?
Yes, Publix MCP is free — one-click install via Unyly at no cost.
Does Publix need an API key?
No, Publix runs without API keys or environment variables.
Is Publix hosted or self-hosted?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
How do I install Publix in Claude Desktop, Claude Code or Cursor?
Open Publix on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Changes
Versions and requested access over time.
- New version published
- New version published
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectAmap Maps Mcp Server
MCP server for using the AMap Maps API
by duxiaohuiSupabase
Database, auth and storage
by SupabaseEverything
Reference / test server with prompts, resources, and tools.
Git
Tools to read, search, and manipulate Git repositories.
Sequential Thinking
Dynamic and reflective problem-solving through thought sequences.
Time
Time and timezone conversion capabilities.
Compare Publix with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
