# Infinity Work Manager MCP for AI Agents AI Agent Connect

> Infinity Work Manager lets you control your work management platform directly through your AI client. You can create tasks, organize boards, add comments, and manage folders without leaving your chat. It connects your agent to the Infinity API so you can handle project workflows using plain English.

## Overview
- **Category:** productivity
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_NOj152sTha0L3K8cPzTMP5sgD3xWhs0DtQc9GptU/ai-agent-connect
- **Tags:** task-tracking, work-management, board-management, custom-attributes, team-collaboration, workflow-automation

## Description

Imagine you're in the middle of a deep work session and realize you need to create three new tasks on a project board. Usually, you'd have to switch tabs, find the right workspace, and fill out all those custom fields. With this Connector, you just tell your agent to do it. It handles the heavy lifting of interacting with the Infinity API for you. You can organize your folders, update item statuses, or grab the latest comment from a teammate while you stay focused on your current task. Because Vinkius hosts this Connector, getting it set up is a breeze. You just grab your access token and start moving work forward. It turns your AI client into a direct remote control for your entire project management setup.

## Tools

### list_attributes
See the attributes configured on a specific board. This helps you understand what custom data your agent can manage.

### delete_item
Remove an item from a board entirely. Clean up your workspace by deleting outdated tasks.

### get_profile
Verify your connection and get your authenticated user profile. Use this to confirm your agent has access.

### list_workspaces
List all workspaces available to your account. See every high-level area your team manages.

### list_boards
Query all boards within a workspace using their IDs. Use this to see your full project overview.

### list_comments
Pull a list of all comments on a specific item. This is great for catching up on team discussions.

### create_board
Make a new board in a workspace with a name and settings. Start new projects instantly through your agent.

### create_comment
Add a new comment to an item with your content. Share updates or questions with your team in one step.

### create_folder
Build a new folder inside a board for better organization. Group related tasks to keep your workspace clean.

### create_item
Add a new item to a board with a name and attribute values. Quickly turn ideas into actionable tasks.

### list_folders
See all folders currently existing in a board. Use this to navigate your organized project structure.

### get_board
Fetch the specific details of a single board. Get all the context you need for a specific project area.

### get_item
Pull the details for a specific item from a board. Quickly check the status and attributes of a task.

### list_items
List all items in a board with support for pagination. Browse through your tasks without missing any details.

### update_item
Change the details of an existing item on a board. Update statuses or descriptions as work progresses.

## Prompt Examples

**Prompt:** 
```
List all the boards in my Marketing workspace.
```

**Response:** 
```
I've found the following boards in your Marketing workspace:

| Board Name | ID |
| :--- | :--- |
| **Social Media Calendar** | `brd_9921` |
| **Content Pipeline** | `brd_8832` |
| **Influencer Outreach** | `brd_7741` |

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

**Prompt:** 
```
Create a new item called 'Fix CSS' in the 'Frontend' board with a 'High' priority.
```

**Response:** 
```
Done! I've added the task:

*   **Item:** Fix CSS
*   **Board:** Frontend
*   **Priority:** High

I've also updated the board view to include this new item.
```

**Prompt:** 
```
What are the latest comments on the 'API Migration' task?
```

**Response:** 
```
Here are the recent comments on the **API Migration** task:

*   **@Sarah:** I've finished the documentation for the auth endpoints.
*   **@Mike:** Waiting on the final keys from the security team before I can deploy.
*   **@Sarah:** I'll follow up with them today.
```

## Capabilities

### Create new board items
Add tasks to specific boards with custom attributes.

### Manage project boards
List and create workspaces and boards to stay organized.

### Add team comments
Post or retrieve comments on any item for better collaboration.

### Organize folders
Group items into folders within your boards.

### View board attributes
Check your custom field configurations on any board.

### Get user profiles
Verify your identity and retrieve your user information.

## Use Cases

### Quick Task Entry
A PM needs to add 5 tasks from a meeting. They ask the agent to use create_item for each, saving them from manual entry.

### Status Updates
A dev finishes a task and tells the agent to use update_item to move it to Done.

### Folder Cleanup
An ops lead asks the agent to use create_folder to group all Q4 Planning items together.

### Comment Retrieval
A lead asks the agent to use list_comments to see what the team said about a specific bug.

## Benefits

- Stop tab-switching by using create_item to add tasks directly from your chat.
- Keep projects tidy by using create_folder to group related work items instantly.
- Stay updated on team progress by using list_comments to see the latest feedback.
- Save time on setup by using create_board to launch new projects in seconds.
- Maintain data integrity by using update_item to keep your project statuses current.
- Get a bird's-eye view of your work by using list_workspaces to see all active projects.

## How It Works

The bottom line is you get a hands-free way to manage your project workflows through a chat interface.

1. Subscribe to the Infinity Work Manager MCP on Vinkius.
2. Add your Infinity Access Token from the Developer settings to your client.
3. Ask your agent to create tasks, list boards, or update items.

## Frequently Asked Questions

**Can the Infinity Work Manager MCP create tasks for me?**
Yes, it lets your agent create items on specific boards with all your custom attributes automatically.

**How do I manage my project boards with Infinity Work Manager?**
You can list, create, and view boards across all your workspaces using natural language commands.

**Can I organize my work into folders?**
Yes, you can use the Connector to create and list folders to keep your boards organized and easy to navigate.

**Does Infinity Work Manager MCP support comments?**
It allows your agent to both add new comments and retrieve existing ones for any item in your workspace.

**Can I see my user profile?**
You can use it to verify your connection and get your authenticated profile information quickly.

**Is this good for large teams?**
It's great for leads who need to monitor board activity and coordinate with team members without constant tab-switching.

**How do I get my Infinity Access Token?**
Log in to Infinity, go to Profile > Developer Features, enable developer mode, and generate an Access Token in the Developer section.

**Can I create items with custom attributes?**
Yes! Use the create_item action with a JSON body that includes the item name and attribute values matching your board configuration.

**Can I add comments to items?**
Yes! Use the create_comment action with the workspace, board, and item IDs along with the comment content.

**Can I manage multiple workspaces?**
Yes! You can list all your accessible workspaces and manage boards, folders, and items within each specific workspace.