Trader Joe's 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., "@Trader Joe's MCP ServerFind some gluten-free frozen pizzas"
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.
@striderlabs/mcp-traderjoes
MCP (Model Context Protocol) connector for Trader Joe's grocery. Enables AI assistants to search products, look up nutrition info, and find store locations.
Installation
npm install -g @striderlabs/mcp-traderjoesRelated MCP server: MCP OpenNutrition
Usage
Add to your MCP client config (e.g. Claude Desktop claude_desktop_config.json):
{
"mcpServers": {
"traderjoes": {
"command": "mcp-traderjoes"
}
}
}Tools
search_products
Search for Trader Joe's products by keyword.
Parameters:
query(required): Search term (e.g. "cauliflower", "frozen pizza", "wine")page_size(optional): Number of results (default: 10)
get_product_details
Get detailed product info including ingredients, nutrition facts, and allergens.
Parameters:
sku(required): Product SKU from search results
find_stores
Find Trader Joe's locations near a ZIP code.
Parameters:
zip(required): US ZIP coderadius(optional): Search radius in miles (default: 25)
get_new_products
List new and featured products currently available at Trader Joe's.
Parameters:
category(optional): Category filter (e.g. "produce", "frozen", "snacks")
Development
npm install
npm run buildLicense
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
- Flicense-qualityDmaintenanceProvides grocery price and nutritional information search capabilities, allowing AI agents to search for food products, compare prices, and analyze nutritional content across different grocery stores.1
- Alicense-qualityCmaintenanceProvides access to a comprehensive food database with 300,000+ items, enabling nutritional data lookups, food searches, and barcode scanning with all processing happening locally for privacy and speed.199MIT
- Alicense-qualityDmaintenanceEnables users to compare prices, track budgets, and find promotional deals across major Dutch supermarkets and drugstores. It supports automated shopping list optimization, meal planning, and price history alerts for stores like Albert Heijn, Jumbo, and Kruidvat.12MIT
- FlicenseAqualityDmaintenanceEnables AI assistants to track global food prices, search products by barcode or name, and compare costs across 27 countries. It provides tools for real-time price scraping and data aggregation from major international supermarket chains.84
Related MCP Connectors
Barcode lookup, nutrition search, and product comparison for 3M+ crowd-sourced food products.
Kroger MCP — grocery products, prices, and store locations (developer.kroger.com)
Search foods, compare nutrients, and look up the full USDA FoodData Central database.
Appeared in Searches
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-traderjoes'
If you have feedback or need assistance with the MCP directory API, please join our Discord server