How to Use the ZenHub MCP in Claude Code
Automate agile tracking, board updates, and release reporting in Claude Code's terminal environment.
Works with every AI agent you already use
…and any MCP-compatible client
Connect ZenHub MCP to Claude Code
Create your Vinkius account to connect ZenHub 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.
Manage Boards via Script
Use `get_repo_board` to fetch the current state of a repository board for your scripts. This lets you write background jobs that monitor task flow, which is essential for continuous integration. You can also retrieve broad context using `get_workspace_board`. Your shell script can process this data across multiple project boundaries without needing manual intervention.
Automate Issue Tracking
Needs an issue moved as part of a deployment? Run `move_issue_between_pipelines` to shift the status programmatically. This is perfect for post-test validation in a CI pipeline. For planning, call `list_repo_epics`. Your cron job can then iterate through these epics and pull detailed scope using `get_epic_data`.
Estimate and Scope Features
Set story points directly from the terminal using `set_issue_estimate`. This is ideal for automated backlogs that need periodic scoring. Just provide the issue ID and the point value. Fetch deep metadata with `get_zenhub_issue_data` to check for unique labels or custom fields before running a commit action.
Set up ZenHub 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 seezenhub-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest ZenHub transactions." It will automatically discover and invoke the available ZenHub tools.
claude mcp add --transport http zenhub-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 ZenHub MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the ZenHub MCP today
We host it, we monitor it, we maintain it. You just paste one token.