A lightweight server to connect AI assistants with Kintone applications and data.
Simple and lightweight Kintone MCP server for connecting AI assistants to Kintone applications and data. Perfect for automating workflows and integrating Kintone with AI tools.
📦 Install from PyPI: pip install mcp-kintone-lite
🔗 PyPI Package: https://pypi.org/project/mcp-kintone-lite/
📚 GitHub Repository: https://github.com/luvl/mcp-kintone-lite
See the MCP Kintone Lite server in action with Claude Desktop:
The demo shows Claude Desktop using the MCP server to interact with Kintone data - querying apps, retrieving records, and performing CRUD operations seamlessly.
This MCP (Model Context Protocol) server provides AI assistants like Claude with secure access to Kintone applications and data. It implements the MCP standard to enable seamless integration between AI applications and Kintone's business process platform.
# Install the package
pip install mcp-kintone-lite
# Use with Claude Desktop (recommended)
uvx --from mcp-kintone-lite mcp-kintone-lite
# Or run directly
mcp-kintone-lite
Works with: Claude Desktop, any MCP-compatible AI assistant
The easiest way to use this MCP server is to install it directly from PyPI and configure it with Claude Desktop.
Add the following configuration to your Claude Desktop settings file:
Configuration File Location:
~/Library/Application Support/Claude/claude_desktop_config.json
%APPDATA%\Claude\claude_desktop_config.json
Configuration:
{
"mcpServers": {
"kintone-lite": {
"command": "uvx",
"args": [
"--from",
"mcp-kintone-lite",
"mcp-kintone-lite"
],
"env": {
"KINTONE_SUBDOMAIN": "your-subdomain",
"KINTONE_USERNAME": "your-username",
"KINTONE_PASSWORD": "your-password"
}
}
}
}
Replace the environment variables in the configuration:
KINTONE_SUBDOMAIN
: Your Kintone subdomain (e.g., mycompany
for mycompany.cybozu.com
)KINTONE_USERNAME
: Your Kintone usernameKINTONE_PASSWORD
: Your Kintone passwordAfter saving the configuration, restart Claude Desktop. You should see a hammer icon indicating that tools are available.
Try asking Claude:
yourcompany.cybozu.com
)If you want to modify or contribute to this MCP server, follow these development setup instructions.
# Install uv if you haven't already
brew install uv # macOS
# or
curl -LsSf https://astral.sh/uv/install.sh | sh # Linux/macOS
# Clone and install the server
git clone https://github.com/luvl/mcp-kintone-lite.git
cd mcp-kintone-lite
uv sync
git clone https://github.com/luvl/mcp-kintone-lite.git
cd mcp-kintone-lite
poetry install
Create a .env
file in the project root:
KINTONE_SUBDOMAIN=your-subdomain
KINTONE_USERNAME=your-username
KINTONE_PASSWORD=your-password
First, make sure you have your Kintone credentials configured in your .env
file.
# Run the server directly
python src/mcp_kintone_lite/server.py
# Run with Poetry
poetry run python src/mcp_kintone_lite/server.py
# Run with UV
uv run python src/mcp_kintone_lite/server.py
If you have the MCP CLI installed, you can test your server:
# Test with MCP Inspector
mcp inspector
# Or run in development mode
mcp dev src/mcp_kintone_lite/server.py
# Build the package
uv build
# or: poetry build
# Upload to TestPyPI
twine upload --repository testpypi --config-file .pypirc dist/*
# Test install from TestPyPI
pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ mcp-kintone-lite
# Upload to production PyPI
twine upload --repository pypi --config-file .pypirc dist/*
# Test install from production PyPI
pip install mcp-kintone-lite
To publish a new version:
pyproject.toml
uv build
or poetry build
twine upload --repository pypi --config-file .pypirc dist/*
Integrates AI assistants with the Metabase analytics platform.
Access the OSV (Open Source Vulnerabilities) database for vulnerability information. Query vulnerabilities by package version or commit, batch query multiple packages, and get detailed vulnerability information by ID.
Access Mina blockchain data, including events, actions, and network state, through the Mina Archive Node API.
A comprehensive movie database server supporting advanced search, CRUD operations, and image management via a PostgreSQL database.
Leverages your Schemas and Access Patterns to interact with your DynamoDB Database using natural language.
A C# MCP server for interacting with databases via ADO.NET, compatible with Virtuoso.
MCP server acting as an interface to the Frankfurter API for currency exchange data.
Connect to any relational database, and be able to get valid SQL, and ask questions like what does a certain column prefix mean.
MCP Server for OceanBase database and its tools
Access a comprehensive database of over 30,000 SaaS products, including reviews, pricing, alternatives, and growth metrics.