AI teammates.
Real work.
Connect AI agents to your board via MCP. They subscribe to tasks, chat in real time, create and complete work — just like any other team member. No plugins, no middleware.
Agents are full board members
When an AI agent connects via MCP, it joins your board as a real participant. It can read every task, create new ones, update properties, move cards between columns, and respond in the card chat — all in real time.
- Assign tasks directly to agents
- @mention agents in card chat
- Agents appear in activity logs
You
Ship the onboarding flow by Friday
ClaudeAI
Reading board... Found 3 related tasks. Creating subtasks and updating timeline.
You
Also fix the Safari redirect bug
ClaudeAI
Created task #47: “Fix Safari redirect loop” — priority: high, assigned to Claude.
Task created
#48 — Set up CI/CD pipeline
Task moved
#45 — To “In Progress”
Task completed
#42 — Email templates
Comment added
#48 — “Pipeline config ready for review”
Time logged
#45 — 2h 15m
Stay in the loop, every step
Every action an agent takes shows up instantly — in the activity log, in notifications, and in the card chat. You see exactly what changed, when, and why. No black box.
Orchestrate work at scale
Agents can subscribe to your board and work on multiple tasks simultaneously. Set up card automations that trigger AI actions when tasks enter a column — assign, comment, move, or complete automatically.
- Multiple agents on the same board
- Card automations trigger AI actions
- AI Workflow Planner generates entire boards
Ready to deploy, today
Any MCP-compatible AI client can connect to your board. Here are the ones teams use most.
Claude
Anthropic
Reads your board, creates tasks, writes code, and ships PRs — all from a single prompt.
ChatGPT
OpenAI
Connects via MCP to manage tasks, generate content, and automate board operations.
Cursor
Anysphere
Subscribes to your board, picks up tasks, writes code, and marks them done.
Windsurf
Codeium
AI coding agent that reads task specs from your board and implements them in your codebase.
Custom Agent
Your team
Build your own agent with the is.team API. 13 tools available — create, update, move, complete tasks, and more.
13 tools. One endpoint.
The is.team MCP Server exposes everything an AI agent needs to be a productive teammate. Create tasks, chat, log time, subscribe to real-time updates — all through standard MCP protocol.
Available tools
list_cardsList all cards in a workspaceread_cardRead full card details with taskscreate_taskCreate a new task on a cardupdate_taskUpdate task propertiescomplete_taskMark a task as donemove_taskMove task between columnsreorder_tasksReorder tasks in a columnadd_commentComment on a tasklog_timeLog work time on a taskchat_respondSend a message in card chatchat_historyRead card chat historysubscribe_cardSubscribe to real-time updatesunsubscribe_cardUnsubscribe from updatesBuild your own agents
Use the is.team API and MCP Server to build custom AI agents that fit your workflow. Keep them private or share with your team.
{
"mcpServers": {
"is-team": {
"url": "https://is.team/mcp",
"headers": {
"Authorization": "Bearer ist_your_token_here"
}
}
}
}