{
  "name": "io.github.eyaltoledano/claude-task-master",
  "description": "Claude Task Master is an MCP server that turns a high-level project goal into a structured task list, tracks progress, and persists state across sessions. Built specifically for AI coding agents that need to plan, decompose, and execute multi-week initiatives.",
  "status": "active",
  "version": "latest",
  "_meta": {
    "com.top-mcps/lastVerified": "2026-05-26",
    "com.top-mcps/score": {
      "value": 86,
      "rubricVersion": "2026-04",
      "lastComputed": "2026-05-26T10:50:23.742Z",
      "methodology": "https://top-mcps.com/about/methodology"
    },
    "com.top-mcps/stats": {
      "fetchedAt": "2026-05-26T10:50:23.471Z",
      "githubStars": 27256,
      "lastCommitAt": "2026-04-28T13:27:12Z"
    }
  },
  "repository": {
    "url": "https://github.com/eyaltoledano/claude-task-master",
    "source": "github"
  },
  "author": {
    "name": "Eyal Toledano (community)"
  },
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "task-master-mcp",
      "version": "latest",
      "transport": {
        "type": "stdio"
      }
    }
  ],
  "capabilities": {
    "security": {
      "scope": "read-write",
      "sandbox": "Reads and writes to a `.taskmaster` directory inside the project root. No network calls.",
      "gotchas": [
        "State files are checked in by default — review before committing sensitive task descriptions.",
        "Concurrent edits across multiple agents are not coordinated; one writer at a time."
      ]
    }
  },
  "_links": {
    "html": "https://top-mcps.com/mcp/task-master-ai",
    "markdown": "https://top-mcps.com/mcp/task-master-ai.md",
    "methodology": "https://top-mcps.com/about/methodology"
  }
}
