★ 0 stars
TypeScript
📦 Other
Updated 1d ago
1Commerce / UnifyOne MCP Server — 18 tools across the Cathedral Framework (Stores, Products, Orders, Automations, Manus AI)
View on GitHub →
Try with Claude — $10 free →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"onecommerce-mcp-serv": {
"command": "npx",
"args": [
"-y",
"ksksrbiz-arch/onecommerce-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add onecommerce-mcp-serv npx -y ksksrbiz-arch/onecommerce-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"onecommerce-mcp-serv": {
"command": "npx",
"args": [
"-y",
"ksksrbiz-arch/onecommerce-mcp-server"
]
}
}
}