
Research
/Security News
737 Chrome VPN Extensions Linked to Brand Impersonation and Browser Traffic Redirection
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.
@taskade/mcp-server
Advanced tools
MCP server for Taskade's public API
Add the taskade mcp server to your client (ie: Cursor):
{
"mcpServers": {
"taskade": {
"command": "npx",
"args": [
"-y", "@taskade/mcp-server"
],
"env": {
"TASKADE_API_KEY": "INSERT_YOUR_TASKADE_PERSONAL_ACCESS_TOKEN_HERE"
}
}
}
}
You will need a valid Taskade personal access token, generate one here
git clone git@github.com:taskade/mcp.gityarn installyarn buildFor example, to install the server on Claude, edit your claude_desktop_config.json:
{
"mcpServers": {
"taskade": {
"command": "node",
"args": [
"/path/to/taskade-mcp-repo"
],
"env": {
"TASKADE_API_KEY": "INSERT_YOUR_TASKADE_PERSONAL_ACCESS_TOKEN_HERE"
}
}
}
}
You will need a valid Taskade personal access token, generate one here
For clients that support connecting MCP servers via SSE/Streamable HTTP (ie: Cursor):
yarn start:server~/.cursor/mcp.json):{
"mcpServers": {
"taskade": {
"url": "http://localhost:3000/sse?access_token=INSERT_YOUR_TASKADE_PERSONAL_ACCESS_TOKEN_HERE"
}
}
}
FAQs
MCP server for Taskade's public API
The npm package @taskade/mcp-server receives a total of 155 weekly downloads. As such, @taskade/mcp-server popularity was classified as not popular.
We found that @taskade/mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.