Releases: taskade/mcp
Releases · taskade/mcp
v0.0.3
What's Changed
- fix: shorten server.json description for MCP Registry by @johnxie in #22
- chore: add changeset for v0.0.2 release by @johnxie in #23
- chore: release by @github-actions[bot] in #24
- fix: exclude sensitive files from npm package, sync versions by @johnxie in #25
- feat: switch to OIDC trusted publishing for npm by @johnxie in #26
- enhance(readme): Why Taskade MCP, agent recipes, ASCII diagram by @johnxie in #28
- enhance(readme): add badges, GIFs, social proof by @johnxie in #29
- enhance: cross-repo media links from taskade/taskade by @johnxie in #30
- chore: release by @github-actions[bot] in #33
- fix: sync version to 0.0.3 and correct root license to MIT by @johnxie in #38
- fix: reconcile advertised tool count to 57 by @johnxie in #40
- docs: lead with Taskade's story (demote n8n, add ToC) by @johnxie in #48
- docs: one-click Add to Cursor / Install in VS Code badges by @johnxie in #42
- docs: Windsurf, Cline & VS Code setup guides (closes #16) by @johnxie in #46
- fix: Smithery installs (env token) + honest HTTP docs by @johnxie in #43
- feat: tool annotations (title + readOnly/destructive hints) by @johnxie in #44
- docs+fix: privacy policy, SECURITY.md hardening, globalThis.fetch by @johnxie in #45
- test+ci: codegen regression tests (#34) + PR verify gate by @johnxie in #47
- ci(mcp-registry): auto-publish to the official MCP Registry via GitHub OIDC by @johnxie in #36
- docs: canonicalize hosted MCP endpoint to taskade.com/mcp (closes #6) by @johnxie in #37
- chore: release by @github-actions[bot] in #49
- fix(ci): npm OIDC trusted publishing in release.yml (unblocks 0.0.4) by @johnxie in #50
- fix(ci): upgrade npm in release workflows (trusted publishing needs >= 11.5.1) by @johnxie in #51
Full Changelog: v0.0.1...v0.0.3
v0.0.1 — Initial Release
Taskade MCP Server v0.0.1
Connect Taskade to any AI assistant — 62+ tools for workspaces, projects, tasks, AI agents, templates, media, sharing, and more.
Features
- 🔧 62 MCP tools covering the full Taskade API surface
- 🤖 AI Agent management — create, configure, and run Taskade AI agents
- 📋 Project & task management — full CRUD for projects, tasks, and subtasks
- 📂 Workspace operations — list, search, and manage workspaces
- 📄 Templates — browse and use project templates
- 🎨 Media handling — upload and manage project media
- 🔗 Sharing & permissions — manage project sharing and access
- 🐳 Docker support — run as a container via Docker MCP Catalog
Quick Start
npx @taskade/mcp-server --token YOUR_TASKADE_API_KEYTransports
- stdio (default) — for Claude Desktop, Cursor, Windsurf, etc.
- HTTP/SSE —
PORT=3001 npx @taskade/mcp-server --http --token YOUR_API_KEY