MeisterTask Connector for AI agents.
12 live capabilities
Manage your Kanban boards and agile project workflows with natural language commands.
Waiting for input…
Why people use MeisterTask
MeisterTask Project Management for Agile Teams
This Connector puts your project board inside your chat. You can just tell your agent to update a task or move a group of items, and it happens instantly. You get a live command center that actually does the work for you.
What Vinkius changes
You get a voice controlled project management dashboard inside your favorite AI client.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Standup Summaries
A project manager asks the agent to summarize all comments on a blocked task to see why it's stuck without scrolling through a long thread.
- Real-world use case 02
Rapid Task Creation
An ops lead tells the agent to create 5 recurring weekly maintenance tasks in the DevOps project to automate their weekly checklist.
- Real-world use case 03
Kanban Shuffling
A developer tells the agent to move all completed UI fixes from In Progress to Done, updating the board status in one go.
Complete set · 12capabilities
The complete MeisterTask capability set.
These are the exact actions your AI can choose when you ask it to work with MeisterTask.
01—04
4 capabilities in this set.
Part of 12 available through MeisterTask.
- 01 Capability
List all accessible tasks
Fetches a list of every task you have permission to see. This is great for getting a bird's eye view of your workload.
- 02 Capability
List task comments
Pulls the history of comments for a specific task. It lets your agent summarize team discussions or feedback.
- 03 Capability
Create new task
Adds a new task to a project. You can include descriptions and assign it to a team member immediately.
- 04 Capability
Remove task
Deletes a specific task from your board. Use this to clean up finished or irrelevant work items.
05—08
4 capabilities in this set.
Part of 12 available through MeisterTask.
- 05 Capability
Get api status
Checks the connection between your agent and MeisterTask. It ensures your integration is active and ready.
- 06 Capability
Get project details
Pulls information about a specific project board. This helps the agent understand the scope of your work.
- 07 Capability
Get task details
Retrieves all information for a single task. Use it to see descriptions, status, and assignments in one view.
- 08 Capability
List task projects
Lists all the project boards available in your account. Use this to help your agent navigate between different projects.
09—12
4 capabilities in this set.
Part of 12 available through MeisterTask.
- 09 Capability
List project sections
Retrieves the columns or sections within a project. It helps the agent understand your Kanban workflow.
- 10 Capability
List section tasks
Lists every task currently sitting in a specific section. Use this to see what's stuck in In Progress or Review.
- 11 Capability
Search tasks by query
Finds tasks based on a text search. This is the fastest way to locate specific work items across multiple boards.
- 12 Capability
Update task info
Modifies the details of an existing task. Use it to change descriptions, names, or other metadata on the fly.
Set up in minutes
One URL. Then ask MeisterTask to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use MeisterTask from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_QNHWhalhoBYVMbDhoqSy6ZGHp48aQCwboU9mDT9F/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it MeisterTask, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable MeisterTask for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_QNHWhalhoBYVMbDhoqSy6ZGHp48aQCwboU9mDT9F/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the MeisterTask URL.
- Step 03
Save and start
Save the connection and enable MeisterTask in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"meistertask": {
"url": "https://edge.vinkius.com/vk_preview_QNHWhalhoBYVMbDhoqSy6ZGHp48aQCwboU9mDT9F/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using MeisterTask
Open Agent mode in chat and ask: "Using MeisterTask, help me...". 12 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"meistertask": {
"url": "https://edge.vinkius.com/vk_preview_QNHWhalhoBYVMbDhoqSy6ZGHp48aQCwboU9mDT9F/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using MeisterTask
Ask Copilot: "Using MeisterTask, help me...". 12 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"meistertask": {
"url": "https://edge.vinkius.com/vk_preview_QNHWhalhoBYVMbDhoqSy6ZGHp48aQCwboU9mDT9F/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using MeisterTask
Open Cascade and ask: "Using MeisterTask, help me...". 12 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"meistertask": {
"url": "https://edge.vinkius.com/vk_preview_QNHWhalhoBYVMbDhoqSy6ZGHp48aQCwboU9mDT9F/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using MeisterTask
Ask Cline: "Using MeisterTask, help me...". 12 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add meistertask --transport http "https://edge.vinkius.com/vk_preview_QNHWhalhoBYVMbDhoqSy6ZGHp48aQCwboU9mDT9F/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using MeisterTask
Ask Claude: "Using MeisterTask, show me...". 12 tools are ready
Where the request belongs
Work MeisterTask can move forward.
For project managers tired of manual status updates and ops leads who need to keep recurring tasks moving without the constant clicking.
Project Manager
Updates task statuses and moves items across Kanban boards during standups.
Operations Lead
Automates recurring task creation and monitors team capacity.
Software Developer
Pulls project metadata and task requirements directly into their IDE or chat.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsPeerbie
Orchestrate your entire team's workspace, from Kanban boards to calendar events, completely driven by AI.
KanbanTool
Visualize your workflow with Kanban boards that show bottlenecks, track cycle times, and help your team deliver consistently.
Workast
Manage projects, tasks, and team collaboration with AI directly in your workflow.
KanbanZone
Manage projects visually with multi-board Kanban views, WIP limits, and process metrics that streamline team delivery.
Wrike
Collaborative project management to manage tasks, projects, and team workflows with AI.
Nifty
Combine tasks, timelines, docs, and chat in one project management workspace that replaces multiple capabilities at once.
Bring your own AI
Change the model, client or framework. Keep MeisterTask connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about MeisterTask.
The practical details behind the request, access and result.
Can I use MeisterTask MCP to move tasks between columns?
Yes, you can tell your agent to move tasks between any sections in your project. It handles the move automatically so you don't have to click and drag items manually.
Does MeisterTask MCP support project board summaries?
It can pull the metadata for your boards and list tasks in specific sections. You can ask your agent to summarize what's currently in Review or Blocked to get a quick status update.
Can I create tasks using natural language?
Absolutely. You can tell your agent to add a task for the marketing launch and it will create the record in MeisterTask with the details you provide.
How do I connect my MeisterTask account to the agent?
You'll need your Personal Access Token from the developer settings. Once you have that, you just paste it into the Vinkius connection setup.
Can the agent read my team's comments?
Yes, it can pull the comment history for any task. This is great for getting a quick summary of what's been discussed without scrolling through a long thread.
Is MeisterTask MCP good for agile workflows?
It's built specifically for that. It handles the core actions of agile management like task lifecycle changes, board orchestration, and real-time monitoring.
Can I search for specific work across all my projects?
Yes, the search capability lets your agent find tasks based on your query, making it easy to locate specific items without clicking through every board.
Can my AI automatically find the details for a specific task by its ID?
Yes! Use the get_task_details capability with the Task ID. Your agent will respond with complete metadata for the record, including description, assignee, and due date in seconds.
How do I find my MeisterTask Access Token?
Log in to MeisterTask, navigate to your Account > API, and you will find the section to generate a new Personal Access Token for your integration.
Can I search for tasks by keyword?
Yes! Use the search_tasks capability. Provide your search query, and the agent will retrieve all matching tasks across your accessible project boards instantly.
One connection away
Give your agent a direct line to MeisterTask.
Connect MeisterTask once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available