MCP.so
登录

TaskerArmy Agent已验证已精选

@TaskerArmy

关于 TaskerArmy Agent

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

连接信息

https://app.taskerarmy.com/mcp

接入方式

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

工具

未检测到工具

点击上方按钮,直接连接服务器端点实时获取工具列表。

概览

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.

常见问题

TaskerArmy Agent 远程 MCP 服务器是什么?

TaskerArmy Agent 的远程 MCP 服务器是一个托管的 Model Context Protocol 端点,地址是 https://app.taskerarmy.com/mcp,AI 助手无需在本地安装或运行任何东西即可连接。

怎么连接 TaskerArmy Agent 的 MCP 服务器?

把端点 https://app.taskerarmy.com/mcp 添加到任意支持 MCP 的客户端,比如 Claude Code、Cursor 或 VS Code。本页的接入代码块可以一步配置好每个客户端。

TaskerArmy Agent 的 MCP 服务器需要认证吗?

需要。TaskerArmy Agent 使用 OAuth——第一次连接时,你的 MCP 客户端会打开浏览器窗口登录并授权,之后会复用这个凭证。

TaskerArmy Agent 的 MCP 服务器用的是哪种传输方式?

TaskerArmy Agent 暴露的是 Streamable HTTP 端点,这是远程 MCP 服务器普遍使用、主流客户端都支持的传输方式。

评论