Kintone Book Management MCP Tool
Used for managing environment variables that store Kintone credentials and configuration.
Recommended for cloning and managing the project repository.
Used for managing project dependencies and running build scripts.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Kintone Book Management MCP Toolget information about books by Stephen King"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Kintone 書籍管理 MCP アプリケーション
このプロジェクトは、Model Context Protocol (MCP) を介してツールを公開する Kintone 書籍管理アプリケーションです。
セットアップ
プロジェクトをセットアップするには、以下の手順に従ってください。
リポジトリのクローン:
git clone <repository-url> cd kintone-bookmanage-mcp依存関係のインストール:
npm install環境変数の設定:
プロジェクトのルートディレクトリに
.envファイルを作成し、以下の変数を設定します。KINTONE_BASE_URL=YOUR_KINTONE_BASE_URL KINTONE_API_TOKEN=YOUR_KINTONE_API_TOKEN KINTONE_APP_ID=YOUR_KINTONE_APP_ID KINTONE_REQUEST_FIELDS=YOUR_KINTONE_REQUEST_FIELDSプレースホルダーの値を実際の Kintone 環境の詳細に置き換えてください。
Related MCP server: microCMS MCP Server
アプリケーションの実行
アプリケーションを実行するには、まずビルドしてからサーバーを起動する必要があります。
プロジェクトのビルド:
npm run buildサーバーの起動:
node build/index.jsサーバーが起動し、MCP ツールが公開されます。
使用方法
このアプリケーションは get-book-information という名前のツールを公開しており、mcp-cli (グローバルにインストールされている場合) を使用するか、build/index.js と直接やり取りすることで呼び出すことができます。
get-book-information ツールを呼び出すには (mcp-cli が利用可能で設定されていると仮定します):
mcp-cli call get-book-informationこれにより、Kintone アプリケーションから書籍レコードがフェッチされ、フォーマットされた情報が返されます。
Claude Desktopの設定例
{
"mcpServers": {
"books": {
"command": "node",
"args": ["/Users/tairiku/dev/kintone-bookmanage-mcp-stdin/build/index.js"]
}
}
}Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- AlicenseCqualityCmaintenanceA 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.7911AGPL 3.0
- AlicenseBqualityDmaintenanceA Model Context Protocol (MCP) compliant server that allows Large Language Models (LLMs) to search and retrieve content from microCMS APIs.2MIT

Kibela MCP Serverofficial
Alicense-qualityCmaintenanceA Model Context Protocol server that allows AI applications to interact with Kibela knowledge bases, enabling users to search, create, update, and organize content through natural language.14MIT- AlicenseAqualityAmaintenanceA Model Context Protocol (MCP) server for the Open Library API that enables AI assistants to search for book information.621388MIT
Related MCP Connectors
MCP (Model Context Protocol) server for Appwrite
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
A basic MCP server to operate on the Postman API.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/yamatairiku-dev/kintone-bookmanage-mcp-stdio'
If you have feedback or need assistance with the MCP directory API, please join our Discord server