MeisterTask for your agents.
Connect MeisterTask once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 9 curated tools, discovered on demand, with your key stored on your machine and every call going direct to MeisterTask.
What agents can do with MeisterTask
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
meistertask_list_projectsCheck the credentials: returns all projects the user has access to.
meistertask_get_projectGet a single project by its id.
meistertask_list_tasksList tasks in a project, with optional filters.
meistertask_get_taskGet a single task by its id.
meistertask_create_taskCreate a new task in a project.
meistertask_update_taskUpdate an existing task: name, description, status, assignee, etc.
meistertask_get_project_labelsList all labels in a project.
meistertask_get_task_commentsList all comments on a task.
meistertask_list_notesList all notes in a project.
Connect it in a minute
The connect flow is agent-driven: Even opens the key page in its own browser and collects the key through a secure native field. It never passes through the chat.
- Paste the prompt below into any agent running inside Even, or click Connect in Even's catalog.
- Log in to your MeisterTask account.
- Go to your profile settings and find the API section.
- Create a Personal Access Token.
- Copy the token. It is passed as a Bearer token.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect MeisterTask to Even: call connect_begin("meistertask") on the even-connect MCP and walk me through it.
Retrieve all projects accessible to your account, list tasks in a project, and fetch task details by ID.
More Even Connect services
One MCP server, a handful of meta-tools, every service below. Agents search for the right tool at run time, so context stays lean.