@feedmob/kayzen-reporting
v0.1.0
Published
MCP server for Kayzen API
Readme
Kayzen Reporting MCP Server
Node.js server implementing Model Context Protocol (MCP) for Kayzen Reporting API.
Usage with Claude Desktop
- Make sure you have installed and updated to the latest version of Claude for Desktop.
- Open the Claude for Desktop configuration file:
- macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
- Windows: %APPDATA%\Claude\claude_desktop_config.json
- Add the Jampp MCP server to the configuration:
NPX
{
"mcpServers": {
"kayzen": {
"command": "npx",
"args": [ "-y", "@feedmob/kayzen-reporting" ],
"env": {
"KAYZEN_USERNAME": "user_email",
"KAYZEN_PASSWORD": "user_password",
"KAYZEN_BASIC_AUTH": "baisc_auth_token"
}
}
}
}License
MIT
