Skip to main content
Glama
r123singh

Amazon MCP Server

by r123singh

Amazon MCP Server

This is a Model Context Protocol (MCP) server for scraping Amazon products and searching for products on Amazon.

Setup

  1. Clone the repository:

    git clone https://github.com/r123singh/amazon-mcp-server.git
  2. Navigate to the project directory:

    cd amazon-mcp-server
  3. Create a virtual environment:

    python -m venv venv
  4. Activate the virtual environment:

    • On Linux/macOS:

      source venv/bin/activate
    • On Windows:

      venv\Scripts\activate
  5. Install dependencies:

    pip install -r requirements.txt
  6. No API keys or tokens are required.

  7. Configure MCP JSON: Create a mcp.json file with:

    {
      "mcpServers": {
        "amazon": {
          "command": "{PATH_TO_DIRECTORY}\\amazon-mcp-server\\venv\\Scripts\\python.exe",
          "args": [
            "{PATH_TO_DIRECTORY}\\amazon-mcp-server\\server.py"
          ]
        }
      }
    }

    Replace {PATH_TO_DIRECTORY} with the absolute path to this directory (use pwd or cd to get the path).

Related MCP server: Amazon MCP Server

Available Tools

The server provides the following tools for interacting with Amazon:

  • Scrape a product:
    scrape_product(product_url)
    Scrape product details (name, price, image, rating, reviews, availability, description) from a given Amazon product URL.

  • Search for products:
    search_products(query, max_results)
    Search for products on Amazon by keyword and return a list of results.

Usage

Once configured, the MCP server can be started using the standard MCP client configuration. The server provides a natural language interface to interact with Amazon through the available tools.

Example usage:

  • "Get details for this Amazon product: [product URL]"

  • "Search Amazon for 'wireless headphones', show top 3 results"

Notes

  • No API key or authentication is required.

  • The server scrapes publicly available Amazon product and search pages.

  • For best results, use valid Amazon product URLs and clear search queries.

Contributing

Contributions are welcome! Please open an issue or submit a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.

F
license - not found
Not graded
quality - not tested
F
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
    C
    maintenance
    Enables interaction with Amazon's Product Advertising API to search for and retrieve product information from Amazon marketplaces. Supports multiple Amazon regions and marketplaces with configurable host, region, and partner credentials.
    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
  • F
    license
    Not graded
    quality
    D
    maintenance
    Enables AI-powered Amazon product searches and recommendations by integrating the Amazon API with Hugging Face models. It allows users to filter products by price and specific features to receive tailored shopping suggestions.

View all related MCP servers

Related MCP Connectors

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

  • Amazon brand, seller, niche & buy-box intelligence inside your own Claude or ChatGPT.

  • Send quick greetings, scrape website content, and generate text or images on demand. Perform web s…

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/r123singh/amazon-mcp-server'

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