Skip to main content
Glama
sachinparyani

Shopping MCP Server (Amazon + Target)

Shopping MCP Server (Amazon + Target)

MCP server for Amazon and Target shopping integration. Manage orders, search products, and interact with your shopping accounts through AI assistants like Claude.

Built on top of rigwild/mcp-server-amazon - Extended with Target support and enhanced features.

Features

Amazon

  • Product search: Search for products on Amazon

  • Product details: Retrieve detailed information about a specific product

  • Cart management: Add items or clear your Amazon cart

  • Ordering: Place orders (fake for demonstration purposes)

  • Orders history: Retrieve your Amazon orders with year filtering and return status

Target

  • Orders history: Retrieve Target orders (online and in-store) with year filtering

  • Optimized API interception for fast, reliable data retrieval

Related MCP server: Amazon MCP Server

Documentation

For detailed setup and usage instructions, see:

Install

Install dependencies

npm install -D

Build the project

npm run build

Claude Desktop Integration

Create or update ~/Library/Application Support/Claude/claude_desktop_config.json with the path to the MCP server.

{
  "mcpServers": {
    "shopping": {
      "command": "node",
      "args": ["/path/to/mcp-server-shopping/build/index.js"]
    }
  }
}

Restart the Claude Desktop app to apply the changes. You should now see the Amazon MCP server listed in the Claude Desktop app.

screenshot

screenshot2

Troubleshooting

The MCP server logs its output to a file. If you encounter any issues, you can check the log file for more information.

Logs

See:

  • Windows: %APPDATA%\Claude\logs\mcp-server-shopping.log

  • Mac: ~/Library/Logs/Claude/mcp-server-shopping.log

A
license - permissive license
Not graded
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables interaction with Amazon services through AI assistants, allowing users to search products, manage their cart, view order history, and place orders using natural language.
    7
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables users to search for products, retrieve details, and manage their shopping cart on Amazon through the MCP framework. It also supports viewing order history and provides a demonstration of ordering capabilities within AI interfaces.
    7
    42
    MIT

View all related MCP servers

Related MCP Connectors

  • Shopping MCP for AI agents: search, compare, Amazon buy links. Auto-register.

  • Agent-native product catalog for AI shopping agents. 296M+ products, 28 countries.

  • Policy review and purchase discovery for AI-agent commerce actions.

View all MCP Connectors

Latest Blog Posts

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/sachinparyani/mcp-server-shopping'

If you have feedback or need assistance with the MCP directory API, please join our Discord server