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-traderjoesUsage
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
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.