Content
Chatwork MCP Server
This is the MCP (Model Context Protocol) server for operating Chatwork via AI.
## How to Use
Let's take Claude Desktop as an example.
1. Launch Claude Desktop
2. Click on 'Settings' from the menu
3. Click on the 'Developer' tab
4. Click on 'Edit Configuration'
5. The file viewer will show `claude_desktop_config.json`, open it with your preferred 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, there may be more AI tools that support MCP. If there are tools you would like to add usage instructions for, we look forward to 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.
chatbox
User-friendly Desktop Client App for AI Models/LLMs (GPT, Claude, Gemini, Ollama...)
oh-my-opencode
Background agents · Curated agents like oracle, librarians, frontend...