Workast Connector for AI agents.
12 live capabilities
Manage project tasks and team workflows through natural conversation.
Waiting for input…
Why people use Workast
Workast Project Management for Faster Team Coordination
This Connector puts your project board inside your conversation. Instead of switching windows, you just tell your agent to update a task or list the next three priorities. You get a unified workflow where the action happens where the talk happens.
What Vinkius changes
You stop clicking through dashboards and start managing your projects with natural language.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
The Standup Summary
A lead asks the agent to summarize all tasks in the 'Design' space.
- Real-world use case 02
The Quick Update
A developer finishes a UI fix and tells the agent to move the task to done.
- Real-world use case 03
The New Project Kickoff
A manager wants to start a new marketing push.
Complete set · 12capabilities
The complete Workast capability set.
These are the exact actions your AI can choose when you ask it to work with Workast.
01—04
4 capabilities in this set.
Part of 12 available through Workast.
- 01 Capability
Create task
Add a new task to your backlog or a specific space. Use this to capture new requirements on the fly.
- 02 Capability
Delete task
Remove a task from your list. This keeps your project boards clean and up to date.
- 03 Capability
Get account profile
Fetch your personal account details. This helps the agent stay aligned with your specific permissions and settings.
- 04 Capability
Get space
Get the specific details of a project space. This helps you see the scope and structure of a particular work environment.
05—08
4 capabilities in this set.
Part of 12 available through Workast.
- 05 Capability
Get task
Pull the full details of a single task. Use this to see descriptions, due dates, and assigned owners in one go.
- 06 Capability
Get team info
Retrieve information about your entire team. It's useful for understanding the headcount and group structure.
- 07 Capability
List tasks
Get a list of all tasks within a specific space. This is the quickest way to see what's currently on the plate.
- 08 Capability
List users
See all the people on your team. This lets your agent know who it can assign work to.
09—12
4 capabilities in this set.
Part of 12 available through Workast.
- 09 Capability
Update task
Change the status, priority, or details of an existing task. This is how you move projects forward without manual clicks.
- 10 Capability
Get user
Look up a specific user's profile. This helps your agent identify who is responsible for a certain piece of work.
- 11 Capability
List spaces
See every space in your Workast account. Use this to get a high-level view of all your active projects.
- 12 Capability
Create space
Make a brand new space for a new project. This helps you organize new initiatives instantly.
Set up in minutes
One URL. Then ask Workast to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Workast 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_Lxv7FLNtBKaTS61KCwoj9Tlr71480IHByf2wOTfD/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 Workast, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Workast for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_Lxv7FLNtBKaTS61KCwoj9Tlr71480IHByf2wOTfD/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 Workast URL.
- Step 03
Save and start
Save the connection and enable Workast in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"workast": {
"url": "https://edge.vinkius.com/vk_preview_Lxv7FLNtBKaTS61KCwoj9Tlr71480IHByf2wOTfD/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 Workast
Open Agent mode in chat and ask: "Using Workast, help me...". 12 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"workast": {
"url": "https://edge.vinkius.com/vk_preview_Lxv7FLNtBKaTS61KCwoj9Tlr71480IHByf2wOTfD/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 Workast
Ask Copilot: "Using Workast, help me...". 12 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"workast": {
"url": "https://edge.vinkius.com/vk_preview_Lxv7FLNtBKaTS61KCwoj9Tlr71480IHByf2wOTfD/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 Workast
Open Cascade and ask: "Using Workast, help me...". 12 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"workast": {
"url": "https://edge.vinkius.com/vk_preview_Lxv7FLNtBKaTS61KCwoj9Tlr71480IHByf2wOTfD/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 Workast
Ask Cline: "Using Workast, help me...". 12 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add workast --transport http "https://edge.vinkius.com/vk_preview_Lxv7FLNtBKaTS61KCwoj9Tlr71480IHByf2wOTfD/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 Workast
Ask Claude: "Using Workast, show me...". 12 tools are ready
Where the request belongs
Work Workast can move forward.
This is for the project manager who is tired of manually updating ticket statuses and the team lead who wants a quick status update without pestering everyone on Slack.
Project Manager
Updates task statuses and creates new sub-tasks during standups without leaving the chat.
Team Lead
Checks progress across multiple spaces to identify bottlenecks in the weekly workflow.
Agile Developer
Moves tickets to Done and adds notes to backlog items using quick voice or text commands.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsWrike
Collaborative project management to manage tasks, projects, and team workflows with AI.
Worktile
Collaborative project management and team communication platform. manage tasks, projects, and messages via AI.
Teambition
Collaborative project management platform by Alibaba. manage tasks, projects, and team workflows via AI.
BasicOps
Centralize team communication with task management, document sharing, and project tracking designed for small business clarity.
Ayanza
AI-powered project management and team collaboration. manage tasks, projects, and wikis via AI.
Peerbie
Orchestrate your entire team's workspace, from Kanban boards to calendar events, completely driven by AI.
Bring your own AI
Change the model, client or framework. Keep Workast 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 Workast.
The practical details behind the request, access and result.
Can I use Workast MCP to create new projects?
Yes, you can use the Connector to create new spaces for different projects or teams instantly via your AI agent.
Does this Workast MCP work with Claude?
Yes, it works with any MCP-compatible client including Claude, Cursor, and Windsurf.
How do I update a task status?
You can just tell your agent to update a specific task. It will handle the change in Workast for you without you needing to open the app.
Can I see all my team members?
Yes, your agent can retrieve a full list of your team members and their details whenever you ask.
Is my data safe with Workast MCP?
The Connector uses your personal Workast API token to perform actions, ensuring your data stays within your existing security permissions.
Can I delete tasks?
Yes, you can ask your agent to remove tasks from your board to keep your backlog organized and clean.
How do I generate a Workast API Token?
Log in to Workast, go to your profile icon, select Preferences > API, and click 'Generate new token' to create your unique access credential.
What is a 'Space' in Workast?
A Space is a container for your task lists. It is typically used to organize different projects, client work, or team-specific channels within your workspace.
One connection away
Give your agent a direct line to Workast.
Connect Workast once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available