MCP (Model Context Protocol) server for operating Chatwork from AI
| Tool name | Description | Destructive? |
|---|---|---|
| get_me | ✓ no | |
| get_my_status | ✓ no | |
| list_my_tasks | ✓ no | |
| list_contacts | ✓ no | |
| list_rooms | ✓ no |
| create_room | ✓ no | |
| get_room | ✓ no | |
| update_room | ✓ no | |
| delete_or_leave_room⚠ | ⚠ yes | |
| list_room_members | ✓ no | |
| update_room_members | ✓ no | |
| list_room_messages | ✓ no | |
| post_room_message | ✓ no | |
| read_room_messages | ✓ no | |
| unread_room_message | ✓ no | |
| get_room_message | ✓ no | |
| update_room_message | ✓ no | |
| delete_room_message⚠ | ⚠ yes | |
| list_room_tasks | ✓ no | |
| create_room_task | ✓ no | |
| get_room_task | ✓ no | |
| update_room_task_status | ✓ no | |
| list_room_files | ✓ no | |
| get_room_file | ✓ no | |
| get_room_link | ✓ no | |
| create_room_link | ✓ no | |
| update_room_link | ✓ no | |
| delete_room_link⚠ | ⚠ yes | |
| list_incoming_requests | ✓ no | |
| accept_incoming_request | ✓ no | |
| reject_incoming_request | ✓ no |
{
"mcpServers": {
"chatworkmcp": {
"command": "npx",
"args": [
"-y",
"@chatwork/mcp-server"
]
}
}
}