Overview
The MCP server for kintone is a server implementation that allows you to interface with kintone data using AI tools, specifically designed for leveraging the Model Context Protocol (MCP).
To use the MCP server, you need to build it from the source and configure it with your kintone credentials and app details. Then connect it to an AI client like Claude Desktop to interact with your kintone data.
- Allows interaction with kintone apps through AI tools. - Configurable with various permissions and app data access. - Requires minimal setup with a clear JSON configuration file.
- Integrating kintone data with AI-powered applications and automation tasks.
- Enhancing productivity by using AI tools to manipulate and analyze data from kintone.
- Allowing for customized AI interactions based on kintone app configurations.
Add to your AI client
Use these steps to connect MCP server for kintone in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"mcp-server-kintone-macrat": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-kintone-macrat"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"mcp-server-kintone-macrat": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-kintone-macrat"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"mcp-server-kintone-macrat": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-kintone-macrat"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"mcp-server-kintone-macrat": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-kintone-macrat"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-server-kintone-macrat": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-kintone-macrat"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"mcp-server-kintone-macrat": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-kintone-macrat"
]
}
}
}FAQ
Is MCP server for kintone easy to set up?
Yes! It requires building from source and a JSON configuration but is straightforward to configure.
Does it support all types of kintone apps?
The server can be configured to connect to specific apps as defined in the JSON configuration file.
Can I use any AI tool with this server?
Yes, as long as the AI tool supports the Model Context Protocol, it should work seamlessly.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":450,"uuid":"b5f6df69-041c-4c62-88ac-0d44e75d7f44","name":"mcp-server-kintone","title":"MCP server for kintone","description":"MCP server for kintone","avatar_url":"https://avatars.githubusercontent.com/u/11837387?v=4","created_at":"2024-12-19T02:12:27.466Z","updated_at":"2024-12-19T12:39:18.180Z","status":"created","author_name":"macrat","author_avatar_url":"https://avatars.githubusercontent.com/u/11837387?v=4","tags":"mcp,kintone,modelcontextprotocol","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/macrat/mcp-server-kintone","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":"{\"star\":\"9\",\"license\":\"MIT license\",\"language\":\"Go\",\"is_official\":false,\"latest_commit_time\":\"2025-04-19 17:32:40\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]