saleor
stdioUsed by 1 plugin
Installs saleor-configurator, the highest-starred plugin that provides this server
Install
1
Run in your terminal$
npx claudepluginhub saleor/configurator --plugin saleor-configuratorAdd to Your Project
Add to your .mcp.json:
{
"mcpServers": {
"saleor": {
"command": "npx",
"args": [
"-y",
"@saleor/mcp-server"
],
"env": {
"SALEOR_TOKEN": "${SALEOR_TOKEN}",
"SALEOR_API_URL": "${SALEOR_API_URL}"
}
}
}
}Replace placeholder values for: SALEOR_TOKEN
Security Considerations
Requires secrets
This MCP server needs API keys or credentials. Configure them in your environment before use.
Command
npxAccess Level
write
Arguments
-y@saleor/mcp-server
Environment Variables
SALEOR_TOKEN=${SALEOR_TOKEN}SALEOR_API_URL=${SALEOR_API_URL}Required Secrets
SALEOR_TOKEN