Skip to content

Commit d1b1bbc

Browse files
committed
Add Smithery CLI installation instructions and badge
1 parent 0ab5230 commit d1b1bbc

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Todoist MCP Server
2+
[![smithery badge](https://smithery.ai/badge/@abhiz123/todoist-mcp-server)](https://smithery.ai/server/@abhiz123/todoist-mcp-server)
23

34
An MCP (Model Context Protocol) server implementation that integrates Claude with Todoist, enabling natural language task management. This server allows Claude to interact with your Todoist tasks using everyday language.
45

@@ -12,6 +13,15 @@ An MCP (Model Context Protocol) server implementation that integrates Claude wit
1213

1314
## Installation
1415

16+
### Installing via Smithery
17+
18+
To install Todoist MCP Server for Claude Desktop automatically via [Smithery](https://smithery.ai/server/@abhiz123/todoist-mcp-server):
19+
20+
```bash
21+
npx -y @smithery/cli install @abhiz123/todoist-mcp-server --client claude
22+
```
23+
24+
### Manual Installation
1525
```bash
1626
npm install -g @abhiz123/todoist-mcp-server
1727
```

0 commit comments

Comments
 (0)