$ timeahead.in
/ servers/npm/@kintone/mcp-server
npm

@kintone/mcp-server

The official MCP Server for kintone

45 stars546/wkupdated 0d agogithub ↗
84good
▣ Overview

What it does

The official MCP server for kintone, a Japanese cloud-based work management and database platform. It exposes kintone apps and records as queryable resources, allowing Claude to read data, download files, and manage records programmatically. The server connects to your kintone instance via HTTP, using credentials passed through environment variables, and maintains its own local state for filesystem operations.

Who it's for

Teams and developers using kintone for project management, data collection, or workflow automation who want to integrate Claude into their kintone workflows—particularly those automating reporting, data analysis, or record-keeping tasks across their work management system.

Common use cases

  • Query kintone apps and records from Claude Code to generate reports or summaries
  • Download files attached to kintone records for analysis
  • Bulk create or update kintone records programmatically via Claude
  • Analyze trends or patterns in kintone data using Claude's reasoning

Setup pitfalls

  • Requires kintone credentials (base URL, username, password) as environment variables; misconfiguration blocks all operations
  • Filesystem write access required—consider sandboxing the server if running untrusted prompts
  • Primary documentation is in Japanese; English README exists but may lag behind
  • Your kintone account must have API permissions enabled and sufficient role privileges for the operations you intend
▣ Score BreakdownMCPScore = Σ(raw × weight)
DimensionRawWeighted
Security
35%
100
35.0
Freshness
25%
100
25.0
Adoption
20%
50
9.9
Quality
10%
90
9.0
Trust
10%
50
5.0
Total
83.9
⚿ Capabilities & Risk Explainer
fs readfs writesecrets
◆ Risk level: medium
fs read + fs write + secrets — requires access to credentials or environment secrets.
⚙ Install config
Claude Desktop · Cursor · Windsurf · VS Code (Copilot) · Claude Code
add to your MCP client config:
{
  "mcpServers": {
    "kintonemcp": {
      "command": "npx",
      "args": [
        "-y",
        "@kintone/mcp-server"
      ]
    }
  }
}
📈 Score historylast 35 snapshots
4/30/20266/13/2026 · 35 snapshots
⚙ Maintenance health
65/ 100 · is this project alive?
contributors (1y)9
top contributor share73%
releases (1y)26
last release10d ago
ci✓ passing
⛁ Raw data
weekly downloads546
github stars45
forks17
open issues32
license✓ present
readme length10697 chars
last publish0d ago
last commit0d ago
last updated1d ago
install verified✓ pass · 31d ago
owner of this server? claim your listing to get a verified badgeclaim →
🔔 Score drop alerts
get notified by email when this server's score drops 5+ points
@kintone/mcp-server — MCP Score: 84/100 | MCPScore | Timeahead