MCP ExplorerExplorer

Chatwork Mcp Server

@chatworkon 9 months ago
23 MIT
FreeCommunity
AI Systems
MCP (Model Context Protocol) server for operating Chatwork via AI.

Overview

What is Chatwork Mcp Server

chatwork-mcp-server is a Model Context Protocol (MCP) server designed to enable AI to interact with Chatwork, a popular team collaboration tool.

Use cases

Use cases for chatwork-mcp-server include automating task assignments, managing team communications, and integrating AI-driven insights into Chatwork workflows.

How to use

To use chatwork-mcp-server, start by launching Claude Desktop. Then, navigate to the settings menu, click on the ‘Developer’ tab, and edit the configuration file ‘claude_desktop_config.json’ to include the MCP server settings with your Chatwork API token.

Key features

Key features of chatwork-mcp-server include seamless integration with AI tools, support for Chatwork API, and the ability to facilitate automated interactions within the Chatwork platform.

Where to use

chatwork-mcp-server can be used in fields such as team collaboration, project management, and any environment where Chatwork is utilized for communication and task management.

Content

Chatwork MCP Server

Chatwork を AI から操作するための MCP (Model Context Protocol) サーバーです。

使い方

Claude Desktop を例に説明します。

  1. Claude Desktop を起動
  2. メニューから「設定」をクリック
  3. 「開発者」タブをクリック
  4. 「構成を編集」をクリック
  5. ファイルビューワーで claude_desktop_config.json が示されるので、好みのエディタで開く
  6. 以下の設定を入力する
{
  "mcpServers": {
    "chatwork": {
      "command": "npx",
      "args": [
        "@chatwork/mcp-server"
      ],
      "env": {
        "CHATWORK_API_TOKEN": "YOUR_CHATWORK_API_TOKEN"
      }
    }
  }
}

今後、MCP に対応した AI ツールが増える可能性があります。使い方を追加してほしいツールがあった場合、あなたのコントリビュートをお待ちしています!

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers