Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# MCP TaskManager
[![smithery badge](https://smithery.ai/badge/@kazuph/mcp-taskmanager)](https://smithery.ai/server/@kazuph/mcp-taskmanager)

Model Context Protocol server for Task Management. This allows Claude Desktop (or any MCP client) to manage and execute tasks in a queue-based system.

Expand Down Expand Up @@ -39,6 +40,14 @@ You can find this through the Claude Desktop menu:
- Claude Desktop (install from https://claude.ai/desktop)
- tsx (install via `npm install -g tsx`)

### Installing via Smithery

To install TaskManager for Claude Desktop automatically via [Smithery](https://smithery.ai/server/@kazuph/mcp-taskmanager):

```bash
npx -y @smithery/cli install @kazuph/mcp-taskmanager --client claude
```

### Installation

```bash
Expand Down