Content
# Chatwork MCP Server
This is an MCP (Model Context Protocol) server for operating Chatwork from AI.
## Usage
The following is an example using Claude Desktop.
1. Launch Claude Desktop
2. Click "Settings" from the menu
3. Click the "Developer" tab
4. Click "Edit Configuration"
5. `claude_desktop_config.json` will be shown in the file viewer, so open it with your favorite editor
6. Enter the following settings
```json
{
"mcpServers": {
"chatwork": {
"command": "npx",
"args": ["@chatwork/mcp-server"],
"env": {
"CHATWORK_API_TOKEN": "YOUR_CHATWORK_API_TOKEN"
}
}
}
}
```
In the future, the number of AI tools that support MCP may increase. If there is a tool you would like us to add instructions for, we welcome your contributions!
Connection Info
You Might Also Like
awesome-mcp-servers
A collection of MCP servers.
git
A Model Context Protocol server for Git automation and interaction.
Appwrite
Build like a team of hundreds
TrendRadar
TrendRadar: Your hotspot assistant for real news in just 30 seconds.
oh-my-opencode
Background agents · Curated agents like oracle, librarians, frontend...
chatbox
User-friendly Desktop Client App for AI Models/LLMs (GPT, Claude, Gemini, Ollama...)