> ## Documentation Index
> Fetch the complete documentation index at: https://dev.writer.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Wrike connector

> Connect WRITER Agent to Wrike to manage tasks, spaces, contacts, and comments across your Wrike account

This guide shows you how to configure the [Wrike](https://www.wrike.com/) connector for WRITER Agent. After setting up this connector, WRITER Agent can retrieve tasks, spaces, contacts, and task comments to help manage your Wrike projects.

## Set up the Wrike connector

Configure the Wrike connector in [AI Studio](https://app.writer.com/aistudio) under **Connectors & Tools**. The Wrike connector requires organization-managed OAuth—you must create your own Wrike OAuth application to connect.

### Create a Wrike OAuth application

Create an OAuth 2.0 app in Wrike:

1. Go to your Wrike profile, select **Apps & Integrations**, then go to the **API** tab

2. Create a new app and enter an **App name** and **App description**

3. Add the Writer redirect URI to the app's redirect URLs:

   ```
   https://app.writer.com/mcp/oauth/callback
   ```

   <Note>
     If your organization is deployed in the EU, use `https://app.eu2.writer.com/mcp/oauth/callback` instead.
   </Note>

4. Create the app

5. Copy the **OAuth Client ID** and **Secret key**—you'll need these when connecting the connector in [AI Studio](#configure-the-connector-in-ai-studio)

For detailed instructions, see [Wrike's OAuth 2.0 documentation](https://developers.wrike.com/docs/oauth-20-authorization#initial-setup).

### Configure the connector in AI Studio

1. Navigate to **Connectors & Tools** in [AI Studio](https://app.writer.com/aistudio), search for **Wrike MCP**, and select the connector
2. Select who has access by default (all teams or specific teams)
3. Select the connection type:
   * **Level**: User level (each user authenticates their own account) or org level (one OAuth connection shared across your organization)
   * **Managed by**: Self managed (your own OAuth app)
4. Select which tools can be used by default
5. Confirm the redirect URL matches the one you added to your Wrike OAuth app, then enter your OAuth client ID and client secret
6. Complete the OAuth authorization flow to connect to Wrike

## Next steps

* [Set up connectors](https://support.writer.com/article/299-setting-up-connectors): Learn how to configure and enable connectors in AI Studio
* [Tool calling guide](/home/tool-calling): Understand how AI agents use tools in conversations
* [WRITER Agent guide](https://support.writer.com/article/293-how-to-use-action-agent): Learn how to use WRITER Agent with connected tools
* [MCP gateway overview](/home/mcp-gateway): Learn about Writer's MCP gateway architecture
