Skip to content

Commit ddfee4e

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

File tree

1 file changed

+27
-1
lines changed

1 file changed

+27
-1
lines changed

packages/server/README.md

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,33 @@
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+
```json
10+
11+
```json
12+
{
13+
"mcpServers": {
14+
"taskade": {
15+
"command": "npx",
16+
"args": [
17+
"-y", "@taskade/mcp-server"
18+
],
19+
"env": {
20+
"TASKADE_API_KEY": "INSERT_YOUR_TASKADE_PERSONAL_ACCESS_TOKEN_HERE"
21+
}
22+
}
23+
}
24+
}
25+
```
26+
27+
> You will need a valid Taskade personal access token, generate one [here](https://www.taskade.com/settings/password)
28+
29+
30+
31+
## Test locally
632

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

0 commit comments

Comments
 (0)