My MCP Server
@Chopin85
关于 My MCP Server
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp-server-monmarche": {
"command": "node",
"args": [
"build/index.js"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Mon Marché MCP Server?
Mon Marché MCP Server is a Model Context Protocol (MCP) server that connects LLMs to the Mon Marché French grocery store. It enables AI assistants to search for products, manage a shopping cart, and interact with the Mon Marché platform.
How to use Mon Marché MCP Server?
Install the server by cloning the repository, running npm install, and configuring a .env file with your Mon Marché email and password. Authenticate with npm run login, then start the server with node dist/index.js. You can also use CLI tools like npm run searchProducts "pomme" or test interactively with the MCP Inspector via npx @modelcontextprotocol/inspector node dist/index.js.
Key features of Mon Marché MCP Server
- Product search by name.
- Add items to cart with quantity.
- View current cart contents.
- Clear entire cart.
- Automated login and session persistence.
- CLI tools for quick testing.
Use cases of Mon Marché MCP Server
- An AI assistant helps a user find a product and add it to their cart.
- Automating a weekly grocery shopping list from a recipe.
- Integrating with a meal planner to directly add missing ingredients.
- Testing cart operations via command-line scripts.
FAQ from Mon Marché MCP Server
What prerequisites are needed?
You need Node.js v16 or higher, npm or yarn, and a valid Mon Marché account.
How do I authenticate?
Run npm run login after configuring your credentials in .env. This saves session cookies to session-cookie.json. Re-run the command if your session expires.
What if I get session errors?
Run npm run login to refresh your session cookies. Also ensure your email and password in .env are correct.
How can I test the server without an MCP client?
Use the provided CLI tools: npm run searchProducts, npm run addProduct, npm run getCartList, and npm run clearCart for direct testing.
Can I use the server without a Mon Marché account?
No, a valid Mon Marché account is required for authentication and cart operations.
其他 分类下的更多 MCP 服务器
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
Nginx UI
0xJackyYet another WebUI for Nginx
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
评论