Fire in da houseTop Tip:Most people pay up to $340 per month for Perplexity, MidJourney, Runway, ChatGPT, and more - but you can get them all your AI tools for $15 with Galaxy. It's free to test!Fire in da houseCheck it out

chatwork-mcp-server

MCP.Pizza Chef: chatwork

chatwork-mcp-server is an MCP server that allows AI models to interact with and operate Chatwork, a popular communication platform. It facilitates AI-driven automation and integration by exposing Chatwork's functionalities through the Model Context Protocol, enabling seamless AI control and workflow automation within Chatwork environments.

Use This MCP server To

Automate message sending and management in Chatwork Retrieve and summarize Chatwork conversations Manage Chatwork tasks and notifications via AI Integrate Chatwork with AI-powered workflows Enable AI to create and update Chatwork rooms and contacts

README

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 ツールが増える可能性があります。使い方を追加してほしいツールがあった場合、あなたのコントリビュートをお待ちしています!

chatwork-mcp-server FAQ

How do I configure chatwork-mcp-server with Claude Desktop?
Start Claude Desktop, go to Settings > Developer tab > Edit configuration, then add the chatwork MCP server settings with your API token as shown in the documentation.
What environment variable is required for chatwork-mcp-server?
You need to set CHATWORK_API_TOKEN with your Chatwork API token to authenticate requests.
Can chatwork-mcp-server be used with other AI tools besides Claude Desktop?
Yes, it can be integrated with any MCP-compatible AI tool that supports external MCP servers.
Is chatwork-mcp-server open for contributions?
Yes, contributions are welcome to add support for more AI tools or extend functionality.
Does chatwork-mcp-server support real-time interaction with Chatwork?
Yes, it enables real-time AI-driven operations and interactions within Chatwork through MCP.
What programming environment is required to run chatwork-mcp-server?
It runs via Node.js using the 'npx @chatwork/mcp-server' command as per the setup instructions.