From bf6b834b672126a7decfa0eb63281951b7d2af4f Mon Sep 17 00:00:00 2001 From: Henry Mao <1828968+calclavia@users.noreply.github.com> Date: Fri, 27 Dec 2024 19:12:53 +0700 Subject: [PATCH] Add Smithery CLI installation instructions and badge --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index d6d9e33..9fad77e 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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