# How to integrate Wrike MCP with Hermes

```json
{
  "title": "How to integrate Wrike MCP with Hermes",
  "toolkit": "Wrike",
  "toolkit_slug": "wrike",
  "framework": "Hermes",
  "framework_slug": "hermes-agent",
  "url": "https://composio.dev/toolkits/wrike/framework/hermes-agent",
  "markdown_url": "https://composio.dev/toolkits/wrike/framework/hermes-agent.md",
  "updated_at": "2026-05-06T08:34:07.928Z"
}
```

## Introduction

Hermes is a 24/7 autonomous agent that lives on your computer or server — it remembers what it learns and evolves as your usage grows.
This guide explains the easiest and most robust way to connect your Wrike account to Hermes. You can do this through either Composio Connect CLI or Composio Connect MCP. For personal use we recommend the CLI, but you won't go wrong with MCP either.

## Also integrate Wrike with

- [OpenAI Agents SDK](https://composio.dev/toolkits/wrike/framework/open-ai-agents-sdk)
- [Claude Agent SDK](https://composio.dev/toolkits/wrike/framework/claude-agents-sdk)
- [Claude Code](https://composio.dev/toolkits/wrike/framework/claude-code)
- [Claude Cowork](https://composio.dev/toolkits/wrike/framework/claude-cowork)
- [Codex](https://composio.dev/toolkits/wrike/framework/codex)
- [OpenClaw](https://composio.dev/toolkits/wrike/framework/openclaw)
- [CLI](https://composio.dev/toolkits/wrike/framework/cli)
- [Google ADK](https://composio.dev/toolkits/wrike/framework/google-adk)
- [LangChain](https://composio.dev/toolkits/wrike/framework/langchain)
- [Vercel AI SDK](https://composio.dev/toolkits/wrike/framework/ai-sdk)
- [Mastra AI](https://composio.dev/toolkits/wrike/framework/mastra-ai)
- [LlamaIndex](https://composio.dev/toolkits/wrike/framework/llama-index)
- [CrewAI](https://composio.dev/toolkits/wrike/framework/crew-ai)

## TL;DR

### What is Composio Connect?
Composio Connect is a consumer offering that lets anyone plug 1,000+ applications directly into their agent harness — including Hermes. It can:
- Search and load tools from relevant toolkits on-demand, reducing context usage.
- Chain multiple tools to accomplish complex workflows via a remote workbench, without excessive back-and-forth with the LLM.
- Manage app authentication end-to-end with zero manual overhead.

## Connect Wrike to Hermes

### Integrating Wrike with Hermes
### Using Composio Connect CLI
1. Install the Composio CLI
Run the install script directly, or paste https://composio.dev/hermes into your Hermes chat box to have it installed for you.

```bash
curl -fsSL https://composio.dev/install | bash
```

## What is the Wrike MCP server, and what's possible with it?

The Wrike MCP server is an implementation of the Model Context Protocol that connects your AI agent and assistants like Claude, Cursor, etc directly to your Wrike account. It provides structured and secure access to your project spaces, so your agent can perform actions like creating tasks, managing folders, handling group memberships, sending workspace invitations, and automating project workflows on your behalf.
- Automated task creation and management: Let your agent quickly create new tasks in specific folders, assign details, and keep your projects moving forward without manual input.
- Dynamic folder and project organization: Have your agent generate new folders or subfolders to structure work, or clean up by deleting old folders and their contents when projects wrap up.
- Efficient user and group management: Easily add, remove, or modify group memberships and create new user groups to keep team permissions organized and up-to-date.
- Seamless workspace invitations: Direct your agent to invite teammates or collaborators to your Wrike workspace via email, including customizing invitation details for better onboarding.
- Custom field and data cleanup: Empower your agent to delete custom fields, tasks, or groups when they're no longer needed, helping you maintain a clean and efficient workspace.

## Supported Tools

| Tool slug | Name | Description |
|---|---|---|
| `WRIKE_BULK_MODIFY_GROUPS` | 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. |
| `WRIKE_CREATE_FOLDER` | 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. |
| `WRIKE_CREATE_GROUP` | Create a group | Creates a new user group in wrike with a specified title, optionally setting members, parent group, avatar, and custom metadata. |
| `WRIKE_CREATE_INVITATION` | 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. |
| `WRIKE_CREATE_TASK` | 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. |
| `WRIKE_DELETE_CUSTOM_FIELD` | 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. |
| `WRIKE_DELETE_FOLDER` | 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. |
| `WRIKE_DELETE_GROUP` | 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. |
| `WRIKE_DELETE_INIVTATION` | Delete invitation | Permanently deletes an existing invitation, specified by its unique `invitationid`; this action cannot be undone. |
| `WRIKE_DELETE_TASK` | Delete task | Permanently deletes a wrike task and all its associated data by its id; this action is irreversible and the task must exist. |
| `WRIKE_FETCH_ALL_TASKS` | Fetch all tasks | Fetches tasks from a wrike account, allowing filtering by status, due date, and subfolder inclusion, with customizable response fields and pagination. |
| `WRIKE_GET_ACCOUNT_INFORMATION` | Get account information | Retrieves detailed wrike account information, where the response content is influenced by selected fields, account subscription, and user permissions. |
| `WRIKE_GET_ALL_CUSTOM_FIELDS` | 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. |
| `WRIKE_GET_CONTACTS` | 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. |
| `WRIKE_GET_FOLDERS` | Get folders | Retrieves folders and/or projects from wrike, with filters; when using `nextpagetoken`, all other filter parameters must match the initial request. |
| `WRIKE_GET_INFORMATION_ABOUT_SPECIFIC_CONTACT` | 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. |
| `WRIKE_GET_SPECIFIC_USER` | Get specific user | Retrieves detailed information about a specific user in wrike using their unique user id. |
| `WRIKE_GET_TASK_BY_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. |
| `WRIKE_LAUNCH_FOLDER_BLUEPRINT_ASYNC` | 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. |
| `WRIKE_LAUNCH_TASK_BLUEPRINT_ASYNC` | 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. |
| `WRIKE_LIST_FOLDER_BLUEPRINTS` | List Folder Blueprints | Retrieves all account-level folder blueprints, which are templates for standardizing folder/project creation with predefined structures, custom fields, and workflows. |
| `WRIKE_LIST_SPACE_FOLDER_BLUEPRINTS` | List space folder blueprints | Lists all folder blueprints (templates for new folders/projects) within a specified wrike space, requiring a valid and accessible space id. |
| `WRIKE_LIST_SPACE_TASK_BLUEPRINTS` | List space task blueprints | Lists task blueprints (templates for creating tasks with consistent structures) available in a specific, accessible wrike space. |
| `WRIKE_LIST_SUBFOLDERS_BY_FOLDER_ID` | List subfolders by folder id | Lists subfolders (metadata only, not their contents) for an existing wrike folder specified by `folderid`, supporting recursive descent, filtering, and pagination. |
| `WRIKE_LIST_TASK_BLUEPRINTS` | List Task Blueprints | Retrieves a list of defined task blueprints (predefined task templates) from the wrike account, supporting pagination. |
| `WRIKE_MODIFY_ACCOUNT` | Update account metadata | Updates or adds custom key-value metadata to the wrike account, useful for integrations, storing app-specific data, or mapping external system identifiers. |
| `WRIKE_MODIFY_FOLDER` | Modify folder attributes | Modifies an existing wrike folder: updates title, description, parents (not root/recycle bin), sharing, metadata, custom fields/columns; restores, converts to project, or manages access roles. |
| `WRIKE_MODIFY_GROUP` | Modify group | Updates an existing wrike user group's attributes like title, members, parent, avatar, or metadata, using its `groupid` and specifying only the fields to change. |
| `WRIKE_MODIFY_TASK` | Modify task | Modifies an existing wrike task by its id, allowing updates to attributes such as title, status, dates, assignees, and custom fields; `prioritybefore` and `priorityafter` are mutually exclusive, and parent folder ids for `addparents`/`removeparents` cannot be the recycle bin. |
| `WRIKE_QUERY_CUSTOMFIELDS` | Retrieve custom field by id | Retrieves a wrike custom field's detailed information (e.g., type, possible values for dropdowns), properties, and metadata; the `customfieldid` must correspond to an existing custom field. |
| `WRIKE_QUERY_INVITATIONS` | Query invitations | Retrieves all active invitations in wrike, useful for viewing and auditing pending invitations or managing user onboarding. |
| `WRIKE_QUERY_SPECIFIC_GROUP` | Get group by id | Retrieves detailed information for a specific wrike group using its `groupid`, optionally including 'metadata'. |
| `WRIKE_QUERY_WORKFLOWS` | Query workflows | Fetches a list of all workflows with their detailed information from the wrike account; this is a read-only action and does not support pagination or filtering through its parameters. |
| `WRIKE_RETRIEVE_LIST_OF_GROUPS` | Retrieve list of groups | Retrieves a list of user groups from the wrike account, supporting metadata filtering, pagination, and inclusion of specific fields; this is a read-only operation. |
| `WRIKE_UPDATE_CUSTOM_FIELD_BY_ID` | Update custom field by id | Updates properties of an existing wrike custom field by its id, such as its title, type, scope, or sharing settings. |
| `WRIKE_UPDATE_INVITATION` | Update invitation | Updates a pending wrike invitation (`invitationid`) to resend it or change user's role/type (use `usertypeid` over deprecated `role`/`external`). |
| `WRIKE_UPDATE_METADATA_ON_SPECIFIC_CONTACT` | Update metadata on a specific contact | Updates metadata, job role, or custom fields for an existing wrike contact specified by `contactid`; if `jobroleid` is provided, it must be a valid id. |
| `WRIKE_UPDATE_SPECIFIC_USER` | Update a specific user | Updates specified profile attributes (e.g., account id, role, external status) for an existing wrike user; unspecified fields remain unchanged. |

## Supported Triggers

None listed.

## Creating MCP Server - Stand-alone vs Composio SDK

The Wrike MCP server provides comprehensive access to Wrike operations through Composio. Once connected, Hermes can perform all major Wrike actions on your behalf using natural language commands.

## Complete Code

None listed.

## Conclusion

### Way Forward
With Wrike connected, Hermes can now act on your behalf whenever it detects a relevant task or you ask it to.
From here, you can extend Hermes further:
- Connect more apps: Calendar, Slack, Notion, Linear, and hundreds of others are available through the same Composio Connect setup. Each new integration compounds what Hermes can do for you.
- Build workflows across tools: Once multiple apps are connected, Hermes can chain actions together — turn an email into a calendar invite, a Slack message into a Linear ticket, or a meeting note into a follow-up draft.
- Let it learn your patterns: The more you use Hermes, the better it gets at anticipating how you'd handle recurring tasks. Give it feedback on drafts and decisions, and it will adapt.
If you run into trouble or want to share what you've built, join the [community](https://discord.com/invite/composio) or check out the [Docs](https://docs.composio.dev?utm_source=toolkits&utm_medium=framework_template&utm_campaign=hermes&utm_content=docs) for deeper configuration options.

## How to build Wrike MCP Agent with another framework

- [OpenAI Agents SDK](https://composio.dev/toolkits/wrike/framework/open-ai-agents-sdk)
- [Claude Agent SDK](https://composio.dev/toolkits/wrike/framework/claude-agents-sdk)
- [Claude Code](https://composio.dev/toolkits/wrike/framework/claude-code)
- [Claude Cowork](https://composio.dev/toolkits/wrike/framework/claude-cowork)
- [Codex](https://composio.dev/toolkits/wrike/framework/codex)
- [OpenClaw](https://composio.dev/toolkits/wrike/framework/openclaw)
- [CLI](https://composio.dev/toolkits/wrike/framework/cli)
- [Google ADK](https://composio.dev/toolkits/wrike/framework/google-adk)
- [LangChain](https://composio.dev/toolkits/wrike/framework/langchain)
- [Vercel AI SDK](https://composio.dev/toolkits/wrike/framework/ai-sdk)
- [Mastra AI](https://composio.dev/toolkits/wrike/framework/mastra-ai)
- [LlamaIndex](https://composio.dev/toolkits/wrike/framework/llama-index)
- [CrewAI](https://composio.dev/toolkits/wrike/framework/crew-ai)

## Related Toolkits

- [Google Sheets](https://composio.dev/toolkits/googlesheets) - Google Sheets is a cloud-based spreadsheet tool for real-time collaboration and data analysis. It lets teams work together from anywhere, updating information instantly.
- [Notion](https://composio.dev/toolkits/notion) - Notion is a collaborative workspace for notes, docs, wikis, and tasks. It streamlines team knowledge, project tracking, and workflow customization in one place.
- [Airtable](https://composio.dev/toolkits/airtable) - Airtable combines the flexibility of spreadsheets with the power of a database for easy project and data management. Teams use Airtable to organize, track, and collaborate with custom views and automations.
- [Asana](https://composio.dev/toolkits/asana) - Asana is a collaborative work management platform for teams to organize and track projects. It streamlines teamwork, boosts productivity, and keeps everyone aligned on goals.
- [Google Tasks](https://composio.dev/toolkits/googletasks) - Google Tasks is a to-do list and task management tool integrated into Gmail and Google Calendar. It helps you organize, track, and complete tasks across your Google ecosystem.
- [Linear](https://composio.dev/toolkits/linear) - Linear is a modern issue tracking and project planning tool for fast-moving teams. It helps streamline workflows, organize projects, and boost productivity.
- [Jira](https://composio.dev/toolkits/jira) - Jira is Atlassian’s platform for bug tracking, issue tracking, and agile project management. It helps teams organize work, prioritize tasks, and deliver projects efficiently.
- [Clickup](https://composio.dev/toolkits/clickup) - ClickUp is an all-in-one productivity platform for managing tasks, docs, goals, and team collaboration. It streamlines project workflows so teams can work smarter and stay organized in one place.
- [Monday](https://composio.dev/toolkits/monday) - Monday.com is a customizable work management platform for project planning and collaboration. It helps teams organize tasks, automate workflows, and track progress in real time.
- [Addressfinder](https://composio.dev/toolkits/addressfinder) - Addressfinder is a data quality platform for verifying addresses, emails, and phone numbers. It helps you ensure accurate customer and contact data every time.
- [Agiled](https://composio.dev/toolkits/agiled) - Agiled is an all-in-one business management platform for CRM, projects, and finance. It helps you streamline workflows, consolidate client data, and manage business processes in one place.
- [Ascora](https://composio.dev/toolkits/ascora) - Ascora is a cloud-based field service management platform for service businesses. It streamlines scheduling, invoicing, and customer operations in one place.
- [Basecamp](https://composio.dev/toolkits/basecamp) - Basecamp is a project management and team collaboration tool by 37signals. It helps teams organize tasks, share files, and communicate efficiently in one place.
- [Beeminder](https://composio.dev/toolkits/beeminder) - Beeminder is an online goal-tracking platform that uses monetary pledges to keep you motivated. Stay accountable and hit your targets with real financial incentives.
- [Boxhero](https://composio.dev/toolkits/boxhero) - Boxhero is a cloud-based inventory management platform for SMBs, offering real-time updates, barcode scanning, and team collaboration. It helps businesses streamline stock tracking and analytics for smarter inventory decisions.
- [Breathe HR](https://composio.dev/toolkits/breathehr) - Breathe HR is cloud-based HR software for SMEs to manage employee data, absences, and performance. It simplifies HR admin, making it easy to keep employee records accurate and up to date.
- [Breeze](https://composio.dev/toolkits/breeze) - Breeze is a project management platform designed to help teams plan, track, and collaborate on projects. It streamlines workflows and keeps everyone on the same page.
- [Bugherd](https://composio.dev/toolkits/bugherd) - Bugherd is a visual feedback and bug tracking tool for websites. It helps teams and clients report website issues directly on live sites for faster fixes.
- [Canny](https://composio.dev/toolkits/canny) - Canny is a platform for managing customer feedback and feature requests. It helps teams prioritize product decisions based on real user insights.
- [Chmeetings](https://composio.dev/toolkits/chmeetings) - Chmeetings is a church management platform for events, members, donations, and volunteers. It streamlines church operations and improves community engagement.

## Frequently Asked Questions

### What are the differences in Tool Router MCP and Wrike MCP?

With a standalone Wrike MCP server, the agents and LLMs can only access a fixed set of Wrike tools tied to that server. However, with the Composio Tool Router, agents can dynamically load tools from Wrike and many other apps based on the task at hand, all through a single MCP endpoint.

### Can I use Tool Router MCP with Hermes?

Yes, you can. Hermes fully supports MCP integration. You get structured tool calling, message history handling, and model orchestration while Tool Router takes care of discovering and serving the right Wrike tools.

### Can I manage the permissions and scopes for Wrike while using Tool Router?

Yes, absolutely. You can configure which Wrike scopes and actions are allowed when connecting your account to Composio. You can also bring your own OAuth credentials or API configuration so you keep full control over what the agent can do.

### How safe is my data with Composio Tool Router?

All sensitive data such as tokens, keys, and configuration is fully encrypted at rest and in transit. Composio is SOC 2 Type 2 compliant and follows strict security practices so your Wrike data and credentials are handled as safely as possible.

---
[See all toolkits](https://composio.dev/toolkits) · [Composio docs](https://docs.composio.dev/llms.txt)
