Vinkius

Kintone MCP. Control your low-code business data conversationally

Kintone MCP connects your AI agent directly to your Kintone business applications. It lets you manage complex operational data—including creating, reading, updating, and deleting records across multiple apps—all through natural conversation. You can list every app available or query specific fields without ever opening the UI. This gives developers and operations teams granular control over low-code workflows, treating your entire Kintone instance like a database you talk to.

Kintone MCP is compatible with Claude Claude
Kintone MCP is compatible with ChatGPT ChatGPT
Kintone MCP is compatible with Cursor Cursor
Kintone MCP is compatible with Gemini Gemini
Kintone MCP is compatible with Windsurf Windsurf
Kintone MCP is compatible with VS Code VS Code
Kintone MCP is compatible with JetBrains JetBrains
Kintone MCP is compatible with Vercel Vercel
See Vinkius in Action

Give Claude and any AI agent real-world access

List and Inspect Apps

The agent can list all Kintone apps and pull details on specific fields within them.

Manage App Spaces

You can retrieve detailed information about the underlying spaces that host your applications.

Query and List Records

The agent searches for records across any app, supporting advanced filtering using Kintone query syntax.

View Single Record Details

You can pull the complete data profile of a single record when you know its ID.

Create New Records

The agent generates and adds one or more new records into any app.

Modify Existing Data

You can update multiple fields across several existing records simultaneously.

Remove Records

The agent deletes specified records from an app when they are obsolete.

Waiting for input…

AI Agent
Kintone

What AI agents can do with Kintone: 8 Tools for Deep Data Management

These tools give your AI agent the full capability to interact with Kintone. You can list apps, manage records, check field settings, and more.

Make your AI actually useful.

Add this MCP to Claude, Cursor, or Windsurf and your AI stops guessing. It gets real tools to look things up, take action, and handle the stuff you keep doing by hand.

Start using Kintone MCP

Add Records

This tool adds one or more new records into a specified Kintone app.

Delete Records

This tool permanently removes selected records from an app.

Get App Fields

It retrieves the full settings and definitions for all fields in a given Kintone app.

Get Record

You can fetch comprehensive details for one specific record using its ID.

Get Space Details

This tool gets background information about the Kintone space where apps are hosted.

List Apps

It lists every single Kintone app that you have access to manage.

List Records

You can pull a list of records from an app, optionally filtering them with a query string.

Update Records

This tool changes the content of one or more existing records in an app.

Security and governance baked right in.

Pick your AI client below to get set up. Just create a Vinkius account, subscribe, and you're instantly up and running. We handle the entire backend infrastructure, delivering out-of-the-box support for HTTPS Streamable, SSE, and OAuth2—zero messy routing required.

Kintone MCP is compatible with Claude

Claude AI

1

Open Claude Settings

Go to claude.ai, click your profile icon, then navigate to Customize → Connectors.

2

Add Custom Connector

Click the "+" button and select Add custom connector. Paste your Vinkius endpoint URL:

https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp

Replace [YOUR_TOKEN_HERE] with your token from cloud.vinkius.com. For OAuth-protected servers, expand Advanced settings to add credentials.

3

Start a conversation

Open a new chat. The Kintone integration is available immediately — no restart needed.

Choose How to Get Started

Build a custom MCP for your own tools, or connect a ready-made integration from our catalog.

Build Your Own

Turn any API into an MCP. Import a spec, define Agent Skills, or deploy with MCPFusion.

  • Import from OpenAPI, Swagger, or YAML specs
  • Create Agent Skills with progressive disclosure
  • Deploy to edge with MCPFusion framework
  • Built in DLP, auth, and compliance on each call
  • Real time usage dashboard and cost metering
  • Publish to catalog or keep private
Start building

Make Your AI Do More

Start with Kintone, then connect any of our 5,200+ other servers whenever your AI needs more. One click, no limits.

  • Use this MCP plus 5,200+ others, all in one place
  • Add new capabilities to your AI anytime you want
  • Connections are secured and governed automatically
  • Track usage and costs across all your servers
  • Works with Claude, ChatGPT, Cursor, and more
  • New servers added to the catalog weekly
Kintone MCP server cover

Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Kintone. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.

VINKIUS CLOUD

Cloud Hosted

Managed infra

V8 Isolated

Sandboxed per request

Zero-Trust Proxy

No stored credentials

DLP Enforced

Policy on each call

GDPR Compliant

EU data residency

Token Compression

~60% cost reduction

Your data is protected. See how we built it.

The headache of jumping between departmental dashboards

Today, checking a single client's status means opening the 'Sales Pipeline' app to see their deal value. Then, you have to jump over to the 'Customer DB' app just to verify if they are still marked as an active prospect. If that info is wrong, you copy the ID and paste it into the 'HR Requests' dashboard so someone can fix it. It’s a painful cycle of clicking, copying, and waiting.

With this MCP, your AI agent handles the whole chain. You just ask one question: 'What is the current status of Acme Corp across all apps?' The agent uses multiple tools—like list_records and get_record—to pull that data instantly and give you a single, consolidated answer.

Control records with add_records

Manual record entry is slow. If your team gets 15 new leads every morning, someone has to manually open the 'Customer DB' app and fill out 15 separate forms—Name, Email, Industry, Status, etc. That’s tedious data duplication.

Now, you feed the list of 15 leads into your agent using add_records. The MCP takes that bulk data and programmatically creates all 15 records in the correct format. It's instant population.

What Kintone MCP does for your AI

You manage complex business data stored in Kintone using only natural conversation. Instead of logging into separate applications or building custom API calls, you just ask your AI agent what you need done. This MCP lets you inspect the structure of any app—checking field types and configurations—and then perform full CRUD (Create, Read, Update, Delete) operations on records across multiple apps.

Need to query a specific deal in the 'Sales Pipeline' while simultaneously checking the details of the 'Customer DB'? You can do that. Your AI client handles the data flow, making your Kintone instance feel like one unified, conversational database. Vinkius hosts this MCP, giving your agent access to every toolset you need for deep operational control.

Built · Hosted · Managed by Vinkius Kintone MCP - Manage Business Data Records
Server ID 019dd111-3832-7224-80e0-4fa131f76190
Vinkius Inspector
Compliance Grade A+
Score 100/100
Vinkius Inspector Badge — Score 100/100

Frequently asked questions about Kintone MCP

Can I use Kintone MCP to see what apps are available? +

Yes, you can use list_apps. This tool retrieves a comprehensive list of all the specific Kintone applications that your agent has access to.

How do I check the fields in an app using Kintone MCP? +

Use get_app_fields. It pulls up the full configuration, telling you every field name and its data type (like dropdown or text) so your agent knows exactly how to interact with it.

What is the difference between list_records and get_record in Kintone MCP? +

list_records pulls a filtered list of multiple records, while get_record retrieves all available data for one specific record using its unique ID.

Can I bulk update multiple client records with Kintone MCP? +

Yep. Use update_records. You can pass a batch of JSON objects to change fields, like updating the 'Status' field for 20 different clients at once.

Does Kintone MCP allow me to delete old records? +

Yes, you can use delete_records. This tool is designed to remove specified records from an app when they are no longer needed or compliant.