Weavz
MeisterTask

MeisterTask

Intuitive online task manager for teams, personal productivity, and everything in between.

13 tools
9 triggers
Use withChatGPTClaudeClaude CodeCursorCodexMCP clientsSetup guide

Tools

Name
create_label

Creates a new label

create_task_label

Creates a new task label

create_attachment

Creates a new attachment

create_task

Creates a new task

update_task

Updates an existing task

find_attachment

Finds an attachment by searching

find_label

Finds a label by searching

find_person

Finds a person based on person_id

find_task

Finds a task by searching

find_or_create_attachment

Finds an attachment by searching, or creates one if it doesn't exist

find_or_create_task

Finds a task by searching, or creates one if it doesn't exist

find_or_create_label

Finds a label by searching, or creates one if it doesn't exist

custom_api_call

Make a custom API call to a specific endpoint

Triggers

Name
new_attachment

Triggers when an attachment is created.

new_person

Triggers when a new person is added to a project.

new_section

Triggers when a new section is created.

new_comment

Triggers when a new comment is created on a task.

new_task_label

Triggers when a task label is created.

new_checklist_item

Triggers when a new checklist item is added to a task.

new_project

Triggers when a new project is created.

new_label

Triggers when a label is created.

new_task

Triggers when a task is created or changed.

Quick Start

TypeScript
import { WeavzClient } from '@weavz-io/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute('meistertask', 'create_label', {
  workspaceId: '550e8400-e29b-41d4-a716-446655440000',
  integrationAlias: 'meistertask',
  input: { /* ... */ },
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect MeisterTask to my app?

Use Weavz Hosted Connect for OAuth2 authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.

What tools does MeisterTask support?

MeisterTask supports 13 tools including Create Label, Create Task Label, Create Attachment, Create Task, Update Task, and more.

Can I use MeisterTask with AI agents?

Yes. Add MeisterTask to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.

How do I connect MeisterTask to ChatGPT or Claude?

Open the Weavz connector setup, sign in, choose a workspace, and add MeisterTask as an approved app. ChatGPT, Claude, and other remote MCP clients can then call the scoped MeisterTask tools exposed by that workspace.

Does MeisterTask work with Claude Code, Cursor, Codex, and local agents?

Yes. Remote and local MCP clients can connect to a Weavz MCP endpoint for the workspace. Local coding agents can also use the Weavz CLI to inspect apps, discover actions, run approved MeisterTask work, and execute Code Mode workflows from a terminal.

What can I ask an AI agent to do with MeisterTask?

MeisterTask exposes 13 tools, including Create Label, Create Task Label, Create Attachment, Create Task, Update Task, and more. Use Weavz to keep credentials scoped, require approval for sensitive work, and audit what the agent did.

Can MeisterTask be used in stateful agent workflows?

Yes. Agents can combine MeisterTask tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.

What authentication does MeisterTask use?

MeisterTask uses OAuth2. Weavz stores OAuth credentials securely and refreshes tokens when supported by the provider.

How much does the MeisterTask integration cost?

The MeisterTask integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.

What triggers does MeisterTask support?

MeisterTask supports 9 triggers including New Attachment, New Person, New Section, New Comment, New Task Label, and more.

Connect MeisterTask in minutes

Get 20,000 free action executions every month. No credit card required.