Worktile Connector for AI agents.
10 live capabilities
Manage project tasks and team communications through a natural conversation.
Waiting for input…
Why people use Worktile
Worktile for Automated Project Management
With the Worktile MCP, that cycle ends. You just tell your agent to update the status of the 'Marketing' tasks or send a message to the 'Dev' channel. The agent handles the navigation and data entry, leaving you with a clean workspace and more time for actual strategy.
What Vinkius changes
You get a hands-free way to manage project data through natural conversation.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Batch updating task statuses
A project lead has 10 tasks that just moved to completion.
- Real-world use case 02
Rapid project onboarding
A manager needs to set up a new project.
- Real-world use case 03
Instant team notifications
A developer finishes a major milestone.
Complete set · 10capabilities
The complete Worktile capability set.
These are the exact actions your AI can choose when you ask it to work with Worktile.
01—04
4 capabilities in this set.
Part of 10 available through Worktile.
- 01 Capability
Update task
Update an existing Worktile task. Use this to change statuses, assignees, or add new details to a task.
- 02 Capability
Create task
Create a new Worktile task with a title and description. Use this to quickly add items to a project backlog.
- 03 Capability
Get project
Get detailed information about a specific project. This helps you see the scope and status of a workspace.
- 04 Capability
Get team info
Get details about your team. Use this to understand the organization's structure.
05—07
3 capabilities in this set.
Part of 10 available through Worktile.
- 05 Capability
List members
List all organization members. Use this to see who is on your team and what their roles are.
- 06 Capability
List projects
List all Worktile agile projects. This gives you a high-level view of every project you manage.
- 07 Capability
List task states
List the specific task states for a project. Use this to understand the custom workflow of a project.
08—10
3 capabilities in this set.
Part of 10 available through Worktile.
- 08 Capability
List tasks
List all tasks within a specific project. This helps you see the current to-do list for a workspace.
- 09 Capability
Send message
Send a message to a specific channel. Use this to broadcast updates to your team instantly.
- 10 Capability
List channels
List all available message channels. This helps you find the right place to send a team update.
Set up in minutes
One URL. Then ask Worktile to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Worktile 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_cvmgZpyObb5ikdkzaNbe3gUvnIMV19B24JUw9c0U/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 Worktile, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Worktile for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_cvmgZpyObb5ikdkzaNbe3gUvnIMV19B24JUw9c0U/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 Worktile URL.
- Step 03
Save and start
Save the connection and enable Worktile in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"worktile": {
"url": "https://edge.vinkius.com/vk_preview_cvmgZpyObb5ikdkzaNbe3gUvnIMV19B24JUw9c0U/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 Worktile
Open Agent mode in chat and ask: "Using Worktile, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"worktile": {
"url": "https://edge.vinkius.com/vk_preview_cvmgZpyObb5ikdkzaNbe3gUvnIMV19B24JUw9c0U/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 Worktile
Ask Copilot: "Using Worktile, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"worktile": {
"url": "https://edge.vinkius.com/vk_preview_cvmgZpyObb5ikdkzaNbe3gUvnIMV19B24JUw9c0U/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 Worktile
Open Cascade and ask: "Using Worktile, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"worktile": {
"url": "https://edge.vinkius.com/vk_preview_cvmgZpyObb5ikdkzaNbe3gUvnIMV19B24JUw9c0U/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 Worktile
Ask Cline: "Using Worktile, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add worktile --transport http "https://edge.vinkius.com/vk_preview_cvmgZpyObb5ikdkzaNbe3gUvnIMV19B24JUw9c0U/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 Worktile
Ask Claude: "Using Worktile, show me...". 10 tools are ready
Where the request belongs
Work Worktile can move forward.
This is for the project lead who's tired of manual status updates and the product manager who needs to coordinate across five different teams without the tab fatigue.
Project Lead
Monitors progress and updates task statuses via voice or text.
Product Manager
Tracks feature development and coordinates between different projects.
Operations Manager
Oversees multiple workflows and organizational structures.
Knowledge Worker
Manages personal tasks and team communications in a unified space.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsWorkast
Manage projects, tasks, and team collaboration with AI directly in your workflow.
BasicOps
Centralize team communication with task management, document sharing, and project tracking designed for small business clarity.
Wrike
Collaborative project management to manage tasks, projects, and team workflows with AI.
ClickUp
Bring tasks, docs, goals, and team communication together in one workspace that replaces scattered project management capabilities.
Peerbie
Orchestrate your entire team's workspace, from Kanban boards to calendar events, completely driven by AI.
Teambition
Collaborative project management platform by Alibaba. manage tasks, projects, and team workflows via AI.
Bring your own AI
Change the model, client or framework. Keep Worktile 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 Worktile.
The practical details behind the request, access and result.
Can the Worktile MCP create tasks for me?
Yes, your agent can create new tasks with specific titles and descriptions. This saves you from having to manually type out every item in your backlog.
Does Worktile MCP support sending messages to my team?
It does. Your agent can list your channels and send updates directly to them, making it easy to broadcast news without switching apps.
How do I see my project statuses using Worktile MCP?
You can ask your agent to list all projects or get details on a specific one. It will pull the current status and details directly from your workspace.
Can I use Worktile MCP to manage my team members?
Yes, the Connector allows your agent to retrieve information about your organization's members and structure, helping you keep track of who's on your team.
Will Worktile MCP help with agile workflows?
It's built for it. You can use it to list specific task states for your projects, ensuring your agent understands your unique agile process.
How do I find my Worktile Client ID and Secret?
Log in to the Worktile Admin Console, go to [App Management] → [My Apps], and create a new application. Your Client ID and Client Secret will be generated there.
Can I send messages to private channels?
Yes, as long as the application has the necessary permissions and the authorized account is a member of the private channel, you can use the send_message capability.
How do I find the correct state ID to update a task?
Use the list_task_states capability with the project ID. It will return all available statuses (like 'Todo', 'In Progress', 'Done') along with their corresponding IDs.
One connection away
Give your agent a direct line to Worktile.
Connect Worktile once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available