MCP-servers
Application mobile e-commerce avec système de paiement mobile money et gestion des livraisons
Overview
MCP-servers is a mobile e-commerce application that integrates a mobile money payment system and manages deliveries.
To use MCP-servers, users can download the mobile app, set up their accounts, and start shopping by selecting products and making payments through the integrated mobile money system.
- Mobile money payment integration for seamless transactions. - Delivery management module to track and manage deliveries. - User-friendly mobile application built with React Native. - Admin panel for managing products and orders.
- Shopping for products online with easy payment options.
- Managing deliveries efficiently for e-commerce businesses.
- Providing a platform for vendors to sell their products.
Add to your AI client
Use these steps to connect MCP-servers in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"mcp-servers-andriantahiry2024": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-servers-andriantahiry2024"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"mcp-servers-andriantahiry2024": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-servers-andriantahiry2024"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"mcp-servers-andriantahiry2024": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-servers-andriantahiry2024"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"mcp-servers-andriantahiry2024": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-servers-andriantahiry2024"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-servers-andriantahiry2024": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-servers-andriantahiry2024"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"mcp-servers-andriantahiry2024": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-servers-andriantahiry2024"
]
}
}
}FAQ
Is MCP-servers available on all mobile devices?
Yes! MCP-servers is designed to work on both Android and iOS devices.
How secure is the payment system?
The payment system is secured with industry-standard encryption to protect user data.
Can vendors use MCP-servers to sell their products?
Yes! MCP-servers provides an admin panel for vendors to manage their products and orders.