Kintone MCP Server by CData
@CDataSoftware
Kintone MCP Server by CData について
This project builds a read-only MCP server. For full read, write, update, delete, and action capabilities and a simplified setup, check out our free CData MCP Server for Kintone (beta): https://www.cdata.com/download/download.aspx?sku=EKZK-V&type=beta
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"{classname_dash}": {
"command": "PATH\\TO\\java.exe",
"args": [
"-jar",
"PATH\\TO\\CDataMCP-jar-with-dependencies.jar",
"PATH\\TO\\kintone.prp"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Kintone MCP Server by CData?
This is a read-only Model Context Protocol (MCP) server that enables large language models (LLMs) like Claude Desktop to query live data from Kintone. It wraps the CData JDBC Driver for Kintone, exposing Kintone data as relational SQL models accessed through natural language.
How to use Kintone MCP Server by CData?
Clone the repository, build with Maven (mvn clean install), download and license the CData JDBC Driver for Kintone, create a .prp file with your connection details, and configure the Claude Desktop client to point to the server JAR and .prp file. Once configured, ask the LLM questions like “How many open tickets do I have in the SUPPORT project?”.
Key features of Kintone MCP Server by CData
- Read-only access to Kintone data via the CData JDBC Driver.
- Exposes tools:
get_tables,get_columns, andrun_query(SQL SELECT). - Uses
stdiotransport for local client execution. - No SQL required – query with natural language.
- Integrates with Claude Desktop and similar MCP clients.
Use cases of Kintone MCP Server by CData
- Query live Kintone records from an AI assistant without manual SQL.
- Analyze Kintone ticket data (e.g., counts, correlations) through chat.
- Generate insights from Kintone apps using conversational prompts.
- Provide support teams with instant answers from Kintone databases.
FAQ from Kintone MCP Server by CData
Is this server read-only?
Yes, this project builds a read-only MCP server. For full create, update, delete, and action capabilities, use the separate beta version linked in the README.
What are the runtime dependencies?
You need Java, Maven (for building), and the CData JDBC Driver for Kintone (installed and licensed). The server runs as a standalone JAR.
Where does the Kintone data live?
Data resides in your Kintone instance (cloud or on-premise). The JDBC Driver connects to it directly; no local copy is created.
How is data transmitted?
The MCP server uses stdio transport, so it communicates with the MCP client over standard input/output on the same machine. No network listener is exposed.
Do I need to authenticate to Kintone?
Yes. Authentication is configured via the connection string utility of the JDBC Driver, which supports OAuth and other methods.
「その他」の他のコンテンツ
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
コメント