How to Use the AdaptiveWork (Clarizen) MCP in Claude Code
Connect your shell scripts and CI/CD pipelines to AdaptiveWork. No UIs, just pure command-line control with Claude Code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect AdaptiveWork (Clarizen) MCP to Claude Code
Create your Vinkius account to connect AdaptiveWork (Clarizen) 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.
Update Projects from Your Pipeline
This MCP server gives your scripts a direct handle on AdaptiveWork. The `create_task` tool lets you open new work items programmatically. A common use is in a CI/CD pipeline. After a successful deployment to production, your script can use Claude Code to call `create_task` and automatically generate a verification task for the QA team. It connects your deployment process to your project tracking.
Generate Reports from the Terminal
You can pull any project or task data you need without ever leaving your terminal. The `list_projects` and `list_tasks` tools output clean JSON that you can pipe directly into other command-line utilities like `jq`. This is built for headless automation. Write a simple cron job that runs a shell script, calls this MCP server via Claude Code, and generates a daily status report that gets posted to a Slack channel. No browser required.
Run CZQL from a Claude Code Script
The `run_query` tool lets you execute advanced CZQL queries from any script or command line. It's the most direct way to get custom data sets for operational checks. For an SRE or DevOps engineer, this means you can automate monitoring. Write a script that runs `run_query` to find stalled projects or resource bottlenecks, then pipe the results to your alerting system. It's all done headlessly via Claude Code.
Set up AdaptiveWork (Clarizen) 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 seeadaptivework-clarizen-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest AdaptiveWork (Clarizen) transactions." It will automatically discover and invoke the available AdaptiveWork (Clarizen) tools.
claude mcp add --transport http adaptivework-clarizen-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 AdaptiveWork (Clarizen) MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the AdaptiveWork (Clarizen) MCP today
We host it, we monitor it, we maintain it. You just paste one token.