## What is TaskerArmy Agent? TaskerArmy Agent is a Shopify optimization platform: describe a theme change in plain Eng…
## What is TaskerArmy Agent? TaskerArmy Agent is a Shopify optimization platform: describe a theme change in plain English, and an AI agent reads your theme files, plans the work, writes the code, runs automated QA, and deploys to a staging copy of your theme — your live store is never touched until you approve. ## What this MCP server does This remote MCP server lets you connect Claude or ChatGPT directly to your TaskerArmy account and ask things like: > "What optimization tasks are pending on my store?" It exposes one tool, `get_pending_optimization_tasks`, which returns your open changesets — theme changes the agent has proposed that are still awaiting QA, review, or deployment — with their title, priority, status, and creation date. ## Requirements - A TaskerArmy Agent account with at least one connected Shopify store ([sign up](https://taskerarmy.com)) - A personal access token, generated from **Team → Connect to Claude / ChatGPT** in your dashboard ## Connecting 1. Log in to your TaskerArmy dashboard and go to **Team**. 2. In the **Connect to Claude / ChatGPT** section, click **Generate token** and copy it — it's shown only once. 3. Add the server in your MCP client using the endpoint below and an `Authorization: Bearer <token>` header. **Endpoint:** `https://app.taskerarmy.com/mcp` \`\`\`json { "mcpServers": { "taskerarmy-agent": { "type": "http", "url": "https://app.taskerarmy.com/mcp", "headers": { "Authorization": "Bearer YOUR_TOKEN_HERE" } } } } \`\`\` ## Security Every request is authenticated and scoped to your own account — the tool only ever reads data belonging to the tenant that owns the token. Generating a new token immediately revokes the previous one. --- Built by [Shugert](https://shugert.com.mx), a Shopify Partner agency.
taskerarmy
mcp
free
Others in the same category, ranked by how often they are opened.