Book appointments, check availability, list services and create payment links for a Denik business.
claude mcp add denik -- npx -y @denik.me/mcp
claude_desktop_config.json
{
"mcpServers": {
"denik": {
"command": "npx",
"args": [
"-y",
"@denik.me/mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"denik": {
"command": "npx",
"args": [
"-y",
"@denik.me/mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"denik": {
"command": "npx",
"args": [
"-y",
"@denik.me/mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"denik": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@denik.me/mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"denik": {
"command": "npx",
"args": [
"-y",
"@denik.me/mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/me.denik--denik/reviews or the review_server meta-tool.
POST /mcp