loading…
Search for a command to run...
loading…
Allows users to search for products, access detailed nutritional and allergen information, and find nearby store locations. It also provides tools to browse new
Allows users to search for products, access detailed nutritional and allergen information, and find nearby store locations. It also provides tools to browse new and featured items across various grocery categories.
MCP (Model Context Protocol) connector for Trader Joe's grocery. Enables AI assistants to search products, look up nutrition info, and find store locations.
npm install -g @striderlabs/mcp-traderjoes
Add to your MCP client config (e.g. Claude Desktop claude_desktop_config.json):
{
"mcpServers": {
"traderjoes": {
"command": "mcp-traderjoes"
}
}
}
search_productsSearch 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_detailsGet detailed product info including ingredients, nutrition facts, and allergens.
Parameters:
sku (required): Product SKU from search resultsfind_storesFind Trader Joe's locations near a ZIP code.
Parameters:
zip (required): US ZIP coderadius (optional): Search radius in miles (default: 25)get_new_productsList new and featured products currently available at Trader Joe's.
Parameters:
category (optional): Category filter (e.g. "produce", "frozen", "snacks")npm install
npm run build
MIT
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"trader-joe-s-mcp-server": {
"command": "npx",
"args": []
}
}
}