MCP.so
Sign In

TaskerArmy AgentVerifiedFeatured

@TaskerArmy

About TaskerArmy Agent

Ask Claude or ChatGPT what Shopify theme optimization tasks are pending on your store, a remote MCP server for TaskerArmy Agent accounts.

Connection details

https://app.taskerarmy.com/mcp

Setup

claude mcp add taskerarmy-agent --transport http https://app.taskerarmy.com/mcp --header "Authorization: Bearer YOUR_TOKEN_HERE"

Tools

No tools detected

Fetch the live tool list directly from this server's endpoint using the button above.

Overview

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)
  • 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, a Shopify Partner agency.

Frequently asked questions

What is the TaskerArmy Agent remote MCP server?

The TaskerArmy Agent remote MCP server is a hosted Model Context Protocol endpoint at https://app.taskerarmy.com/mcp, so AI assistants can connect to it without installing or running anything locally.

How do I connect to the TaskerArmy Agent MCP server?

Add the endpoint https://app.taskerarmy.com/mcp to any MCP-compatible client such as Claude Code, Cursor, or VS Code. The setup snippets on this page configure each client in one step.

Does the TaskerArmy Agent MCP server require authentication?

Yes. TaskerArmy Agent uses OAuth: the first time you connect, your MCP client opens a browser window to sign in and authorize access, then reuses the credentials for future sessions.

Which transport does the TaskerArmy Agent MCP server use?

TaskerArmy Agent exposes a Streamable HTTP endpoint, the transport used by remote MCP servers and supported by all major MCP clients.

Comments