wrike-mcp-server
4
The Wrike MCP server is a lightweight bridge connecting Wrike's project management platform with language learning models, enabling AI-powered interactions with Wrike data through API endpoints. It supports tasks and comment management on Wrike via simple integrations.
Overview
The Wrike MCP (Model Control Protocol) server acts as a bridge between Wrike's project management platform and Language Learning Models (LLMs). It enables AI-powered tools to interact with Wrike data through a set of well-defined API endpoints.
Features
- Fetch task details using permalink URLs
- Retrieve tasks assigned to the authenticated user
- Get tasks from specific folders
- Write HTML comments to Wrike tasks specified by given permalink URLs with @mentions support
- Create new Wrike tasks in the folder specified by the given permalink URL.
Usage
The server provides several MCP tools to interact with Wrike. Here are some example prompts:
- Fetch a specific task: Request task analysis and summary with a task link.
- Get tasks assigned to you: Gather tasks, prioritize them, and include task links in a report.
- Get tasks from a specific folder: Summarize tasks from a folder, excluding price and budget information.
- Write HTML comment to Wrike task: Comment on tasks with mentions and text.
- Create a new Wrike task in the folder: Create tasks with specified content in a folder.