これは Cloudflare Workers として deploy可能な kintone 用の Model Context Protocol (MCP) サーバーです。 OAuth で認証するため、(秘匿すべき)認証情報をローカルディスク内などに保存しません。 ある cybozu.comドメイン用に この MCP Sever を deploy しておけば、そのドメインを使用する全ての人がこの MCP Server を共用利用できます。 プログラムをローカルにセットアップする必要がなく、Webブラウザー版の Claude からも使用することができます。
Installation
npx mcp-remote https://<your-subdomain>.workers.dev/sseView configuration snippet
{
"mcpServers": {
"kintone": {
"command": "npx",
"args": [
"mcp-remote",
"https://<your-subdomain>.workers.dev/sse"
]
}
}
}💡 Tip: Make sure you have the appropriate package manager installed. Refer to the official documentation for detailed installation instructions.
Compatibility Matrix
Cursor
Claude Desktop
MCP Compatible
Server Information
Quick Stats
Related Servers
Mcp Gateway Lasso Security
A plugin-based gateway that orchestrates other MCPs and allows developers to build upon it enterprise-grade agents.
Mcp Security Audit
A powerful MCP (Model Context Protocol) Server that audits npm package dependencies for security vulnerabilities. Built with remote npm registry integration for real-time security checks.
Mcp Auth Servers
🔒 Reference MCP servers that demo how authentication works with the current Model Context Protocol spec.
Better Auth Mcp Server
better-auth-mcp-server MCP Server is an MCP server on MCP.so — view details, tools, and install instructions.
Like this server?
Discover more MCP servers or submit your own to directory.