Skip to content

Commit a82680f

Browse files
authored
Merge pull request Doist#6 from smithery-ai/add-smithery
Add Smithery to README
2 parents 0ab5230 + d1b1bbc commit a82680f

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)