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).

コメント

「その他」の他のコンテンツ