Teambition Connector for AI agents.
10 live capabilities
Manage project tasks and team workflows through conversational commands.
Waiting for input…
Why people use Teambition
Stop the manual click-fatigue of Teambition project management.
This Connector turns that manual process into a single sentence. You tell your agent to create a task for the bug fix in the mobile app project, and it's done. You get to stay in your flow while your project board stays updated in real-time.
What Vinkius changes
You can manage your entire project lifecycle through natural language instead of manual data entry.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
The Teambition Sprint Update
A manager asks the agent to list all tasks in a project and update three of them to completed after a meeting.
- Real-world use case 02
The Teambition New Hire Onboarding
An ops lead uses list_users to find a new teammate and then create_task to assign them their first project.
- Real-world use case 03
The Teambition Progress Audit
A stakeholder asks for a list of all projects and the status of the Website Redesign project.
Complete set · 10capabilities
The complete Teambition capability set.
These are the exact actions your AI can choose when you ask it to work with Teambition.
01—04
4 capabilities in this set.
Part of 10 available through Teambition.
- 01 Capability
Get org info
Retrieve high-level details about your Teambition organization structure.
- 02 Capability
Create task
Create a new task in Teambition with specific details like descriptions and due dates.
- 03 Capability
Get project
Fetch specific details for a single project to see its current status.
- 04 Capability
List members
Get a list of all members assigned to a specific project for quick reference.
05—07
3 capabilities in this set.
Part of 10 available through Teambition.
- 05 Capability
List projects
See a full list of all projects you have access to in your organization.
- 06 Capability
List stages
View the different stages within a task group to understand the workflow.
- 07 Capability
List task groups
See all the task groups organized within a specific project.
08—10
3 capabilities in this set.
Part of 10 available through Teambition.
- 08 Capability
List tasks
Get a list of all tasks within a project to check on progress.
- 09 Capability
List users
Browse all users across your entire organization for team coordination.
- 10 Capability
Update task
Modify the details or status of an existing task in the project.
Set up in minutes
One URL. Then ask Teambition to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Teambition 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_KBJOtQgeWrT14LFqVUr5Nl9dQMjtjplHjwV2thId/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 Teambition, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Teambition for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_KBJOtQgeWrT14LFqVUr5Nl9dQMjtjplHjwV2thId/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 Teambition URL.
- Step 03
Save and start
Save the connection and enable Teambition in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"teambition": {
"url": "https://edge.vinkius.com/vk_preview_KBJOtQgeWrT14LFqVUr5Nl9dQMjtjplHjwV2thId/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 Teambition
Open Agent mode in chat and ask: "Using Teambition, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"teambition": {
"url": "https://edge.vinkius.com/vk_preview_KBJOtQgeWrT14LFqVUr5Nl9dQMjtjplHjwV2thId/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 Teambition
Ask Copilot: "Using Teambition, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"teambition": {
"url": "https://edge.vinkius.com/vk_preview_KBJOtQgeWrT14LFqVUr5Nl9dQMjtjplHjwV2thId/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 Teambition
Open Cascade and ask: "Using Teambition, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"teambition": {
"url": "https://edge.vinkius.com/vk_preview_KBJOtQgeWrT14LFqVUr5Nl9dQMjtjplHjwV2thId/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 Teambition
Ask Cline: "Using Teambition, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add teambition --transport http "https://edge.vinkius.com/vk_preview_KBJOtQgeWrT14LFqVUr5Nl9dQMjtjplHjwV2thId/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 Teambition
Ask Claude: "Using Teambition, show me...". 10 tools are ready
Where the request belongs
Work Teambition can move forward.
This is for the project lead who's drowning in notifications and the dev who wants to update their progress without leaving their IDE.
Project Manager
Updates sprint statuses and creates new tasks for the team during standups.
Software Developer
Quickly checks their assigned tasks and moves them to done while coding.
Operations Lead
Audits organization-wide project progress and manages member assignments.
Team Lead
Browses task groups to ensure the workflow aligns with the current sprint goals.
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.
Tower
Lightweight project management and team collaboration platform. manage tasks, projects, and discussions via AI.
Ayanza
AI-powered project management and team collaboration. manage tasks, projects, and wikis via AI.
ONES
Enterprise R&D project management platform. manage tasks, projects, and workflows via AI.
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.
Bring your own AI
Change the model, client or framework. Keep Teambition 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 Teambition.
The practical details behind the request, access and result.
Can I use the Teambition MCP to manage my team's tasks?
Yes, it lets your AI agent create, update, and list tasks across your projects automatically.
Does the Teambition MCP work with Cursor or Claude?
It works with any MCP-compatible client, including Claude, Cursor, and Windsurf.
How do I connect Teambition to my AI agent?
You'll need to provide your App ID and Secret from your Teambition account settings.
Can my agent see all the projects in my organization?
Yes, the agent can list all accessible projects and retrieve high-level organization info.
Can I use this to assign tasks to specific people?
Yes, the agent can see your organization's users and assign tasks to them directly.
Is there a way to see the different stages of a workflow?
Yes, it can list the stages in any task group so you can see the progress.
How do I find my Teambition App ID and Secret?
Log in to the Teambition Open Platform, navigate to the 'Developer Center', and create a new application. Your App ID and App Secret will be generated there.
Can I assign tasks to specific team members?
Yes. When using create_task or update_task, you can provide an executorId to assign the task to a specific user. You can find user IDs using the list_members or list_users capabilities.
Does this server support Kanban stages?
Yes. You can use list_task_groups to see your project's lists and list_stages to see the specific columns (stages) within those groups, allowing you to track exactly where a task is in the workflow.
One connection away
Give your agent a direct line to Teambition.
Connect Teambition once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available