Chatwork
ChatworkをAIから操作するためのMCP(Model Context Protocol)サーバー
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
Maintainer
Works with
Installation
NPM
npx -y @chatwork/mcp-serverManual Installation
npx -y @chatwork/mcp-serverConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
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
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.
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-serverOpen Claude Desktop configuration
In Claude Desktop, go to Settings → Developer → Edit Configuration to open claude_desktop_config.json in your text editor.
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"
}
}
}
}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.
Chatwork Alternatives — Similar Communication Servers
Looking for alternatives to Chatwork? Here are other popular communication servers you can use with Claude, Cursor, and VS Code.
Slack
★ 86.1kEnables interaction with Slack workspaces through comprehensive channel management, messaging, user management, file uploads, and Block Kit formatting. Features secure credential storage via macOS Keychain and supports all major Slack operations incl
LibreChat
★ 37.3kEnhanced ChatGPT Clone: Features Agents, MCP, DeepSeek, Anthropic, AWS, OpenAI, Responses API, Azure, Groq, o1, GPT-5, Mistral, OpenRouter, Vertex AI, Gemini, Artifacts, AI model switching, message search, Code Interpreter, langchain, DALL-E-3, OpenA
Note Gen
★ 11.9kA cross-platform Markdown AI note-taking software.
DeepChat
★ 5.8k🐬DeepChat - A smart assistant that connects powerful AI to your personal world
WhatsApp MCP
★ 5.7kConnects AI assistants to the official Meta WhatsApp Cloud API for managing conversations and sending various message types through natural language. It provides tools for media management, template messages, and real-time webhook processing without
Apple
★ 3.1kEnables interaction with Apple apps like Messages, Notes, and Contacts through the MCP protocol to send messages, search, and open app content using natural language.
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.
Set Up Chatwork in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
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.