Skip to content
Grok

target for Grok

io.github.markswendsen-code/target

MCP server for Target - search products, manage cart, track orders

client:Grok transport:stdio runtime:npm

Install target in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "target": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@striderlabs/mcp-target"
      ]
    }
  }
}

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

target in other clients