ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Infinity with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Organize any kind of work with flexible boards, lists, and tables that adapt to how your team thinks and operates.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 12 capabilities

The complete Infinity capability set.

These are the exact actions your AI can choose when you ask it to work with Infinity.

Capability set01 / 03

01-04

4 capabilities in this set.

Part of 12 available through Infinity.

  1. 01

    Check API health

    Verify Infinity API connectivity

  2. 02

    Remove board item

    Delete an item from a board

  3. 03

    Get current user profile

    Get authenticated user info

  4. 04

    List board attributes

    List board attributes (fields)

Capability set02 / 03

05-08

4 capabilities in this set.

Part of 12 available through Infinity.

  1. 05

    List workspace boards

    List boards in a workspace

  2. 06

    List board webhooks

    List active webhooks for a board

  3. 07

    List workspaces

    List all workspaces

  4. 08

    Create board item

    Values must map to attribute IDs. Add a new item to a board

Capability set03 / 03

09-12

4 capabilities in this set.

Part of 12 available through Infinity.

  1. 09

    List board folders

    List folders in a board

  2. 10

    List board items

    Supports filtering by folder. List all tasks/items in a board

  3. 11

    List item comments

    List comments on an item

  4. 12

    Update board item

    Modify an existing item

Observed, not estimated

904ms average. Fast in production.

Infinity is checked daily against the live service.

Daily averagePeak 1115ms
Aug 20Today
Fastest day
760ms
Slowest day
1115ms
14-day trend
Stable0%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 12 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of Infinity, so you can see the experience inside your AI.

It does not authenticate your account with Infinity. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

Infinity Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_p5QJC30fZntHJlGm3GoBAm7PJOWw5x6FVhPYkxsU/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — Infinity capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "infinity-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_p5QJC30fZntHJlGm3GoBAm7PJOWw5x6FVhPYkxsU/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions Infinity owners ask.

  • 01

    Can I create and manage tasks through the AI agent?

    Yes. Use create_board_item to add new items to any board, list_board_items to browse existing items, update_board_item to modify fields and status, and delete_board_item to remove items. Use list_board_attributes to see available fields.

  • 02

    Can I navigate workspaces, boards, and folders?

    Yes. Use list_workspaces → list_workspace_boards → list_board_folders to navigate the hierarchy. Each level provides IDs needed for the next level and for item management.

  • 03

    Can I view custom fields and attributes on boards?

    Yes. list_board_attributes retrieves all custom attributes (fields) configured on a board, including field type, options, and default values. This helps understand the data structure before creating or updating items.