πŸ“šAllForClaude
SkillsMCPPluginsCategoriesHow to install
πŸ“š AllForClaude

Skills, MCP Servers & Plugins for Claude, All in One Place.

By type

  • Skills
  • MCP Servers
  • Plugins
  • Subagents
  • Slash Commands

Categories

  • πŸ’» Development & Coding
  • ⚑ Productivity & Automation
  • 🎨 Creative, Design & Art
  • πŸ“„ Documents & Office
  • πŸ’¬ Communication & Messaging
  • πŸ€– AI & Machine Learning

Learn

  • How to install
  • All categories
  • Search

Β© 2026 AllForClaude. An independent, community directory β€” not affiliated with Anthropic.

Aggregated from claudeskills.info, skillshubmcp.com & claudedirectory.org.

  1. Home
  2. /MCP Servers
  3. /AI & Machine Learning
  4. /Task Master Server
πŸ€–

Task Master Server

πŸ”ŒMCP ServerπŸ€–AI & Machine Learningβ˜… Featured27,765

Convert PRDs into structured, prioritized, implementation-ready task lists that AI agents can read and update

By Eyal Toledano

taskmasterproject-managementprdtasksplanningcommunity
Install command
npx -y task-master-ai

How to install

MCP Server

MCP servers let Claude connect to external tools & services. Add this server to your MCP config, then restart the app.

Claude Desktop / Claude Code (local, stdio):

Add to claude_desktop_config.json (Desktop) or .mcp.json (Claude Code):

config
{
  "mcpServers": {
    "task-master-server": {
      "command": "npx",
      "args": ["-y", "task-master-ai"]
    }
  }
}

Claude.ai (remote / hosted):

Settings β†’ Connectors β†’ β€œ+” β†’ search the directory β†’ Connect, then authenticate via OAuth if prompted.

Config keys vary per server β€” always follow the server's own README. Restart Claude after adding it.

Exact steps can vary per project β€” always double-check the original source. New to this? Read the full install guide β†’

Source

  • Claude Directory

More in AI & Machine Learning

View all β†’
πŸ€–
🧩Skillβ˜… Featured

Brainstorming

You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.

πŸ€–AI & Machine Learning247,389
Claude DirectoryClaude Skills Hub
πŸ€–
🧩Skillβ˜… Featured

Verification Before Completion

Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output before making any success claims; evidence before assertions always

πŸ€–AI & Machine Learning247,389
πŸ€–
🧩Skillβ˜… Featured

Claude Api

Reference for the Claude API / Anthropic SDK β€” model ids, pricing, params, streaming, tool use, MCP, agents, caching, token counting, model migration. TRIGGER β€” read BEFORE opening the target file; don't skip because it "looks like a one-liner" β€” whenever: the prompt names Claud…

πŸ€–AI & Machine Learning158,616
Claude DirectorySkillsHub MCP
πŸ€–
🧩Skillβ˜… Featured

MCP Server Builder

Guide for creating high-quality Model Context Protocol servers with best practices

πŸ€–AI & Machine Learning158,616

How to install

MCP Server

MCP servers let Claude connect to external tools & services. Add this server to your MCP config, then restart the app.

Claude Desktop / Claude Code (local, stdio):

Add to claude_desktop_config.json (Desktop) or .mcp.json (Claude Code):

config
{
  "mcpServers": {
    "task-master-server": {
      "command": "npx",
      "args": ["-y", "task-master-ai"]
    }
  }
}

Claude.ai (remote / hosted):

Settings β†’ Connectors β†’ β€œ+” β†’ search the directory β†’ Connect, then authenticate via OAuth if prompted.

Config keys vary per server β€” always follow the server's own README. Restart Claude after adding it.

Exact steps can vary per project β€” always double-check the original source. New to this? Read the full install guide β†’