mcp-server-monmarche

mcp-server-monmarche

0

This project is a Model Context Protocol server allowing interaction with the Mon Marché French grocery store website. It features product search and cart management via command-line tools.

My MCP Server

This project is a Model Context Protocol (MCP) server for interacting with the Mon Marché French grocery store website. It provides tools to search for products and add them to a cart using a command-line interface.

Features

  • Search Products: Search for products by name on the Mon Marché website.
  • Add Products to Cart: Add products to your cart by specifying their name.
  • Session Management: Automatically logs in and manages session cookies for interacting with the website.

Prerequisites

  • Node.js (v16 or higher)
  • npm or yarn
  • Playwright
  • A Mon Marché account with valid credentials

Usage

Before using the tools, build the project and login to Mon Marché. Then, start the server, and use tools via the command line to search for products or add them to your cart.

Development

Compile the TypeScript code and run the server directly for testing and debugging purposes.

Known Issues

Ensure you have valid Mon Marché credentials and the session-cookie.json file for the tools to function properly.