Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. 💻 Developer Tools
  3. Claude Task Master
Claude Task Master logo
Health: ActiveRecent health check succeeded.Last checked 9/10/2026, 9:16:01 AM

Claude Task Master

User RatingsBe the first to rate and review this MCP server!
View Repository28.1k GitHub StarsTotal stargazers on GitHub for the source repository (28,061 stars).Visit Website
developer-toolstask-managementai-developmentmcp

Parses PRDs into structured tasks, expands implementation steps, and manages AI development work across multiple model providers.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag — we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON â–¾

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "eyaltoledano-claude-task-master": {
      "command": "npx",
      "args": [
        "-y",
        "task-master-ai"
      ]
    }
  }
}

💡 Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives💻 More in Developer Tools

Overview

eyaltoledano/claude-task-master MCP server turns product requirements into structured development tasks for use from an AI-enabled editor. It runs locally through the `task-master-ai` npm package and exposes MCP capabilities for PRD parsing, task expansion, dependencies, research, and workflow management. Multiple AI providers can supply the main, research, and fallback models, with selective tool loading available to reduce context usage. Reach for it when an agent needs a persistent, structured way to plan and track implementation work from a PRD.

Use cases

•Parse a PRD into an actionable task list
•Expand high-level tasks into implementation steps
•Track dependencies across development tasks
•Organize work by tags and workstreams
•Run research during AI-assisted planning

Key features

•PRD parsing
•Task expansion
•Task dependencies
•Tags and workstreams
•Multi-provider model support
•Selective MCP tool loading

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Claude Task Master.

Extracted Tool Capabilities
PRD parsing
Task expansion
Task dependencies
Tags and workstreams
Multi-provider model support
Selective MCP tool loading

How Claude Task Master works

What eyaltoledano/claude-task-master MCP server does

eyaltoledano/claude-task-master MCP server provides task planning and management for AI-assisted software development. Its workflow starts with a product requirements document (PRD), which can be parsed into tasks and then expanded into more detailed implementation steps. Tasks support dependencies, tags, and workstreams, giving an AI client more structure than an untracked list of prompts.

The project is designed for use through MCP-compatible development environments. The README specifically documents Cursor, Windsurf, VS Code, and Q Developer CLI configuration, and describes the system as working with Claude and Cursor. It also includes CLI commands alongside its MCP interface.

How it works

The server runs as a local standard-input/standard-output process using the task-master-ai npm package. An MCP client starts it with npx -y task-master-ai, then communicates with the process using the client’s MCP configuration. The server uses configured AI models for operations such as task generation, task expansion, and research.

Three model roles are supported: a main model, a research model, and a fallback model. The research model is optional. Provider selection can include Anthropic, OpenAI, Google Gemini, Perplexity, xAI, OpenRouter, and other providers shown in the configuration example. Claude Code and Codex CLI are also listed as alternatives to directly supplying an API key, with Codex CLI using OAuth through a ChatGPT subscription.

Setup and configuration

Install the package through npm and register it in the MCP client configuration. Cursor and Windsurf use an mcpServers object, while VS Code uses a servers object and includes a server type in its configuration format. The README gives separate configuration locations for global and project-level setups.

At least one supported provider credential is needed for the AI-backed commands unless Claude Code or Codex CLI is being used. Keys can be placed in the project’s root .env file or in the MCP configuration’s env section. The one-click Cursor setup uses placeholder values, so those values must be replaced before use. If the client reports that no tools are enabled, the documented checks are to restart the editor and verify the API key configuration.

Tools and capabilities

eyaltoledano/claude-task-master MCP server supports capabilities documented around:

  • Parsing PRDs into tasks
  • Expanding tasks into implementation details
  • Managing task status and dependencies
  • Organizing work with tags and workstreams
  • Running research through a selected research model
  • Automating workflows with a loop command
  • Loading all, standard, core, or selected tools through TASK_MASTER_TOOLS

