
chatwork mcp server
ChatworkをAIから操作するためのMCP(Model Context Protocol)サーバー
Repository Info
About This Server
ChatworkをAIから操作するためのMCP(Model Context Protocol)サーバー
Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.
Documentation
Chatwork MCP Server
Chatwork を AI から操作するための MCP (Model Context Protocol) サーバーです。
使い方
Claude Desktop を例に説明します。
- Claude Desktop を起動
- メニューから「設定」をクリック
- 「開発者」タブをクリック
- 「構成を編集」をクリック
- ファイルビューワーで
claude_desktop_config.jsonが示されるので、好みのエディタで開く - 以下の設定を入力する
{
"mcpServers": {
"chatwork": {
"command": "npx",
"args": ["@chatwork/mcp-server"],
"env": {
"CHATWORK_API_TOKEN": "YOUR_CHATWORK_API_TOKEN"
}
}
}
}
今後、MCP に対応した AI ツールが増える可能性があります。使い方を追加してほしいツールがあった場合、あなたのコントリビュートをお待ちしています!
Quick Start
Clone the repository
git clone https://github.com/chatwork/chatwork-mcp-serverInstall dependencies
cd chatwork-mcp-server
npm installFollow the documentation
Check the repository's README.md file for specific installation and usage instructions.
Repository Details
Recommended MCP Servers
Discord MCP
Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.
Knit MCP
Connect AI agents to 200+ SaaS applications and automate workflows.
Apify MCP Server
Deploy and interact with Apify actors for web scraping and data extraction.
BrowserStack MCP
BrowserStack MCP Server for automated testing across multiple browsers.
Zapier MCP
A Zapier server that provides automation capabilities for various apps.