Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Trader Joe'S Server

FreeMaintained

Allows users to search for products, access detailed nutritional and allergen information, and find nearby store locations. It also provides tools to browse new

GitHubEmbed

About

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.

README

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-traderjoes

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 code
  • radius (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 build

License

MIT

from github.com/markswendsen-code/mcp-traderjoes

Install Trader Joe'S Server in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install trader-joe-s-mcp-server

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add trader-joe-s-mcp-server -- npx -y @striderlabs/mcp-traderjoes

Step-by-step: how to install Trader Joe'S Server

FAQ

Is Trader Joe'S Server MCP free?

Yes, Trader Joe'S Server MCP is free — one-click install via Unyly at no cost.

Does Trader Joe'S Server need an API key?

No, Trader Joe'S Server runs without API keys or environment variables.

Is Trader Joe'S Server hosted or self-hosted?

A hosted option is available: Unyly runs the server in the cloud, no local setup required.

How do I install Trader Joe'S Server in Claude Desktop, Claude Code or Cursor?

Open Trader Joe'S Server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Changes

Versions and requested access over time.

  • New version published
  • New version published

Related MCPs

Compare Trader Joe'S Server with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs