Wrike
Manage Wrike tasks, folders, projects, and work management workflows.
Tools
| Name | Description |
|---|---|
create_taskCreate a new task in Wrike | Create a new task in Wrike |
update_taskUpdate fields of an existing task in Wrike | Update fields of an existing task in Wrike |
create_folderCreate a new folder in Wrike | Create a new folder in Wrike |
create_projectCreate a new project in Wrike | Create a new project in Wrike |
add_commentAdd a comment or internal note to a task or folder | Add a comment or internal note to a task or folder |
upload_attachmentUpload a file and attach it to a task or folder | Upload a file and attach it to a task or folder |
find_taskRetrieve a task by its ID or lookup fields | Retrieve a task by its ID or lookup fields |
find_folderRetrieve folder / project metadata by ID or name | Retrieve folder / project metadata by ID or name |
custom_api_callMake a custom API call to a specific endpoint | Make a custom API call to a specific endpoint |
Triggers
| Name | Description |
|---|---|
new_taskFires when a new task is created in Wrike (optionally within a folder). | Fires when a new task is created in Wrike (optionally within a folder). |
new_folderFires when a new folder (or project) is created in Wrike. | Fires when a new folder (or project) is created in Wrike. |
new_subtask_createdTriggers when a subtask is created. | Triggers when a subtask is created. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('wrike', 'create_task', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'wrike',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Wrike to my app?
Use Weavz Hosted Connect for OAuth2 authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does Wrike support?
Wrike supports 9 tools including Create Task, Update Task, Create Folder, Create Project, Add Comment, and more.
Can I use Wrike with AI agents?
Yes. Add Wrike to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.
How do I connect Wrike to ChatGPT or Claude?
Open the Weavz connector setup, sign in, choose a workspace, and add Wrike as an approved app. ChatGPT, Claude, and other remote MCP clients can then call the scoped Wrike tools exposed by that workspace.
Does Wrike work with Claude Code, Cursor, Codex, and local agents?
Yes. Remote and local MCP clients can connect to a Weavz MCP endpoint for the workspace. Local coding agents can also use the Weavz CLI to inspect apps, discover actions, run approved Wrike work, and execute Code Mode workflows from a terminal.
What can I ask an AI agent to do with Wrike?
Wrike exposes 9 tools, including Create Task, Update Task, Create Folder, Create Project, Add Comment, and more. Use Weavz to keep credentials scoped, require approval for sensitive work, and audit what the agent did.
Can Wrike be used in stateful agent workflows?
Yes. Agents can combine Wrike tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.
What authentication does Wrike use?
Wrike uses OAuth2. Weavz stores OAuth credentials securely and refreshes tokens when supported by the provider.
How much does the Wrike integration cost?
The Wrike integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does Wrike support?
Wrike supports 3 triggers including New Task, New Folder, New Subtask Created.
Connect Wrike in minutes
Get 20,000 free action executions every month. No credit card required.