MCP server for Target - search products, manage cart, track orders
{
"mcpServers": {
"io-github-markswendsen-code-target": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
MCP server for Target - search products, manage cart, track orders
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
License not specified.
Is it maintained?
Last commit 23 days ago.
Will it work with my client?
Transport: stdio. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
No automated test available for this server. Check the GitHub README for setup instructions.
No known vulnerabilities.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationHave you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Persistent memory using a knowledge graph
Privacy-first. MCP is the protocol for tool access. We're the virtualization layer for context.
Pre-build reality check. Scans GitHub, HN, npm, PyPI, Product Hunt — returns 0-100 signal.
Monitor browser logs directly from Cursor and other MCP compatible IDEs.
MCP Security Weekly
Get CVE alerts and security updates for io.github.markswendsen-code/target and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
MCP (Model Context Protocol) server connector for Target retail shopping. Enables AI assistants to search products, manage carts, and track orders on Target.com via browser automation.
npx @striderlabs/mcp-target
Or install globally:
npm install -g @striderlabs/mcp-target
Add to your MCP client config (e.g., Claude Desktop claude_desktop_config.json):
{
"mcpServers": {
"target": {
"command": "npx",
"args": ["@striderlabs/mcp-target"]
}
}
}
statusCheck Target authentication status and session info.
Parameters: none
loginAuthenticate with your Target account via browser automation.
Parameters:
| Name | Type | Required | Description |
|------|------|----------|-------------|
| email | string | ✅ | Target account email |
| password | string | ✅ | Target account password |
| headless | boolean | | Run browser headlessly (default: true). Set false to see the browser window. |
Credentials are never stored — only session cookies are persisted to ~/.striderlabs/target/.
logoutClear session cookies and log out.
Parameters: none
search_productsSearch Target products with optional filters and sorting.
Parameters:
| Name | Type | Required | Description |
|------|------|----------|-------------|
| query | string | ✅ | Search term |
| category | string | | Category filter (e.g., electronics) |
| min_price | number | | Minimum price filter |
| max_price | number | | Maximum price filter |
| sort_by | string | | Sort order: relevance, price_low, price_high, newest, bestselling |
| limit | number | | Max results (default: 10, max: 24) |
get_productGet detailed product information including price, description, and availability.
Parameters:
| Name | Type | Required | Description |
|------|------|----------|-------------|
| url | string | | Full Target product URL |
| tcin | string | | Target product TCIN/item ID |
Provide either url or tcin.
check_store_availabilityCheck if a product is available for in-store pickup at nearby Target stores.
Parameters:
| Name | Type | Required | Description |
|------|------|----------|-------------|
| tcin | string | | Target product TCIN |
| url | string | | Product URL |
| zip_code | string | | ZIP code for nearby store search |
Provide either url or tcin.
add_to_cartAdd a product to your Target cart.
Parameters:
| Name | Type | Required | Description |
|------|------|----------|-------------|
| url | string | | Target product URL |
| tcin | string | | Target product TCIN |
| quantity | number | | Quantity (default: 1) |
| fulfillment | string | | pickup, shipping, or delivery (default: shipping) |
Requires login.
view_cartView current cart contents and totals.
Parameters: none Requires login.
clear_cartRemove all items from cart.
Parameters: none Requires login.
checkoutPreview or place a Target order.
Parameters:
| Name | Type | Required | Description |
|------|------|----------|-------------|
| confirm | boolean | | Set true to place the order. Default false (preview only). |
Requires login. Always preview first before confirming.
get_ordersGet order history.
Parameters:
| Name | Type | Required | Description |
|------|------|----------|-------------|
| limit | number | | Number of recent orders (default: 10) |
Requires login.
track_orderTrack an order's status and delivery information.
Parameters:
| Name | Type | Required | Description |
|------|------|----------|-------------|
| order_id | string | ✅ | Target order ID |
Requires login.
Session cookies are stored at ~/.striderlabs/target/:
cookies.json — Browser session cookies