Semore K-Commerce for Grok
io.github.semorehq/mcp-commerce
Semore K-product MCP server: search K-beauty/fashion/pop, cross-border carts, AP2-signed checkout.
client:Grok
transport:stdio
runtime:npm
Install Semore K-Commerce in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mcp-commerce": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@semore/mcp-commerce"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs