Loading MCP server directory, please wait...
Book appointments, check availability, list services and create payment links for a Denik business.
npx @getmcp/cli add me.denik/denikRequires Node.js 18+. Community-contributed server. Review source before installing.
DENIK_API_KEYDenik API key. Admin keys (dk_...) expose the full org toolset; public keys (dnk_pub_...) expose the booking subset for customer-facing chatbots.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"me.denik/denik": {
"command": "npx",
"args": [
"-y",
"@denik.me/mcp"
],
"env": {
"DENIK_API_KEY": "",
"DENIK_BASE_URL": "https://www.denik.me",
"DENIK_TIMEOUT_MS": "20000"
}
}
}
}