MCP.so
登录

mcp-server-wrike

@katoiek

关于 mcp-server-wrike

MCP-server for Wrike

基本信息

分类

其他

许可证

MIT license

运行时

node

传输方式

stdio

发布者

katoiek

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "mcp-server-wrike": {
      "command": "npx",
      "args": [
        "mcp-server-wrike"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is mcp-server-wrike?

mcp-server-wrike is a Model Context Protocol (MCP) server implementation that allows you to interact with the Wrike API through MCP-compatible clients like Anthropic's Claude Desktop. It provides read and write operations for Wrike spaces, folders, projects, tasks, comments, contacts, timelogs, custom fields, and blueprints.

How to use mcp-server-wrike?

Install the npm package, then in your MCP client (e.g., Claude Desktop) ask natural language questions or commands about your Wrike data. Mention “Wrike” in your prompts to improve tool selection. Use the provided function names (e.g., wrike_get_space, wrike_create_task) via the client’s tool interface.

Key features of mcp-server-wrike

  • List and get Wrike spaces, folders, and projects
  • Retrieve and search tasks with filters (status, importance, custom fields)
  • Read comments, contacts, timelogs, and custom fields
  • Create, update, and delete tasks, comments, and timelogs
  • Create work from custom item types and folder blueprints

Use cases of mcp-server-wrike

  • Query task details or list all spaces in a project
  • Retrieve timelogs for a specific user within a date range
  • Create a new task or update an existing task’s status
  • Add comments to tasks and manage timelog entries
  • Launch a project from a folder blueprint

FAQ from mcp-server-wrike

How do I get started with mcp-server-wrike?

Install the package from npm, then configure it as an MCP server in your client. Once set up, you can ask questions about Wrike data in natural language.

What operations does mcp-server-wrike support?

It supports a wide range of read operations (list/get spaces, folders, tasks, comments, contacts, timelogs, custom fields, blueprints) and write operations (create/update tasks, folders, comments, timelogs; delete timelogs; create work from blueprints and custom item types).

Can I create or modify data in Wrike through this server?

Yes. Write functions include creating and updating tasks, creating folders/projects, adding comments, and managing timelogs (create, update, delete).

评论

其他 分类下的更多 MCP 服务器