cli market world for Grok
io.github.treevu-ai/cli-market-world
Commerce for AI agents. 44 MCP tools. 380 retailers (336 verified), 21 countries, 4 platforms.
client:Grok
transport:stdio
runtime:pypi
Install cli market world in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"cli-market-world": {
"type": "stdio",
"command": "uvx",
"args": [
"cli-market-world"
],
"env": {
"MARKET_API_URL": "<MARKET_API_URL>",
"MCP_TOOL_PROFILE": "<MCP_TOOL_PROFILE>"
}
}
}
}
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