Worksection Connector for AI agents.
12 live capabilities
Manage project tasks and team time tracking through your favorite AI client.
Waiting for input…
Why people use Worksection
Worksection for Project Management Automation
With this Connector, you can just ask your AI agent to do the heavy lifting. It pulls the data for you, summarizes the progress, and updates the status in Worksection automatically, so you can spend your time on actual strategy instead of data entry.
What Vinkius changes
You get a hands-free way to manage project data and team productivity from any MCP-compatible client.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
The Status Update Problem
A PM asks the agent for a summary of all completed tasks in a project.
- Real-world use case 02
The Who's Working Problem
An ops lead wants to see who's active.
- Real-world use case 03
The New Requirement Problem
A developer mentions a new task in a chat.
Complete set · 12capabilities
The complete Worksection capability set.
These are the exact actions your AI can choose when you ask it to work with Worksection.
01—04
4 capabilities in this set.
Part of 12 available through Worksection.
- 01 Capability
Create task
Adds a new task to a project. Use this to instantly capture new requirements or to-dos from a conversation.
- 02 Capability
Get task details
Shows all the information for a single task. You'll see things like descriptions and current status in one view.
- 03 Capability
List work history
Pulls the event log for your account. Use it to see what happened in your workspace over the last few hours.
- 04 Capability
List project members
Shows everyone assigned to a project. This helps you identify who's on the team without checking the member list.
05—08
4 capabilities in this set.
Part of 12 available through Worksection.
- 05 Capability
List projects
Lists all projects in your workspace. Use it to get a high-level view of everything your team is working on.
- 06 Capability
List project tasks
Shows every task within a specific project. This is perfect for seeing the full scope of a project's work.
- 07 Capability
List active timers
Shows which team members currently have timers running. It helps you see real-time progress on active work.
- 08 Capability
List all users
Lists every user in your company. This is great for auditing your organization's total user base.
09—12
4 capabilities in this set.
Part of 12 available through Worksection.
- 09 Capability
Reopen task
Restores a task that was previously completed. Use this if a finished task needs more work or was closed by mistake.
- 10 Capability
Stop timer
Ends a running time tracker for a team member. This lets you manage time tracking directly through your AI.
- 11 Capability
Complete task
Marks a specific task as finished. This helps you clear out your backlog quickly without manual clicking.
- 12 Capability
Get project details
Pulls the specific information for a project. It's useful for getting a quick summary of project specs.
Set up in minutes
One URL. Then ask Worksection to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Worksection 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_BDdbeBWTEnv0c7GC39ajZG0gnpGmT527hgKbQscn/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 Worksection, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Worksection for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_BDdbeBWTEnv0c7GC39ajZG0gnpGmT527hgKbQscn/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 Worksection URL.
- Step 03
Save and start
Save the connection and enable Worksection in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"worksection": {
"url": "https://edge.vinkius.com/vk_preview_BDdbeBWTEnv0c7GC39ajZG0gnpGmT527hgKbQscn/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 Worksection
Open Agent mode in chat and ask: "Using Worksection, help me...". 12 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"worksection": {
"url": "https://edge.vinkius.com/vk_preview_BDdbeBWTEnv0c7GC39ajZG0gnpGmT527hgKbQscn/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 Worksection
Ask Copilot: "Using Worksection, help me...". 12 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"worksection": {
"url": "https://edge.vinkius.com/vk_preview_BDdbeBWTEnv0c7GC39ajZG0gnpGmT527hgKbQscn/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 Worksection
Open Cascade and ask: "Using Worksection, help me...". 12 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"worksection": {
"url": "https://edge.vinkius.com/vk_preview_BDdbeBWTEnv0c7GC39ajZG0gnpGmT527hgKbQscn/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 Worksection
Ask Cline: "Using Worksection, help me...". 12 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add worksection --transport http "https://edge.vinkius.com/vk_preview_BDdbeBWTEnv0c7GC39ajZG0gnpGmT527hgKbQscn/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 Worksection
Ask Claude: "Using Worksection, show me...". 12 tools are ready
Where the request belongs
Work Worksection can move forward.
For project managers and ops leads who are drowning in manual status updates and constant tab-switching. It's for anyone who needs to keep a bird's-eye view of a distributed team's workload without the constant pings.
Project Manager
Checking task statuses and updating project progress during standups without opening a browser.
Operations Lead
Auditing team activity logs and monitoring active timers across multiple folders to ensure project health.
Team Lead
Adding new tasks to project sub-trees and checking member lists while chatting with the team.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsProjectManager
Automate project planning and tracking via ProjectManager. manage projects, tasks, and timesheets directly from any AI agent.
Workast
Manage projects, tasks, and team collaboration with AI directly in your workflow.
Teamwork Projects
Manage projects, tasks, milestones, time entries, and messages via Teamwork API.
Toggl Plan
Manage your team's visual timelines, track project phases, and balance workloads securely via your AI agent.
Teambition
Collaborative project management platform by Alibaba. manage tasks, projects, and team workflows via AI.
Wrike
Collaborative project management to manage tasks, projects, and team workflows with AI.
Bring your own AI
Change the model, client or framework. Keep Worksection 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 Worksection.
The practical details behind the request, access and result.
How can I use the Worksection MCP to manage my team's tasks?
You can use the Connector to create new tasks, mark them as complete, or reopen them using only natural language. It connects your AI agent directly to your Worksection workspace so you don't have to manualy update every status.
Can the Worksection MCP track my team's active timers?
Yes, it can check which team members currently have timers running in real time. You can also use the AI to stop timers directly from your chat interface.
How do I set up the Worksection MCP for my project management?
Once you subscribe on Vinkius, you just need to provide your Worksection Account Name and your Administrative API Key. After that, your AI client can start managing your projects immediately.
Can I use the Worksection MCP to see my account activity logs?
Absolutely. You can ask your agent to pull the recent event log to see what changes have been made, who completed what tasks, and when timers were started.
Will the Worksection MCP let me create new tasks from a chat?
Yes, you can describe a new task to your AI agent and it will use the Connector to create that task within the correct project folder for you.
Is the Worksection MCP good for large project folders?
It's designed for it. The Connector can navigate through your project hierarchies and sub-trees, allowing your agent to find and manage tasks even in complex organizational structures.
How do I find my Worksection Administrative API Key?
Log in to Worksection, navigate to Account Settings > API, and you will find your Administrative API Key listed there along with your account subdomain.
Can the AI stop active timers for team members?
Yes! Use the stop_timer capability and provide the task identifier (page) to stop any active time tracking for that specific task in your account.
One connection away
Give your agent a direct line to Worksection.
Connect Worksection once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available