Prerequisites
- A Wrike account with access to the target spaces and folders
- A Wrike OAuth 2.0 access token or permanent API token (Bearer)
- Folder and task IDs from Wrike URLs or discovery tools
- project_contributor access in AgentRuntime
Connect in AgentRuntime
1
Obtain a Wrike access token
Create a Wrike OAuth app or permanent token with scopes for folders, tasks, and comments. Copy the Bearer token.
2
Create a connection
Go to Connections and click New custom connection to create a connection with
AccessToken. Set APIBase if you use a non-default host (must include /api/v4).3
Add wrike MCP instance
Go to MCP, click Add instance for wrike, wire your connection on Instance config, set the profile active, and save.
4
Validate and discover
Run mcp_call →
wrike_list_contacts and wrike_list_spaces to confirm access before creating tasks.What you can build
- Intake → project — Form or CRM trigger →
wrike_create_projectwith owners and dates →wrike_create_taskfor kickoff items. - Document handoff — Generate report → base64 encode →
wrike_upload_attachmenton the client folder. - Status automation — External event →
wrike_update_taskto Completed with custom fields viacustom_fields_json. - Folder navigation —
wrike_list_spaces→wrike_list_folder_subfolders→ agent picks targetfolder_id. - Advanced integrations —
wrike_custom_api_callfor timelogs, approvals, or workflows not in first-class tools.
Tools
Example
Create a task when a workflow completes:Configuration
Troubleshooting
Related
- Integrations quickstart
- ClickUp connector — alternative task management
- Connector catalog
- Troubleshooting