# Infinity Work Manager MCP

> Infinity Work Manager MCP lets your AI client manage complex project workflows directly within Infinity. You can create boards, update tasks, organize folders, and add comments—all through natural conversation without touching the web app. It brings sophisticated work management controls to your agent.

## Overview
- **Category:** productivity
- **Price:** Free
- **Tags:** task-tracking, work-management, board-management, custom-attributes, team-collaboration, workflow-automation

## Description

Your AI client can handle entire projects inside Infinity. Instead of opening up the platform and clicking through multiple menus, you just talk to your agent about what needs doing. You'll manage everything from setting up new workspaces and boards to moving tasks between columns. Need to coordinate with a teammate? Your agent adds comments directly to any item. Want to track progress? It can list all existing items in a board or check which folders an item belongs to. This entire process is exposed through Vinkius, giving your AI client access to the full suite of work management controls—including retrieving user profile details and viewing custom attribute configurations.

## Tools

### list_attributes
Retrieves a list of all custom fields configured for a specific board.

### list_boards
Lists every board available within the user's current workspace.

### list_comments
Fetches all comments that have been left on a particular item.

### create_board
Creates an entirely new board within the workspace, allowing you to define its initial name and settings.

### create_comment
Adds a new comment to any specified item in the work management system.

### create_folder
Creates a new organizational folder inside an existing board structure.

### create_item
Generates a brand-new item on a board, setting its name and initial custom attribute values.

### delete_item
Removes an existing task or work item from the specified board.

### list_folders
Shows all folders that are currently organized within a given board.

### get_board
Retrieves full details about one specific board ID, including its status and attributes.

### get_item
Gets comprehensive information for a single item, showing all its current attributes and status.

### list_items
Lists every task on a board, supporting pagination to fetch large sets of data efficiently.

### get_profile
Retrieves the authenticated user's profile information and unique ID for connection verification.

### update_item
Modifies an existing item on a board, changing its status or attribute values.

### list_workspaces
Lists all workspaces accessible to the user, allowing you to scope subsequent actions.

## Prompt Examples

**Prompt:** 
```
Show me all workspaces I have access to.
```

**Response:** 
```
Found 3 workspaces: 1. Marketing Team. 2. Product Development. 3. Operations.
```

**Prompt:** 
```
List all items in board 123 of workspace 456.
```

**Response:** 
```
Found 15 items: 1. Design Homepage. 2. Update API Docs. 3. Fix Login Bug. 4. Launch Campaign.
```

**Prompt:** 
```
Create a new item called 'Sprint Planning' in board 123 with status 'In Progress'.
```

**Response:** 
```
Item created successfully! 'Sprint Planning' added to board 123 with status 'In Progress'.
```

## Capabilities

### Manage Workspaces and Boards
The MCP allows you to list all accessible workspaces and create entirely new boards for organizing different projects.

### Create, Update, and Delete Tasks
You can create items with specific attribute values on a board or update existing tasks without needing the web interface.

### Organize Item Structure
The system lets you build out project structure by listing, creating, and managing folders within boards.

### Handle Collaboration Details
You can add or retrieve comments on any item to keep team conversations centralized with the task itself.

### Retrieve Project Metadata
The MCP helps you get details about specific boards, items, and even check out how many attributes are configured on a board.

## Use Cases

### Board Setup for a New Client Project
A PM doesn't have time to manually set up the board. They ask their agent, 'Create a new workspace called Q3 Marketing and add a board named Campaign Launch.' The agent uses `create_board` and `list_workspaces` to build out the entire structure, saving hours of clicking.

### Tracking Feature Updates
An Ops Specialist needs to know what's been done on a specific task. They ask their agent to 'Give me the details and all comments for item XYZ.' The agent uses `get_item` and `list_comments` in one go, delivering a full status report without needing to open the board view.

### Auditing Project Scope
A Team Lead needs to audit if all necessary components are tracked. They ask their agent to 'List every folder and item within the Design Board.' The agent uses `list_folders` followed by `list_items`, giving them a complete, structured inventory.

### Resuming Work on an Old Task
A user returns to a project weeks later. Instead of digging through history, they ask their agent to 'Get the full profile details for this board.' The agent uses `get_board` to immediately provide context and status.

## Benefits

- Stop switching apps. Your agent handles the entire lifecycle—from listing workspaces to creating new items—all without you leaving your chat window. You control complex workflows using only natural language.
- Maintain a clear record of decisions. When you use `create_comment` or `list_comments`, every action, question, and answer is logged directly against the task it relates to, keeping context locked down.
- Build structured processes instantly. By calling `create_folder` and then `create_item`, your agent can scaffold out entire sections of a project board, going far beyond simple checklists.
- Never lose track of what you're working on. Using `list_items` or `get_item` lets your agent quickly pull up the status of any task across massive boards, saving minutes of manual dashboard digging.
- Scale your operations using core data points. The ability to view board attributes via `list_attributes` means your AI can adapt to unique organizational needs and track specific custom metrics.

## How It Works

The bottom line is that once connected, your AI agent treats the work management platform like a native API endpoint you can talk to.

1. First, subscribe to this MCP on Vinkius.
2. Next, input your Infinity Access Token from the developer settings page.
3. Finally, start issuing commands through Claude, Cursor, or any MCP-compatible client.

## Frequently Asked Questions

**How do I create a new board using Infinity Work Manager MCP?**
You simply ask your agent to 'Create a new board called X.' The system uses the `create_board` tool, allowing you to define its name and initial settings in plain language.

**Can I modify an existing task with Infinity Work Manager MCP?**
Yes. You can use the `update_item` tool. Just provide the item's ID or reference, and tell your agent what status changes or attribute values need to be modified.

**Does Infinity Work Manager MCP help me organize my project structure?**
Absolutely. You can use `create_folder` to build out the necessary organizational hierarchy within a board, and then list them all using `list_folders` to verify your setup.

**What if I need to track multiple workspaces? Does Infinity Work Manager MCP support it?**
Yes. You start by using the `list_workspaces` tool, which shows you all accessible areas. After that, you can target specific boards or items within those workspaces.

**Can I add a note to an item without opening the app? (Using Infinity Work Manager MCP)**
Yes, use the `create_comment` tool. Just reference the item ID and write your notes, and they'll appear as if you logged in directly through the web interface.