Spring Boot + Claude Desktop Integration
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"shopping-cart-mcp-server": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
A Shopping Cart MCP Server built with Java (Spring Boot) and integrated with Claude Desktop using the Model Context Protocol (MCP). This project demonstrates how AI-powered tools like Claude can interact with the backend seamlessly.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in ecommerce
Production-grade MCP server and CLI tool for Shopify Admin GraphQL API — 49+ tools, YAML-extensible, dual auth, dual transport, Docker-ready
A command line tool for setting up commercetools MCP server
35+ AI tools for TCG card grading, Monte Carlo pricing, 370K+ product search. BYOK.
This is the reference implementation for the mcp server
MCP Security Weekly
Get CVE alerts and security updates for Shopping Cart MCP Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
A Shopping Cart MCP Server built with Java (Spring Boot) and integrated with Claude Desktop using the Model Context Protocol (MCP). This project demonstrates how AI-powered tools like Claude can interact with the backend seamlessly.
->Backend service to manage a shopping cart system.
->Exposes endpoints through Spring Boot REST APIs.
->Integrated with Claude Desktop via MCP, enabling AI-assisted workflows.
->Uses MongoDB as the database for persistence.
->Implements basic shopping cart operations like adding, removing, and retrieving products.
Java 17
Spring Boot
Claude Desktop (AI-assisted interface)
Model Context Protocol (MCP)
MongoDB
✔️ addToCart → Add product to cart
✔️ removeCart → Remove product from cart
✔️ getCart → Get products from cart
✔️ getCartTotal → Get total price of items in cart
📌 Client (Prompt) → User query (AI-assisted)
📌 Claude Desktop → Interprets intent and entities
📌 MCP Server (Spring Boot) → Executes business logic
📌 MongoDB → Stores cart and product details
git clone https://github.com/your-username/shopping-cart-mcp-server.git
cd shopping-cart-mcp-server
Configure MongoDB connection in application.properties
Build and run the Spring Boot server
mvn spring-boot:run
Integrate with Claude Desktop by registering the MCP server in its claude_desktop_config.json file You can find this in the Developer section of the Claude Desktop.
🌟 Author
Made with ❤️ by Rahul Singh