How to Use the Kintone MCP in Cursor
Let Cursor write code using live database structures and records pulled directly from your Kintone apps.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Kintone MCP to Cursor
Create your Vinkius account to connect Kintone to Cursor and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Generate Code from Real Kintone Schemas
The `list_form_fields` tool exposes the exact field codes and data types of your Kintone application directly to your Cursor editor. Cursor uses this schema to generate typed code, avoiding the typical guesswork of manual Kintone API integration. This means your Cursor agent writes functions that map perfectly to your live Kintone database structure. Instead of writing code against outdated API documentation, this MCP Server lets Cursor inspect your live Kintone setup. The Cursor editor reads the output of `get_app_details` to configure your local Kintone environment variables instantly.
Test Record Operations Directly in Cursor
The `add_record` tool lets you insert test data into your Kintone application without leaving your Cursor code editor. Your Cursor agent executes writes during debugging sessions, verifying that your application logic handles Kintone data structures correctly. If a test run fails, `delete_records` cleans up the generated Kintone rows using their IDs directly from Cursor. With Cursor, you can write a backend function and immediately test it against your live Kintone workspace. The Cursor agent runs `update_record` to verify that your data patching logic behaves exactly as expected under real-world conditions.
Querying Live Kintone Records inside Cursor
The `list_records` tool pulls live production or staging data from Kintone directly into your Cursor chat. You can run queries to verify that your local filters match the actual Kintone dataset, ensuring your Cursor code logic handles empty states and pagination correctly. To speed up your coding, this MCP tool retrieves specific Kintone rows using `get_record` so you can compare your local object models against the actual JSON returned by the database. This eliminates the need to run separate API clients while working in Cursor.
Set up Kintone MCP in Cursor
Prerequisites
- Cursor installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP Settings
Go to Cursor Settings → MCP or open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and search for "MCP: Add Server". - 2
Add the Kintone MCP
Cursor will create or open
.cursor/mcp.jsonin your project root. Paste the JSON snippet on the right. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Enable Agent mode
Open Composer (
Cmd+I/Ctrl+I) and switch to Agent mode using the dropdown at the top. MCP tools are only available in Agent mode. - 4
Verify the connection
Ask Cursor something like "List my recent Kintone transactions." If the MCP tools are loaded correctly, Cursor will call the Kintone tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"kintone-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} 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.
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 Cursor
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.