mcp-publix
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-publixfind stores near Orlando and show weekly deals on produce"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mcp-publix
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.
Related MCP server: Aldi MCP Server
Installation
From npm (once published)
npm install -g @striderlabs/mcp-publixFrom source
git clone <repo-url>
cd mcp-publix
npm install
npm run buildUsage
As a standalone MCP server (stdio transport)
npx @striderlabs/mcp-publix
# or after global install:
mcp-publixClaude 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-publixDevelopment
npm install # install dependencies
npm run build # compile TypeScript with esbuild
npm pack # create distributable tarballLicense
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceAn MCP server that enables AI assistants to search for alcohol products, manage shopping carts, and place orders on Drizly. It uses browser automation to check product availability, discover local stores, and track delivery status.Last updated1230MIT
- AlicenseAqualityDmaintenanceAn MCP server that enables users to search the Aldi product catalog, find store locations, and browse weekly specials. It also provides detailed product information, store hours, and real-time product availability checks.Last updated616MIT
- Flicense-qualityBmaintenanceMCP server for looking up product information by UPC, EAN, GTIN barcodes and PLU produce codes.Last updated
- Alicense-qualityDmaintenanceAn MCP server for grocery shopping at Kroger-owned stores, enabling product search, store finder, cart management, and more through AI assistants.Last updated18MIT
Related MCP Connectors
Kroger MCP — grocery products, prices, and store locations (developer.kroger.com)
Pocket Agent (aipocketagent.com) MCP server — read tools for personas, apps, and product info.
Hotel booking MCP server. Search, book, and manage reservations across 250K+ properties worldwide.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/markswendsen-code/mcp-publix'
If you have feedback or need assistance with the MCP directory API, please join our Discord server