KosmoKrator

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_token Bearer token
cli_setup_supported
true
cli_runtime_supported
true
mcp_gateway_supported
true
lua_supported
true
supports_multi_account
true

Quick Links

Wrike MCP Client Matrix

Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Wrike.

Wrike CLI Matrix

Use these pages for direct Wrike CLI workflows in scripts, CI, cron, and agent wrappers.

Function Catalog

FunctionTypeParametersDescription
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.