Wrike

Wrike

Wrike is a project management and collaboration tool offering customizable workflows, Gantt charts, reporting, and resource management to boost team productivity

481VIEWS
37USERS

Install MCP Server

Paste and run this command in your terminal to set up Cursor with MCP

npx @composio/cli add cursor --app wrikenpx @composio/cli add cursor --app wrikenpx @composio/cli add cursor --app wrikenpx @composio/cli add cursor --app wrike

After running the command, restart Cursor to start using the MCP Server.

Available Tools

Bulk Modify Group Members

Adds or removes members for multiple wrike groups in a single request; all specified user ids must correspond to existing wrike users.

Create A Folder

Creates a new wrike subfolder within the specified `folderid`, optionally as a project if `customitemtypeid` is given; the folder is auto-shared with its creator.

Create A Group

Creates a new user group in wrike with a specified title, optionally setting members, parent group, avatar, and custom metadata.

Create Invitation

Invites a user to a wrike workspace by email, optionally with name, specifying either `usertypeid` or a combination of `role`/`external`; custom email subject/message available for paid accounts.

Create Task In Folder

Creates a new task in a specified wrike folder; if setting priority with `prioritybefore` or `priorityafter`, the referenced task must be in the same folder or project.

Delete Custom Field By Id

Permanently deletes a custom field by its id; this action is irreversible and requires a valid, existing custom field id.

Delete Folder

Permanently deletes the folder specified by `folderid` and all its contents (e.g., tasks, documents, subfolders) from the wrike workspace; this irreversible action is for when the folder is no longer needed and has no active tasks or dependencies that would block deletion.

Delete Group By Id

Permanently deletes a group by its `groupid`; this action is irreversible and does not affect user accounts that were members of the group.

Delete Invitation

Permanently deletes an existing invitation, specified by its unique `invitationid`; this action cannot be undone.

Delete Task

Permanently deletes a wrike task and all its associated data by its id; this action is irreversible and the task must exist.

Fetch All Tasks

Fetches tasks from a wrike account, allowing filtering by status, due date, and subfolder inclusion, with customizable response fields and pagination.

Get Account Information

Retrieves detailed wrike account information, where the response content is influenced by selected fields, account subscription, and user permissions.

Get All Custom Fields

Retrieves all custom field definitions (including id, name, type, and settings) from the wrike account; this returns the definitions themselves, not their specific values on wrike items, and is useful for obtaining custom field ids.

Get Contacts

Retrieves a list of wrike contacts (e.g., team members, clients, collaborators); response includes contact details but not their detailed task or project involvement.

Get Folders

Retrieves folders and/or projects from wrike, with filters; when using `nextpagetoken`, all other filter parameters must match the initial request.

Get Specific Contact Information

Retrieves detailed information for a specific wrike contact using their unique `contactid`, optionally including `metadata` and `customfields` if specified in the `fields` parameter.

Get Specific User

Retrieves detailed information about a specific user in wrike using their unique user id.

Get Task By Id

Retrieves read-only detailed information for a specific wrike task by its unique id, optionally allowing specification of fields to include in the response.

Launch Folder Blueprint Async

Asynchronously launches a new project or folder structure in wrike from a specified folder blueprint, typically returning a task id to track progress.

Launch Task Blueprint Async

Asynchronously launches a wrike task blueprint to create tasks/projects, requiring either `super task id` (parent task) or `parent id` (parent folder/project) for placement.

20 actions available