@isteamhq/mcp
Integrates with Figma to access and manage design files and components.
Integrates with GitHub to manage repositories, issues, pull requests, and other GitHub resources.
Integrates with Google Calendar to create, read, update, and delete events.
Integrates with Google Drive to access, create, and manage files and folders.
Integrates with Slack to send messages, manage channels, and interact with conversations.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@@isteamhq/mcplist my tasks in the current sprint"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@isteamhq/mcp
MCP server for is.team — connect AI agents to your project boards.
Setup
Claude Code / Claude Desktop
Add to your MCP config (.mcp.json or Claude Desktop settings):
{
"mcpServers": {
"is-team": {
"command": "npx",
"args": ["-y", "@isteamhq/mcp"],
"env": {
"IST_API_TOKEN": "ist_your_token_here"
}
}
}
}Get your API token
Go to is.team and open Account Settings
Navigate to the API tab
Generate a new token
Copy the
ist_xxxtoken into the config above
Tools
v3.0 ships ~113 tools total — task & card lifecycle (33), canvas (12), workspace primitives (9), team ops (6), sprints (5), niche (12), real-time/chat (5), plus 34 integration tools (GitHub, Drive, Slack, Figma, Calendar). The full surface is grouped below.
Card & task essentials
Tool | Description |
| List cards with LLM access enabled |
| Read card content — tasks, details, connected cards |
| Task lifecycle |
| Re-order tasks; un-archive a task |
| Comment CRUD |
| Worklog & timer |
| File attachments |
| Watchers |
| Subtask hierarchy |
| Cross-section task listing |
Boards & cards (canvas columns)
Tool | Description |
| Board CRUD |
| Card CRUD + automation rules (autoAssignee, autoLabel, aiAutomationPrompt, …) |
Notes / canvas
Tool | Description |
| Note CRUD ( |
| Edge CRUD |
| Note stacks |
| Single + bulk canvas ops |
Workspace / team
Tool | Description |
| Member ops |
| Invitations |
| Workspace metadata |
| Caller's prefs (timezone, email, canvas) |
| Workspace file library |
Sprints (agile flow)
Tool | Description |
| Sprint lifecycle (with snapshot) |
| Read sprints |
Forms (read-only)
Tool | Description |
| Inspect forms + submissions |
Notifications
Tool | Description |
| Caller's notification feed |
Real-time + chat
Tool | Description |
| Real-time card watcher |
| Card AI chat |
Integrations (34 tools)
GitHub (12), Google Drive (8), Slack (7), Figma (3), Google Calendar (5). See list_integrations.
Real-time notifications
Use subscribe_card to watch a card for new tasks. When a task is created or moved into the card, you'll receive an automatic notification — no polling needed.
"Subscribe to card col-xxx and work on any new tasks that appear."The AI agent will receive instant notifications and can start working immediately.
Background daemon mode (v2.0+)
Run Claude as a persistent background daemon that auto-executes any task assigned to a chosen card. The daemon survives terminal closure, restarts itself on crashes, and relays Claude's output back to the card chat so you can monitor progress entirely from is.team.
Agent name (v2.1+)
Every setup run now asks for a 6-character agent name (letters + digits). The name appears on the agent's badge in the is.team dashboard, so when you run multiple agents — one per project, one per machine, one foreground and one in background — you can tell them apart at a glance. Use different names for each terminal/project. Examples: HOME01, MACM01, DEV001, LAPTP1, PROD01.
The name is stored in the project's .mcp.json under the IST_AGENT_NAME env var (and in ~/.isteam/daemon.json when running in daemon mode). If you ever need to change it, re-run setup or edit the file by hand.
Setup
npx @isteam/mcp@latest setup --token ist_xxxWhen asked Run in background as a daemon?, answer y. The wizard will:
List your cards — pick the one the daemon should watch
Ask for a permission mode (
acceptEditsrecommended)Ask for a working directory (defaults to current)
Install a launchd agent (macOS) or systemd user unit (Linux)
Start the daemon
Now assign a task to the chosen card and Claude will start working automatically — no terminal needed.
Managing the daemon
npx @isteam/mcp daemon status # show current state + config summary
npx @isteam/mcp daemon logs --follow # tail the live log
npx @isteam/mcp daemon start|stop|restart
npx @isteam/mcp daemon uninstall # remove the serviceHow it works
macOS:
~/Library/LaunchAgents/team.is.mcp-daemon.plistLinux:
~/.config/systemd/user/isteam-mcp-daemon.serviceConfig:
~/.isteam/daemon.json(0600 — contains your API token)Logs:
~/.isteam/daemon.log+~/.isteam/daemon-error.log
Each task spawns a one-shot claude --print subprocess with the repo's MCP config loaded. Claude reads the task, executes it, posts a summary back to the card chat, and moves the task to the next pipeline card.
Platform support
Platform | Status |
macOS (launchd) | ✅ supported |
Linux (systemd) | ✅ supported |
Windows | ⚠️ not yet — use WSL2 or foreground mode |
Enable LLM access on a card
Before an AI agent can interact with a card:
Click the AI Integration button on the card header
Enable LLM Access
Enable Flow Actions (for create/update/move/complete)
Enable Comments (for adding comments)
Environment variables
Variable | Required | Description |
| Yes | Your is.team API token ( |
| No | 6-char agent badge (A-Z, 0-9). Set by setup wizard. Falls back to a random 6-char id if missing or malformed. |
| No | API base URL (default: |
License
MIT
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/isteamhq/mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server