productivity
Teamwork MCP, CLI, and Lua Integration for AI Agents
Teamwork integration docs for AI agents: MCP gateway setup, Teamwork CLI commands, Lua API reference, credentials, and function schemas.
7 functions 6 read 1 write API token auth
Teamwork for agents
Credentials can be configured manually in web or CLI hosts.
Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.
Machine-Readable Metadata
- integration_slug
teamwork- route_slug
teamwork- package
teamwork- auth_strategy
api_tokenAPI token- cli_setup_supported
true- cli_runtime_supported
true- mcp_gateway_supported
true- lua_supported
true- supports_multi_account
true
Quick Links
Lua APIAgent-facing namespace and function reference. Teamwork CLIHeadless setup and direct function calls. Teamwork MCPMCP gateway setup for external clients. Submit feedbackReport missing tools, auth problems, wrong docs, or runtime issues. ContributeAdd tools or improve metadata in the integrations repo.
Teamwork MCP Client Matrix
Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Teamwork.
Claude Code Teamwork MCP setup for Claude Code. Cursor Teamwork MCP setup for Cursor. Codex Teamwork MCP setup for Codex. OpenAI Agents Teamwork MCP setup for OpenAI Agents SDK. Claude Agent SDK Teamwork MCP setup for Claude Agent SDK. Vercel AI SDK Teamwork MCP setup for Vercel AI SDK. LangChain Teamwork MCP setup for LangChain. LangGraph Teamwork MCP setup for LangGraph. CrewAI Teamwork MCP setup for CrewAI. MCP clients Teamwork MCP setup for Generic MCP Clients.
Teamwork CLI Matrix
Use these pages for direct Teamwork CLI workflows in scripts, CI, cron, and agent wrappers.
CI Teamwork CLI for CI. Cron Jobs Teamwork CLI for cron jobs. Shell Scripts Teamwork CLI for shell scripts. Headless Automation Teamwork CLI for headless automation. Coding Agents Teamwork CLI for coding agents.
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
teamwork.teamwork_create_task | Write write | 7 | Create a new task in Teamwork. |
teamwork.teamwork_get_current_user | Read read | 0 | Get the currently authenticated Teamwork user. |
teamwork.teamwork_get_project | Read read | 1 | Get detailed information about a Teamwork project. |
teamwork.teamwork_get_task | Read read | 1 | Get detailed information about a Teamwork task. |
teamwork.teamwork_list_projects | Read read | 3 | List projects in Teamwork with optional filters. |
teamwork.teamwork_list_tasks | Read read | 5 | List tasks in Teamwork with optional filters. |
teamwork.teamwork_list_timers | Read read | 2 | List time timers for the authenticated user in Teamwork. |