How to Use the MeisterTask MCP in Claude Code
Pipe MeisterTask data directly into your terminal scripts and automated workflows using Claude Code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect MeisterTask MCP to Claude Code
Create your Vinkius account to connect MeisterTask to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Terminal-driven task queries
The `search_tasks_by_query` tool lets you search your MeisterTask boards directly from your command-line interface. You can pipe the search results into other terminal utilities, grep for specific strings, or let Claude Code parse the JSON output. This tool allows backend developers and SREs to check the status of production tickets without opening a browser. Claude Code runs the query, grabs the details with `get_task_details`, and displays the status right in your active terminal session.
Automated pipeline task creation
The `create_new_task` tool enables Claude Code to generate tasks automatically during CI/CD runs, cron jobs, or shell scripts. If a deployment fails or a test suite breaks, you can trigger a command that creates a ticket on your board instantly. By using `list_project_sections`, Claude Code can target the exact "Bugs" or "Triaging" column on your board. This keeps your team alerted to infrastructure issues without requiring any manual ticket entry.
Scriptable board cleanup via MCP Server
The `remove_task` tool allows Claude Code to delete stale tasks or clean up testing boards using simple shell commands. You can script batch deletions or let the agent identify and remove duplicate entries based on custom logic. It uses `list_section_tasks` to pull the active cards from a specific column, filters them, and executes the cleanup. This is ideal for automated maintenance scripts that keep your project boards clean and organized.
Set up MeisterTask MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seemeistertask-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest MeisterTask transactions." It will automatically discover and invoke the available MeisterTask tools.
claude mcp add --transport http meistertask-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about MeisterTask MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the MeisterTask MCP today
We host it, we monitor it, we maintain it. You just paste one token.