Chatwork

v0.0.4Communicationstable

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

kubellChatworkMCPAI
Share:
38
Stars
0
Downloads
0
Weekly
0/5

What is Chatwork?

Chatwork is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to chatworkをaiから操作するためのmcp(model context protocol)サーバー

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

This server falls under the Communication category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

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

Use Cases

Control Chatwork team messaging and collaboration platform through AI commands.
chatwork

Maintainer

LicenseMIT
Languagetypescript
Versionv0.0.4
UpdatedMay 7, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

NPM

npx -y @chatwork/mcp-server

Manual Installation

npx -y @chatwork/mcp-server

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Chatwork

The Chatwork MCP Server connects Claude to the Chatwork team messaging platform via the Chatwork API v2, enabling AI-driven management of chats, messages, tasks, and files. With over 40 tools covering user management, messaging, task tracking, file retrieval, and contact requests, it allows teams to automate routine communication workflows and query Chatwork data through natural language. This is especially valuable for Japanese business teams who rely on Chatwork as their primary collaboration hub.

Prerequisites

  • A Chatwork account with API access enabled
  • A Chatwork API token (obtainable from Chatwork settings → API Token)
  • Node.js 16+ and npm installed
  • An MCP-compatible client such as Claude Desktop
1

Obtain a Chatwork API token

Log in to Chatwork, go to your account settings, find the API Token section, and generate or copy your personal API token. Keep it secure — it grants full API access to your account.

2

Install the MCP server package

The server is published as @chatwork/mcp-server on npm and can be run directly with npx without a global install.

npx -y @chatwork/mcp-server
3

Open Claude Desktop configuration

In Claude Desktop, go to Settings → Developer → Edit Configuration to open claude_desktop_config.json in your text editor.

4

Add the Chatwork server configuration

Add the mcpServers entry for Chatwork, providing your API token as the CHATWORK_API_TOKEN environment variable.

{
  "mcpServers": {
    "chatwork": {
      "command": "npx",
      "args": ["-y", "@chatwork/mcp-server"],
      "env": {
        "CHATWORK_API_TOKEN": "YOUR_CHATWORK_API_TOKEN"
      }
    }
  }
}
5

Restart Claude Desktop and verify

Save the configuration file and restart Claude Desktop. The Chatwork tools will appear in the connected tools list. Ask Claude to list your chats to confirm the connection works.

Chatwork Examples

Client configuration

Complete claude_desktop_config.json entry for the Chatwork MCP Server.

{
  "mcpServers": {
    "chatwork": {
      "command": "npx",
      "args": ["-y", "@chatwork/mcp-server"],
      "env": {
        "CHATWORK_API_TOKEN": "YOUR_CHATWORK_API_TOKEN"
      }
    }
  }
}

Prompts to try

Example prompts after connecting Claude to Chatwork.

- "List all my Chatwork rooms and their member counts"
- "Post a message to the 'Project Alpha' room saying the deployment is complete"
- "Show me all unread messages across my Chatwork rooms"
- "Create a task in the 'Engineering' room assigned to me: Review pull request by Friday"
- "List all pending files shared in the 'Design' room"
- "Show me my open tasks across all Chatwork rooms"

Troubleshooting Chatwork

Authentication error or 401 Unauthorized from Chatwork API

Verify the CHATWORK_API_TOKEN value is correct and has not expired. Go to Chatwork account settings and regenerate the token if needed, then update the config file and restart Claude Desktop.

npx hangs or fails to download @chatwork/mcp-server

Check your internet connection and npm registry access. Run 'npm install -g @chatwork/mcp-server' to install globally, then change the config to use 'command: "chatwork-mcp-server"' without args instead of npx.

Claude does not show Chatwork tools after configuration

Ensure the JSON in claude_desktop_config.json is valid (no trailing commas, correct nesting). Use a JSON validator, then fully quit and relaunch Claude Desktop — not just close the window.

Frequently Asked Questions about Chatwork

What is Chatwork?

Chatwork is a Model Context Protocol (MCP) server that chatworkをaiから操作するためのmcp(model context protocol)サーバー It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Chatwork?

Install via npm with the command: npx -y @chatwork/mcp-server. Then add the server configuration to your AI client's JSON config file (e.g., claude_desktop_config.json or .cursor/mcp.json).

Which AI clients work with Chatwork?

Chatwork works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Chatwork free to use?

Yes, Chatwork is open source and available under the MIT license. You can use it freely in both personal and commercial projects.

Browse More Communication MCP Servers

Explore all communication servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "chatwork": { "command": "npx", "args": ["-y", "@chatwork/mcp-server"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Chatwork?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides