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.
14 functions 10 read 4 write Bearer token auth
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.
Machine-Readable Metadata
- integration_slug
wrike- route_slug
wrike- package
wrike- auth_strategy
bearer_tokenBearer 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. Wrike CLIHeadless setup and direct function calls. Wrike 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.
Wrike MCP Client Matrix
Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Wrike.
Claude Code Wrike MCP setup for Claude Code. Cursor Wrike MCP setup for Cursor. Codex Wrike MCP setup for Codex. OpenAI Agents Wrike MCP setup for OpenAI Agents SDK. Claude Agent SDK Wrike MCP setup for Claude Agent SDK. Vercel AI SDK Wrike MCP setup for Vercel AI SDK. LangChain Wrike MCP setup for LangChain. LangGraph Wrike MCP setup for LangGraph. CrewAI Wrike MCP setup for CrewAI. MCP clients Wrike MCP setup for Generic MCP Clients.
Wrike CLI Matrix
Use these pages for direct Wrike CLI workflows in scripts, CI, cron, and agent wrappers.
CI Wrike CLI for CI. Cron Jobs Wrike CLI for cron jobs. Shell Scripts Wrike CLI for shell scripts. Headless Automation Wrike CLI for headless automation. Coding Agents Wrike CLI for coding agents.
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. |