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