Skip to content

Commit 695e38c

Browse files
committed
chore: npm install doc
1 parent 476ff03 commit 695e38c

File tree

1 file changed

+26
-1
lines changed

1 file changed

+26
-1
lines changed

packages/server/README.md

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,32 @@
22

33
MCP server for Taskade's public API
44

5-
## Manual setup
5+
## Install
6+
7+
Add the taskade mcp server to your client (ie: Cursor):
8+
9+
10+
```json
11+
{
12+
"mcpServers": {
13+
"taskade": {
14+
"command": "npx",
15+
"args": [
16+
"-y", "@taskade/mcp-server"
17+
],
18+
"env": {
19+
"TASKADE_API_KEY": "INSERT_YOUR_TASKADE_PERSONAL_ACCESS_TOKEN_HERE"
20+
}
21+
}
22+
}
23+
}
24+
```
25+
26+
> You will need a valid Taskade personal access token, generate one [here](https://www.taskade.com/settings/password)
27+
28+
29+
30+
## Test locally
631

732
- Clone this repo: `git clone git@github.com:taskade/mcp.git`
833
- Install dependencies: `yarn install`

0 commit comments

Comments
 (0)