Skip to content
Cursor

target for Cursor

io.github.markswendsen-code/target

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

client:Cursor transport:stdio runtime:npm

Install target in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

target in other clients