The available tool set can therefore be narrowed to a comma-separated selection instead of exposing every capability to the client.

Limitations and notes

The server does not remove the need for model-provider access. Most AI operations require at least one applicable API key, and using several providers requires configuring their respective keys. Research is optional, but it uses a separate research-model configuration when enabled.

The provided material documents Cursor, Windsurf, VS Code, and Q Developer CLI setup, but does not establish compatibility with every MCP client. The package is open source under an MIT license with a Commons Clause, as indicated by the repository badge; the Commons Clause may add restrictions beyond a standard MIT license.

Read the full README →View source on GitHub →

Related MCP Servers

View all in Developer Tools View all alternatives
  • Llm Router logoLlm Router

    Subscription-aware LLM router for Claude Code. Routes tasks to 20+ providers (OpenAI, Gemini, Groq, Ollama, Codex) based on complexity classification, Claude subscription pressure, and cost. Free tasks stay on Claude subscription; expensive tasks fall back to the cheapest capable model. Includes 30 MCP tools, 6 auto-routing hooks, semantic dedup cache, prompt caching, daily spend cap, and a live web dashboard.

    💻 Developer Tools3 views
    Compare vs Llm Router →
  • SaC — Software as Content logoSaC — Software as Content

    Give your AI agent the ability to respond with live, interactive apps that evolve.

    💻 Developer Tools3 views
    Compare vs SaC — Software as Content →
  • Magic MCP logoMagic MCP

    Create crafted UI components inspired by the best 21st.dev design engineers.

    💻 Developer Tools16 views
    Compare vs Magic MCP →
  • Faf MCP logoFaf MCP

    Universal persistent project context for Cursor, Windsurf, Cline, VS Code, and all MCP-compatible platforms (including Claude Desktop). IANA-registered format (application/vnd.faf+yaml). 17 native tools, AI-readiness scoring.

    💻 Developer Tools3 views
    Compare vs Faf MCP →

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks — not a rating.

GitHub stars
28k
Stargazers on the source repository.
npm downloads
68k
Package downloads in the last 30 days.
Last commit
4mo ago
Most recent push to the default branch.
Directory activity
8 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet — be the first to share how this listing worked for you.

Frequently Asked Questions about Claude Task Master

Run `npx -y task-master-ai` through your MCP client configuration, or use the documented Claude Code command `claude mcp add taskmaster-ai -- npx -y task-master-ai`.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewClaude Task Master AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/eyaltoledano-claude-task-master?style=directory)](https://allmcps.com/mcp/eyaltoledano-claude-task-master)
HTML Embed
<a href="https://allmcps.com/mcp/eyaltoledano-claude-task-master"><img src="https://allmcps.com/api/badge/eyaltoledano-claude-task-master?style=directory" alt="Claude Task Master on AllMCPs" /></a>

Technical Specs & Signals

Category💻Developer Tools
PricingBring your own API key (usage-based cost)
More technical detailsExpand â–¾
TransportSTDIO
RuntimeNode.js
AuthAPI key
ClientsCursor, Windsurf
Last updatedSep 2, 2026
96/96 checks healthy over the last 14d
Views8
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars28,061
GitHub Star CountTotal stargazers on GitHub representing community popularity (28,061 stars).
Last commit4mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Apr 28, 2026
npm downloads68,476/mo
Monthly npm DownloadsAverage monthly package installs recorded from npm registry statistics.
61Quality signal: Good · 61/100How this signal is calculated ▾
Server availabilityNot measured

Not scored for repo-hosted servers — we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools24/30
Adoption & activity11/15
Community engagement1/10

A guidance signal from public completeness & health data — not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 15d ago via OSV.dev · task-master-ai (npm)

★ FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server →

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge — proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it — no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in 💻 Developer Tools →Best MCP servers for Developers →Alternatives to Claude Task Master →Install in Claude DesktopInstall in CursorInstall in VS Code