Skip to main content
Glama
macrat
by macrat

kintone用MCPサーバー

kintone用のModel Context Protocol(MCP)サーバー。このサーバーを使用すると、 Claude DesktopなどのAIツールを使用してkintoneデータを探索および操作できます。

日本語版: 日本語の説明はREADME.ja.mdにあります。

使用法

1.インストール

リリースページから最新リリースをダウンロードしてください。実行ファイルは好きな場所に配置できます。

2. Claude DesktopのようなMCPクライアントを設定する

サーバーに接続するようにクライアントを構成します。

Claude Desktop の場合は、以下のファイルを編集してください。

  • MacOS/Linux: ~/Library/Application\ Support/Claude/claude_desktop_config.json

  • Windows: %APPDATA%\Claude\claude_desktop_config.json

mcpServersセクションに次の構成を追加します。

{
  "mcpServers": {
    "kintone": {
      "command": "C:\\path\\to\\mcp-server-kintone.exe",
      "env": {
        "KINTONE_BASE_URL": "https://<domain>.cybozu.com",
        "KINTONE_USERNAME": "<your username>",
        "KINTONE_PASSWORD": "<your password>",
        "KINTONE_API_TOKEN": "<your api token>, <another api token>, ...",
        "KINTONE_ALLOW_APPS": "1, 2, 3, ...",
        "KINTONE_DENY_APPS": "4, 5, ..."
      }
    }
  }
}

環境変数:

  • KINTONE_BASE_URL : (必須) kintone のベース URL。

  • KINTONE_USERNAME : kintone のユーザー名。

  • KINTONE_PASSWORD : kintone のパスワード。

  • KINTONE_API_TOKEN : kintoneのAPIトークン(カンマ区切り)です。KINTONE_USERNAME KINTONE_USERNAME``KINTONE_PASSWORD 、またはKINTONE_API_TOKENいずれかを設定する必要があります。

  • KINTONE_ALLOW_APPS : アクセスを許可するアプリIDのカンマ区切りリスト。デフォルトではすべてのアプリが許可されます。

  • KINTONE_DENY_APPS : アクセスを拒否するアプリIDのコンマ区切りリスト。拒否は許可よりも優先度が高くなります。

変更を適用するには、Claude Desktop を再起動する必要がある場合があります。

3. 使い始める

独自の AI ツールを使用して kintone と対話できるようになりました。

たとえば、次のように言うことができます。

  • 「顧客Aのプロジェクトの最新状況はどうですか?」

  • 「プロジェクト B の進捗を 50% に更新します。」

  • 「スケジュールが遅れているプロジェクトを見せてください。」

A
license - permissive license
Not graded
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    C
    quality
    C
    maintenance
    A Model Context Protocol server that enables Claude and other AI assistants to access and update Kintone data through natural language commands, supporting operations like record management, file handling, app administration, and space collaboration.
    79
    11
    AGPL 3.0
  • A
    license
    A
    quality
    C
    maintenance
    A lightweight MCP server that connects AI assistants to Kintone applications for managing records and automating business workflows. It enables secure authentication and natural language interaction for performing CRUD operations and querying data within the Kintone platform.
    10
    1
    MIT
  • A
    license
    B
    quality
    D
    maintenance
    Enables AI assistants to interact with kintone data by providing comprehensive tools for record CRUD operations, file management, and workflow status updates. It supports secure authentication and automatic pagination to handle large datasets efficiently through the Model Context Protocol.
    17
    MIT
  • F
    license
    Not graded
    quality
    D
    maintenance
    Enables querying and managing a CRM database through natural language conversations with Claude Desktop.

View all related MCP servers

Related MCP Connectors

  • Streamline your Attio workflows using natural language to search, create, update, and organize com…

  • Connect your AI assistants to Keboola and expose your data, transformations, SQL queries, ...

  • Connect your team's living knowledge base — docs, data, issues, CRM — to Claude and ChatGPT.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/macrat/mcp-server-kintone'

If you have feedback or need assistance with the MCP directory API, please join our Discord server