productivity
Wrike MCP, CLI, and Lua Integration for AI Agents
Wrike integration docs for AI agents: MCP gateway setup, Wrike CLI commands, Lua API reference, credentials, and function schemas.Wrike 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.
Agent Surfaces
Machine-Readable Metadata
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
wrike.wrike_create_task | Write write | 7 | Create a new task in Wrike. |
wrike.wrike_get_task | Read read | 1 | Get detailed information about a Wrike task. |
wrike.wrike_update_task | Write write | 6 | Update an existing Wrike task. |
wrike.wrike_list_tasks | Read read | 5 | List tasks in Wrike with optional filters. |
wrike.wrike_add_comment | Write write | 2 | Add a comment to a Wrike task. |
wrike.wrike_get_project | Read read | 1 | Get detailed information about a Wrike project. |
wrike.wrike_list_projects | Read read | 3 | List projects in Wrike with optional filters. |
wrike.wrike_create_folder | Write write | 3 | Create a new folder in Wrike. |
wrike.wrike_get_folder | Read read | 1 | Get detailed information about a Wrike folder. |
wrike.wrike_list_folders | Read read | 2 | List folders in Wrike with optional filters. |
wrike.wrike_get_space | Read read | 1 | Get detailed information about a Wrike space. |
wrike.wrike_list_spaces | Read read | 1 | List spaces in Wrike. |
wrike.wrike_list_contacts | Read read | 1 | List contacts in Wrike. |
wrike.wrike_get_current_user | Read read | 0 | Get the currently authenticated Wrike user. |