How to Use the Kintone MCP in Claude Code
Manage Kintone apps and records directly from your terminal using Claude Code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Kintone MCP to Claude Code
Create your Vinkius account to connect Kintone to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Headless Kintone Queries
The `list_records` tool pulls filtered datasets into your terminal using standard query strings. Claude Code pipes this output into jq, grep, or custom shell scripts for fast data processing. For granular inspection, `get_record` fetches single entries. You can also run `list_space_members` to audit workspace access directly from your command line without opening a browser window.
Terminal-Based App Discovery
The `list_apps` tool outputs every available Kintone application in your environment. Claude Code uses this to identify target App IDs for automated cron jobs or deployment scripts. Once an ID is identified, `get_app_details` and `get_app_layout` return the structural definitions. This allows your CI/CD pipelines to verify that the target database schema matches your current code branch before deploying.
Pipeline Operations via MCP Server
The `add_record` tool inserts new data using JSON objects mapped to field codes. You can configure Claude Code to automatically log deployment events or build failures directly into a Kintone tracking app. To maintain the database, `update_record` modifies existing entries while `delete_records` removes them in bulk using arrays of IDs. The CLI handles these state changes asynchronously during your build process.
Set up Kintone MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seekintone-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Kintone transactions." It will automatically discover and invoke the available Kintone tools.
claude mcp add --transport http kintone-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Kintone MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Kintone MCP today
We host it, we monitor it, we maintain it. You just paste one token.