探索
MCP Server Kintone

MCP Server Kintone

为kintone设计的MCP服务器,支持通过AI工具如Claude Desktop探索和操作kintone数据。
2.5分
11
2025-04-29 00:27:12
安装
内容详情
替代品
安装
复制以下命令到你的Client进行配置
{
  "mcpServers": {
    "kintone": {
      "command": "C:\\path\\to\\mcp-server-kintone.exe",
      "env": {
        "KINTONE_BASE_URL": "https://<domain>.cybozu.com",
        "KINTONE_USERNAME": "<your username>",
        "KINTONE_PASSWORD": "<your password>",
        "KINTONE_API_TOKEN": "<your api token>, <another api token>, ...",
        "KINTONE_ALLOW_APPS": "1, 2, 3, ...",
        "KINTONE_DENY_APPS": "4, 5, ..."
      }
    }
  }
}
注意:您的密钥属于敏感信息,请勿与任何人分享。