theYahia/salla-mcp
MCP server for Salla — e-commerce platform, orders, products (Saudi Arabia)
Platform-specific configuration:
{
"mcpServers": {
"salla-mcp": {
"command": "npx",
"args": [
"-y",
"salla-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
MCP server for Salla e-commerce platform (Saudi Arabia). Manage products, orders, customers, and store settings via OAuth 2.0.
| Tool | Description | |---|---| | list_products | List products with pagination | | get_product | Get product details by ID | | create_product | Create a new product | | update_product | Update an existing product | | list_orders | List orders with filters | | get_order | Get order details by ID | | update_order_status | Update order fulfillment status | | list_customers | List store customers | | get_store_info | Get store information |
{
"mcpServers": {
"salla": {
"command": "npx",
"args": ["-y", "@theyahia/salla-mcp"],
"env": {
"SALLA_ACCESS_TOKEN": "<YOUR_ACCESS_TOKEN>"
}
}
}
}| Variable | Required | Description | |---|---|---| | SALLA_ACCESS_TOKEN | Yes | OAuth 2.0 access token from Salla |
MIT
Loading reviews...