0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Chatwork MCPサーバーを試す

Posted at

動機

  • MCPサーバーを触ってみたかった。
  • Chatwork繋がりで、ChatworkにもMCPサーバーができているようなので実際に試してみる。

やったこと

  • github には、ClaudeDesktop を使う方法が記載されていますが、今回は vscodeCline をつかってテストしてみました。

使用ツール

  • vscode
  • Cline(vscodeの拡張機能)
  • deepseek(AI)

手順

※ インストール等の手順は省きます。

1. vscode を起動

2. 拡張機能から「Cline」をクリック

3. 「Remote Servers」タブをクリック

スクリーンショット 2025-04-25 110700.png

4. 「Edit Configuration」をクリック

5. cline_mcp_settings.json が表示されるので以下をコピペ。

{
  "mcpServers": {
    "chatwork": {
      "command": "npx",
      "args": ["@chatwork/mcp-server"],
      "env": {
        "CHATWORK_API_TOKEN": "YOUR_CHATWORK_API_TOKEN"
      }
    }
  }
}

6. 実際に指示してみる。

スクリーンショット 2025-04-25 111341.png

スクリーンショット 2025-04-25 111052.png
スクリーンショット 2025-04-25 111137.png

まとめ

  • AIは deepseek-chat を使用しました。(表記はこれであってるのかな?)
  • 使用金額は、0.0067ドルでした。(円換算すると、0.9579 円?)
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?