# Teambition MCP for AI Agents AI Agent Connect

> Teambition MCP lets your AI agent handle project management, task tracking, and team coordination directly within your workspace. Instead of jumping between tabs to update statuses or assign new work, you can just tell your agent what needs to happen. It connects your AI client to Alibaba's Teambition platform so you can manage complex workflows, browse project members, and keep your team aligned without leaving your primary editor.

## Overview
- **Category:** industry-titans
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_KBJOtQgeWrT14LFqVUr5Nl9dQMjtjplHjwV2thId/ai-agent-connect
- **Tags:** task-tracking, workflow-automation, team-collaboration, project-planning, task-management, enterprise-software

## Description

Teambition is the project management platform this Connector connects to your AI agent. It lets you manage tasks, projects, and team workflows through a natural conversation instead of clicking through a web interface. You can tell your agent to list your projects, create new tasks with specific assignees, or update statuses on the fly. It handles the heavy lifting of keeping your workspace organized so you can stay focused on your actual work. Because Vinkius hosts this connector, you can plug it into your existing AI workflow and start using it immediately. It turns complex project tracking into a simple request, whether you're managing a software development sprint or a marketing campaign. Your agent acts as a real-time project assistant that keeps your team aligned and your data accurate without you ever having to leave your primary workspace. You can see who is assigned to what, check the progress of a specific project, or find a user in your organization with just a quick prompt. This means you no longer have to manually navigate through nested folders or search through member lists to find the right person for a job. It gives you a direct line of communication to your project data, making it much easier to keep everyone on the same page as things move quickly.

## Tools

### get_org_info
Retrieve high-level details about your Teambition organization structure.

### create_task
Create a new task in Teambition with specific details like descriptions and due dates.

### get_project
Fetch specific details for a single project to see its current status.

### list_members
Get a list of all members assigned to a specific project for quick reference.

### list_projects
See a full list of all projects you have access to in your organization.

### list_stages
View the different stages within a task group to understand the workflow.

### list_task_groups
See all the task groups organized within a specific project.

### list_tasks
Get a list of all tasks within a project to check on progress.

### list_users
Browse all users across your entire organization for team coordination.

### update_task
Modify the details or status of an existing task in the project.

## Prompt Examples

**Prompt:** 
```
What projects am I currently working on in Teambition?
```

**Response:** 
```
I've retrieved your current projects from Teambition:

| Project Name | Status | Owner |
| :--- | :--- | :--- |
| **Website Redesign** | In Progress | Sarah J. |
| **Q2 Marketing Plan** | Planning | Mike D. |
| **Mobile App Bug Fix** | Blocked | Alex R. |

Would you like to see the tasks for any of these?
```

**Prompt:** 
```
Create a task for the marketing team to review the new logo by Friday.
```

**Response:** 
```
Done! I've created the following task in your project board:

*   **Task:** Review new logo
*   **Assignee:** Marketing Team
*   **Due Date:** This Friday
*   **Status:** To Do

Should I set a specific description or notification for this?
```

**Prompt:** 
```
Who is on the project team for the 'Website Redesign'?
```

**Response:** 
```
The following members are currently assigned to the **Website Redesign** project:

*   Sarah J. (Lead)
*   Mike D. (Design)
*   Alex R. (Development)
*   Elena W. (QA)

Would you like me to list the tasks for any of these members?
```

## Capabilities

### Create new tasks
Create a new task in Teambition with specific details like descriptions and due dates.

### Get organization info
Retrieve high-level details about your Teambition organization structure.

### Fetch project details
Fetch specific details for a Teambition project to see its current status.

### List project members
Get a list of all members assigned to a specific Teambition project for quick reference.

### View workflow stages
View the different stages within a Teambition task group to understand the workflow.

### List all projects
See a full list of all projects you have access to in Teambition.

### List task groups
See all the task groups organized within a specific Teambition project.

### List project tasks
Get a list of all tasks within a Teambition project to check on progress.

### List organization users
Browse all users across your entire Teambition organization for team coordination.

### Update existing tasks
Modify the details or status of an existing task in Teambition.

## Use Cases

### 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.

### 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.

### The Teambition Progress Audit
A stakeholder asks for a list of all projects and the status of the Website Redesign project.

### The Teambition Workflow Check
A dev asks the agent to show the stages of a specific task group to see where a ticket is stuck.

## Benefits

- Stop switching tabs by using list_projects to see your entire portfolio in one chat window.
- Assign work faster by using list_users to find the right person for a task without searching a directory.
- Keep your board clean by using update_task to move items through your workflow as you talk to your agent.
- Create structured work on the fly with create_task to include descriptions and due dates immediately.
- Get a bird's eye view of your department using get_org_info to see how projects are structured.

## How It Works

The bottom line is you can manage your entire project lifecycle through natural language instead of manual data entry.

1. Subscribe to the Teambition MCP on Vinkius.
2. Enter your Teambition App ID and App Secret in your client settings.
3. Start asking your agent to create tasks, list projects, or update statuses.

## Frequently Asked Questions

**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](https://open.teambition.com/), 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` tools.

**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.