Cover image
Try Now
2025-04-10

Wrike MCP服务器的简单实现,可帮助您将Wrike与您喜欢的LLM工具集成在一起。

3 years

Works with Finder

1

Github Watches

0

Github Forks

0

Github Stars

wrike-mcp-server

A lightweight implementation of the Wrike MCP server to help you integrate Wrike with your favorite LLM tools.

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 comment to Wrike task specifed by given permalink url with @mentions support
  • Create a new Wrike task in the folder specified by the given permalink url.

Requirements

  • Python 3.x
  • Wrike API token
  • Required Python packages (see requirements.txt)

Setup

  1. Clone the repository

  2. Create and activate a virtual environment:

    # Create a virtual environment
    python -m venv .venv
    
    # Activate the virtual environment
    # On macOS and Linux:
    source venv/bin/activate
    
  3. Install dependencies:

    pip install -r requirements.txt
    
  4. Configure your client application (example: Cursor IDE) to work with the MCP server:
    a. Go to Settings → Cursor Settings → MCP and click Add new global MCP server

    b. Add the following configuration with the correct paths:

    {
      "mcpServers": {
        "wrike-mcp-server": {
          "command": "/Users/username/wrike-mcp-server/.venv/bin/python /Users/username/wrike-mcp-server/server.py",
          "env": {
            "WRIKE_API_TOKEN": "<YOUR WRIKE API TOKEN>"
          }
        }
      }
    }
    

    c. Enable the MCP server

Usage

The server provides several MCP tools to interact with Wrike. Here are some example prompts:

  1. Fetch a specific task:

    Please analyze the following task and provide a short summary: https://www.wrike.com/open.htm?id=12345678
    
  2. Get tasks assigned to you:

    Please gather all my Wrike tasks and build a prioritized list with links to each task. Tasks involving my boss John Doe should be treated as more important. Also, include a link to each task under the title.
    
  3. Get tasks from a specific folder:

    Please summarize all Wrike tasks from the following folder: https://www.wrike.com/open.htm?id=12345678  
    Please exclude any information about prices and budgets in your output.
    
  4. Write html comment to Wrike task:

    Please write a comment to this Wrike task with Lorem Ipsum text and mention Jhon Doe @https://www.wrike.com/open.htm?id=123456789 
    
  5. Create a new Wrike task in the folder

    Please create Wrike task in the specified folder @https://www.wrike.com/open.htm?id=123456789  with well formated lorem ipsum text 
    

License

This project is licensed under the MIT License – see the LICENSE file for details.

相关推荐

  • Joshua Armstrong
  • Confidential guide on numerology and astrology, based of GG33 Public information

  • https://suefel.com
  • Latest advice and best practices for custom GPT development.

  • Alexandru Strujac
  • Efficient thumbnail creator for YouTube videos

  • Emmet Halm
  • Converts Figma frames into front-end code for various mobile frameworks.

  • Elijah Ng Shi Yi
  • Advanced software engineer GPT that excels through nailing the basics.

  • lumpenspace
  • Take an adjectivised noun, and create images making it progressively more adjective!

  • https://maiplestudio.com
  • Find Exhibitors, Speakers and more

  • Yusuf Emre Yeşilyurt
  • I find academic articles and books for research and literature reviews.

  • Carlos Ferrin
  • Encuentra películas y series en plataformas de streaming.

  • https://zenepic.net
  • Embark on a thrilling diplomatic quest across a galaxy on the brink of war. Navigate complex politics and alien cultures to forge peace and avert catastrophe in this immersive interstellar adventure.

  • apappascs
  • 发现市场上最全面,最新的MCP服务器集合。该存储库充当集中式枢纽,提供了广泛的开源和专有MCP服务器目录,并提供功能,文档链接和贡献者。

  • ShrimpingIt
  • MCP系列GPIO Expander的基于Micropython I2C的操作,源自ADAFRUIT_MCP230XX

  • ravitemer
  • 一个功能强大的Neovim插件,用于管理MCP(模型上下文协议)服务器

  • jae-jae
  • MCP服务器使用剧作《无头浏览器》获取网页内容。

  • patruff
  • Ollama和MCP服务器之间的桥梁,使本地LLMS可以使用模型上下文协议工具

  • pontusab
  • 光标与风浪冲浪社区,查找规则和MCP

  • av
  • 毫不费力地使用一个命令运行LLM后端,API,前端和服务。

  • appcypher
  • 很棒的MCP服务器 - 模型上下文协议服务器的策划列表

  • chongdashu
  • 使用模型上下文协议(MCP),启用Cursor,Windsurf和Claude Desktop等AI助手客户,以通过自然语言控制虚幻引擎。

  • wgpsec
  • 一款基于各大企业信息api的工具,解决在遇到的各种针对国内企业信息收集难题。一键收集控股公司icp 备案、 app 、小程序、微信公众号等信息聚合导出。支持 mcp接入

    Reviews

    1 (1)
    Avatar
    user_rflFRJpq
    2025-04-17

    As a dedicated user of the wrike-mcp-server by EKibort, I am thoroughly impressed by its robust performance and seamless integration capabilities. The server's versatility in managing various projects has significantly streamlined our workflow, making collaboration more efficient and effective. Highly recommend this tool for any project management needs!