Hugoduncan Mcp Tasks
hugoduncan-mcp-tasks is a Claude Code plugin bundle for the Build phase that adds an MCP server for task-based agent workflow management.
Connect an MCP task-management server so agents plan, queue, and complete discrete workflow tasks instead of free-form chat-only execution.
Add it to Claude Code
Install the plugin in Claude Code. One command, paste-ready.
/plugin install hugoduncan-mcp-tasks@hugoduncan/mcp-tasksBuilt to be called by your agent
Skillselion is itself an MCP server. Your agent can pull this entry and a paste-ready install config straight from the API - no copy-paste.
Retrieve this entry with skillselion.get_details("plugin:hugoduncan/mcp-tasks") and the paste-ready config with skillselion.get_install_config("plugin:hugoduncan/mcp-tasks").
What it does
hugoduncan-mcp-tasks is a Claude Code–compatible bundle built around an MCP server that provides task-based workflow management for agents. Solo builders install it when long Claude sessions lose structure—features half-done, subtasks forgotten, or parallel work colliding—because chat history alone is a poor execution board. The repository advertises MCP, CLI, management, tasks, and prebuilt skill usage across two plugin entries, positioning it as infrastructure you register once and invoke from Claude Code or other MCP-capable clients. It shines when you want explicit task states the model can read and update; it does not replace human PM tools for roadmap prioritization. Complexity sits at intermediate: you need MCP wiring and comfort delegating step boundaries to the agent.
Highlights
- MCP server exposing task-based workflow management for coding agents
- Bundle includes 2 plugins/skills-oriented entries with CLI and mcptasks keywords
- Prebuilt task flows designed for agent use rather than human-only todo apps
- Pairs management primitives with MCP so tools stay in the agent loop
- Suitable for decomposing multi-step agent work into trackable units
Why builders use it
Agent sessions collapse multi-step work into unstructured chat, so tasks stall, repeat, or vanish when context compacts.
Your agent uses an MCP task server to create, track, and close workflow tasks so multi-step coding work stays ordered and resumable.
At a glance
- Type - Plugin in Automation.
- Adoption - 0 installs, 9 stars, 0 votes.
FAQ
Who is hugoduncan-mcp-tasks for?
Developers running MCP-capable agents who need structured task lists the model can manage through tools, not just prose.
When should I use hugoduncan-mcp-tasks?
Use it when a feature spans many dependent steps and you want the agent to advance, pause, and resume work via explicit tasks.
How do I add hugoduncan-mcp-tasks to my agent?
Install hugoduncan/mcp-tasks per its README, register the MCP server in Claude Code (or your MCP client), and enable the bundled plugin entries.
Comments
Share how you use hugoduncan-mcp-tasks, gotchas, or tips for other indie builders.
No comments yet - be the first to share how you use it.