productivity
MeisterTask MCP, CLI, and Lua Integration for AI Agents
MeisterTask integration docs for AI agents: MCP gateway setup, MeisterTask CLI commands, Lua API reference, credentials, and function schemas.
7 functions 5 read 2 write Bearer token auth
MeisterTask for agents
Credentials can be configured manually in web or CLI hosts.
Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.
Machine-Readable Metadata
- integration_slug
meistertask- route_slug
meistertask- package
meistertask- auth_strategy
bearer_tokenBearer token- cli_setup_supported
true- cli_runtime_supported
true- mcp_gateway_supported
true- lua_supported
true- supports_multi_account
true
Quick Links
Lua APIAgent-facing namespace and function reference. MeisterTask CLIHeadless setup and direct function calls. MeisterTask MCPMCP gateway setup for external clients. Submit feedbackReport missing tools, auth problems, wrong docs, or runtime issues. ContributeAdd tools or improve metadata in the integrations repo.
MeisterTask MCP Client Matrix
Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for MeisterTask.
Claude Code MeisterTask MCP setup for Claude Code. Cursor MeisterTask MCP setup for Cursor. Codex MeisterTask MCP setup for Codex. OpenAI Agents MeisterTask MCP setup for OpenAI Agents SDK. Claude Agent SDK MeisterTask MCP setup for Claude Agent SDK. Vercel AI SDK MeisterTask MCP setup for Vercel AI SDK. LangChain MeisterTask MCP setup for LangChain. LangGraph MeisterTask MCP setup for LangGraph. CrewAI MeisterTask MCP setup for CrewAI. MCP clients MeisterTask MCP setup for Generic MCP Clients.
MeisterTask CLI Matrix
Use these pages for direct MeisterTask CLI workflows in scripts, CI, cron, and agent wrappers.
CI MeisterTask CLI for CI. Cron Jobs MeisterTask CLI for cron jobs. Shell Scripts MeisterTask CLI for shell scripts. Headless Automation MeisterTask CLI for headless automation. Coding Agents MeisterTask CLI for coding agents.
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
meistertask.meistertask_list_projects | Read read | 0 | List all MeisterTask projects the authenticated user has access to. Returns project IDs, names, and basic metadata. |
meistertask.meistertask_get_project | Read read | 1 | Get detailed information about a specific MeisterTask project, including sections, members, and status. |
meistertask.meistertask_create_task | Write write | 9 | Create a new task in a MeisterTask project. You must specify the project and at least a task name. Optionally set status, assignee, due date, description, and more. |
meistertask.meistertask_list_tasks | Read read | 5 | List tasks across MeisterTask projects with optional filters. Supports filtering by project, status, assignee, and more. |
meistertask.meistertask_get_task | Read read | 1 | Get detailed information about a specific MeisterTask task, including its description, status, assignee, due date, and attachments. |
meistertask.meistertask_update_task | Write write | 9 | Update an existing MeisterTask task. You can change the name, status, description, assignee, due date, priority, labels, and more. |
meistertask.meistertask_get_current_user | Read read | 0 | Get the profile of the currently authenticated MeisterTask user, including name, email, and account details. |