MuleSoft Order Management MCP Server - A Model Context Protocol server built with MuleSoft for order management operations
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"order-management-mcp": {
"command": "npx",
"args": [
"-y",
"muleaceacademy/order-management-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add order-management-mcp npx -y muleaceacademy/order-management-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"order-management-mcp": {
"command": "npx",
"args": [
"-y",
"muleaceacademy/order-management-mcp-server"
]
}
}
}