Grocery Logger MCP Server
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., "@Grocery Logger MCP ServerLog these groceries: 2 lbs bananas $2.99, 1 gallon milk $4.50 from Costco"
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.
Grocery Logger MCP Server
A Model Context Protocol (MCP) server for logging and analyzing grocery purchases. Works with Claude Desktop to track prices, spending patterns, and purchase history.
Features
Bulk add grocery items with timestamp, vendor, item name, category, price, quantity, and unit
Query item prices with average price and purchase history
List items by category with price statistics
Analyze spending by vendor, category, or date range
List categories to maintain consistency when logging
Related MCP server: Expense Tracker MCP Server
Installation
Requires Python 3.10+ and uv.
# Clone the repo
git clone <your-repo-url>
cd grocery_mcp
# Install dependencies
uv syncClaude Desktop Configuration
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"grocery-logger": {
"command": "/usr/local/bin/uv",
"args": [
"run",
"--directory", "/path/to/grocery_mcp",
"grocery-mcp"
]
}
}
}Then restart Claude Desktop.
Available Tools
Tool | Description |
| Bulk add grocery purchases |
| Get price history and average for an item |
| List all items in a category with stats |
| Analyze spending by vendor, category, or date |
| List existing categories for consistency |
Example Usage
Once configured, ask Claude:
"Log these groceries: 2 lbs bananas $2.99, 1 gallon milk $4.50 from Costco"
"What was the price of green onions?"
"How much did I spend at Trader Joes this month?"
"Show me all produce items I've bought"
"What's my average spending by category?"
Data Storage
Grocery data is stored in data/grocery.db (SQLite). This file is gitignored to keep your personal data private.
This server cannot be installed
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
- Flicense-qualityCmaintenanceIntegrates Kroger's public API with Claude to allow adding meal plan grocery lists directly to your Kroger cart via natural language.Last updated
- Alicense-qualityDmaintenanceEnables users to manage personal expenses through natural conversation with Claude, including adding, updating, deleting expenses, and viewing summaries by category or date range.Last updated3MIT
- Alicense-qualityDmaintenanceAutomated grocery shopping assistant with intelligent unit pricing and automatic coupon clipping, enabling AI to search products, manage carts, and plan grocery runs via Claude Desktop or CLI.Last updated1The Unlicense
- Flicense-qualityDmaintenanceEnables shopping at Tiv Taam grocery store through Claude, including recipe parsing and cart population.Last updated
Related MCP Connectors
Persistent context for Claude. Your AI always knows your projects and next actions across sessions.
Personal finance by conversation: expenses, receipts, statement import, budgets, net worth.
WHOOP recovery, strain, sleep and workouts in Claude via official WHOOP OAuth. Free, open source.
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/jihopark/grocery_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server