PluginBench
MCP Server

io.github.markswendsen-code/target MCP Server

io.github.markswendsen-code/target

What is the io.github.markswendsen-code/target MCP server?

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

How to install io.github.markswendsen-code/target

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "target": {
      "command": "npx",
      "args": [
        "-y",
        "@striderlabs/mcp-target"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "target": {
      "command": "npx",
      "args": [
        "-y",
        "@striderlabs/mcp-target"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "target": {
      "command": "npx",
      "args": [
        "-y",
        "@striderlabs/mcp-target"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "target": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@striderlabs/mcp-target"
      ]
    }
  }
}
Claude Code
claude mcp add target -- npx -y @striderlabs/mcp-target

Related MCP servers

MCP server for Chipotle - let AI agents order burritos, bowls, and more

View repository →

MCP server for Crunchyroll anime streaming - search anime, manage watchlist, track viewing progress

View repository →

MCP server for Delta Airlines - search flights, check status, manage trips

View repository →

MCP server for DoorDash - let AI agents order food delivery autonomously with browser-based ordering

View repository →

Gmail MCP server — send, read, and search email. By Strider Labs.

View repository →

MCP server for GrubHub - let AI agents order food and manage restaurant delivery autonomously

View repository →