How to Use the Toggl Plan MCP in Claude Code
Integrate Toggl Plan API calls into CI/CD pipelines using the Claude Code MCP Server.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Toggl Plan MCP to Claude Code
Create your Vinkius account to connect Toggl Plan 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.
Scripting Task Creation and Modification
Write a script that needs to inject a task on the Toggl Plan timeline? Your agent runs `create_timeline_task` by feeding it the required workspace ID, task name, and project ID parameters into your shell script. If a phase changes, you can automate status updates using `update_timeline_task`. You simply pass the necessary JSON payload to modify existing tasks.
Bulk Reporting on Project Status
Need an audit report of all current work? The server exposes `list_timeline_tasks`, which requires a workspace ID. This lets your script pull every task for reporting or validation. Before running the report, you might want to check available classifications by calling `list_workspace_tags`.
Project Structure Validation
To validate a deployment scope, first run `list_workspace_projects`. This ensures your script knows all valid project IDs. You can pair this with `get_project_details` to fetch specific metadata required for the CI/CD step. The server also lets you list milestones via `list_milestones`, helping your pipeline validate the overall project roadmap.
Set up Toggl Plan 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 seetoggl-plan-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Toggl Plan transactions." It will automatically discover and invoke the available Toggl Plan tools.
claude mcp add --transport http toggl-plan-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 Toggl Plan MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Toggl Plan MCP today
We host it, we monitor it, we maintain it. You just paste one token.