kSQL で kintone アプリを結合し Claude Desktop にグラフ表示する rex0220 kSQL Claude Desktop にグラフ表示
kSQL を使って kintone アプリを結合・集計し、Claude Desktop 上でグラフとして可視化する方法を紹介する記事です。
English summary
- A tutorial showing how to join and aggregate kintone app data using kSQL, then visualize the results as charts inside Claude Desktop via MCP.
本記事では、kintone のデータを kSQL で結合・集計し、その結果を Claude Desktop にグラフ表示する手順を解説しています。MCP(Model Context Protocol)を活用することで、Claude がツールとして kSQL を呼び出せる環境を構築していると推測されます。
プロンプトで要件を指示すると、Claude が SQL を自動的に組み立てて実行し、結果をグラフとして返すフローが紹介されています。具体的なセットアップ手順やグラフの種類については、元記事を参照してください。
kintone と LLM を組み合わせたデータ可視化のユースケースとして参考になる内容です。詳細な設定方法や動作環境は元の Qiita 記事で確認することをお勧めします。
This article demonstrates how to combine kintone application data using kSQL—a SQL-like query layer for kintone—and display the aggregated results as charts directly within Claude Desktop. The integration is built on MCP (Model Context Protocol), which allows Claude to invoke kSQL as an external tool.
The described workflow lets users specify requirements in natural language prompts, after which Claude automatically constructs and executes the appropriate SQL query, then renders the output as a chart. This reduces the need for manual query writing and makes data exploration more accessible.
The piece serves as a practical example of pairing a low-code data platform like kintone with a large language model for business data visualization. Readers interested in replicating the setup—including specific MCP configuration and supported chart types—should consult the original Qiita article for full details.
本ページの本文・要約は AI による自動生成です。正確性は元記事 (qiita.com) をご確認ください。