0.x — pre-release, no compatibility promise yet.What this means
MCP server
What this is: a Model Context Protocol server that lets an AI assistant or agent work in TasksMate for you. When you need it: you want Claude, Cursor or another MCP client to look up, create or update tasks without leaving the conversation.
claude mcp add --transport http tasksmate "{{MCP_URL}}"{{MCP_URL}}What you can do
Section titled “What you can do”- Find and read work — search tasks, open one, list yours or a project’s.
- Create and change it — new tasks, status and assignee changes, comments, filing a task under a project.
- Stay in control — the client acts within the scopes you approve, and a task an agent creates waits for a person to review it.
That is 8 tools — see the tools reference.
Remote or local
Section titled “Remote or local”The remote server is one URL that every client shares, over Streamable HTTP: you add it, sign in to TasksMate,
choose your organization and approve the scopes — nothing to install. Clients that can only start a local process use
a stdio package instead, npx -y @tasksmate/mcp or uvx tasksmate-mcp, which exposes the same tools and signs in with an access
token. Either way the server works through the TasksMate API, so the same scopes, rate limits and
audit trail apply as to any other integration.